1. 6bbe569 Bump version to Mbed TLS 2.7.19 by Dave Rodgman · 4 years, 5 months ago
  2. 008e7954 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.19-rc by Dave Rodgman · 4 years, 5 months ago
  3. 38fabc4 Code style fixups by Paul Elliott · 4 years, 5 months ago
  4. 6a6668a Merge pull request #4193 from daverodgman/rsa_private_backport_2.7 by Dave Rodgman · 4 years, 5 months ago
  5. 950ff04 Fix carelessly copy pasted comment by Paul Elliott · 4 years, 5 months ago
  6. 98878ed Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago
  7. 2f2ec57 Remove multiplication from conditional assignments by Paul Elliott · 4 years, 5 months ago
  8. bd55962 Fix Non CF access to table in base64 decrypt by Paul Elliott · 4 years, 5 months ago
  9. 419983d Optimise unneccesary cf table accesses away by Paul Elliott · 4 years, 5 months ago
  10. eb3916d Fix incorrect assumptions about the size of size_t by Paul Elliott · 4 years, 5 months ago
  11. aae04ef Fixes for MSVC warnings by Paul Elliott · 4 years, 5 months ago
  12. aa50279 Attempt to make Base64 table access constant flow by Paul Elliott · 4 years, 6 months ago
  13. fc2c796 Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  14. f02eeb8 Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  15. 33d816a Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 5 months ago
  16. 9c1ae18 Merge pull request #4090 from gilles-peskine-arm/test-mutex-usage-count-2.7 by Gilles Peskine · 4 years, 5 months ago
  17. 2de4691 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
  18. 22dc2e7 Fix mutex leak in RSA by Gilles Peskine · 4 years, 6 months ago
  19. d7e82ad Fix mutex double-free in RSA by Gilles Peskine · 4 years, 6 months ago
  20. 3ec7f57 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  21. a9857af Fix mutex leak in HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  22. 6e2cf25 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  23. 085b69f Fix mutex leak in CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  24. 5710732 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  25. b729e4c Merge pull request #4099 from d-otte/mbedtls-2.7 by Janos Follath · 4 years, 6 months ago
  26. 4490fc6 adding parentheses to macro definitions, to avoid confusion and possible mistakes in usage. by Daniel Otte · 4 years, 6 months ago
  27. f9111bb avoid errorneous computation of RSA_PRV_DER_MAX_BYTES if MBEDTLS_MPI_MAX_SIZE is odd. by Daniel Otte · 4 years, 6 months ago
  28. 54c3046 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
  29. 04ea106 Declare MBEDTLS_TEST_HOOKS in config.h by Gilles Peskine · 6 years ago
  30. dde2022 Bump version to Mbed TLS 2.7.18 by Janos Follath · 4 years, 8 months ago
  31. 3c463b5 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.18r0-pr by Janos Follath · 4 years, 8 months ago
  32. dcba585 Merge pull request #3945 from paul-elliott-arm/fix_pem_write_2_7 by Gilles Peskine · 4 years, 8 months ago
  33. 102bac7 Add tests for buffer corruption after PEM write by Paul Elliott · 4 years, 8 months ago
  34. 8e556f8 Merge pull request #3937 from geecrypt/mbedtls-2.7 by Ronald Cron · 4 years, 8 months ago
  35. 5b1cb88 Merge pull request #3725 from gilles-peskine-arm/ecp-bignum-error-checks-2.7 by Gilles Peskine · 4 years, 8 months ago
  36. 0805cb2 Merge pull request #783 from chris-jones-arm/mbedtls-2.7-restricted by Janos Follath · 4 years, 8 months ago
  37. ceb9990 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  38. 8b1f65e Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  39. 5af02ce Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  40. 9c7e92b Move declaration to fix C90 warning by Rodrigo Dias Correa · 4 years, 8 months ago
  41. f75fbab Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  42. d7853a8 Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  43. 34018be Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
  44. 375366a Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
  45. d103823 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
  46. 9fc67f0 Backport 2.7: Fix use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
  47. 4159c71 Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  48. b4756c2 Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago
  49. acbf9ec Put local variables in a struct by Gilles Peskine · 5 years ago
  50. 5706e92 Remove a useless zeroization by Gilles Peskine · 5 years ago
  51. e634564 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 10 months ago
  52. b51c8a2 Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
  53. 91070e4 Fix memory leak in mbedtls_mpi_sub_abs by Gilles Peskine · 5 years ago
  54. 45a5958 fix return code by Jens Reimann · 4 years, 11 months ago
  55. bfdbd43 Put local variables and buffers in a struct by gabor-mezei-arm · 5 years ago
  56. cb3a742 Zeroize internal buffers and variables in MD hashes by gabor-mezei-arm · 5 years ago
  57. 77d9401 Force cleanup before return by gabor-mezei-arm · 5 years ago
  58. 461c5a8 Zeroize internal buffers and variables in PKCS and SHA by gabor-mezei-arm · 5 years ago
  59. 1939460 adjusting size of sliding window array to correct size. by Daniel Otte · 5 years ago
  60. 0db765a Bump version to Mbed TLS 2.7.17 by Janos Follath · 5 years ago
  61. 93c784b Merge branch 'mbedtls-2.7-restricted' by Janos Follath · 5 years ago
  62. 2a8e958 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  63. 520e78b Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  64. 426c2d4 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  65. 3b490a0 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
  66. bf7a49e Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
  67. d863a67 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  68. 84be024 Merge pull request #3594 from gilles-peskine-arm/fix-compat.sh-with-ubuntu-16.04-gnutls-2.7 by Gilles Peskine · 5 years ago
  69. 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
  70. 329fe7e A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
  71. 1323fba Update the copy of tests/data_files/server2-sha256.crt in certs.c by Gilles Peskine · 5 years ago
  72. 03c2b8f Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  73. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  74. 30c1df3 Merge pull request #3570 from gufe44/net-sockets-fixes-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  75. 3ca3b9e Fix building on NetBSD 9.0 by gufe44 · 5 years ago
  76. 126b69a Merge pull request #735 from gilles-peskine-arm/x509parse_crl-empty_entry-2.7 by Gilles Peskine · 5 years ago
  77. 206cb39 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  78. 691bed7 Merge pull request #733 from gabor-mezei-arm/689_bp27_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
  79. 78e54b9 x509_crl_parse: fix 1-byte buffer overflow and entry->raw.tag by Gilles Peskine · 5 years ago
  80. cd542a5 Merge pull request #729 from mpg/ct-varlen-hmac-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  81. ef73875 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
  82. 7cf5ebc Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
  83. e05e576 Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
  84. 2f484bd Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
  85. 2da9a54 Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
  86. 0cd0c73 Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
  87. c9ef5a2 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
  88. ec956b1 Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
  89. 41df0f2 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
  90. 4508c67 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
  91. 40597ce Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  92. d119718 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
  93. 3ba2bca Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
  94. 8ebb88d Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
  95. b2b1d8e Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  96. ab601d6 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  97. 406c7ae RSA: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  98. 6ab924d RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  99. a35e98a DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  100. f0f43c5 DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago