1. 5e264e3 Merge remote-tracking branch 'upstream-public/pr/2129' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  2. a7d16ba Merge remote-tracking branch 'upstream-public/pr/2150' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  3. 4a908ca Update library version number to 2.7.8 by Simon Butcher · 7 years ago
  4. 4303f76 Merge remote-tracking branch 'restricted/pr/513' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  5. e34a4f5 Merge remote-tracking branch 'restricted/pr/536' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  6. a0d3e1d Merge remote-tracking branch 'restricted/pr/518' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  7. 220cc17 mbedtls_mpi_write_binary: don't leak the exact size of the number by Gilles Peskine · 7 years ago
  8. 20f30d9 Update library version number to 2.7.7 by Simon Butcher · 7 years ago
  9. 5801232 Merge remote-tracking branch 'restricted/pr/521' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  10. 02d3b1c Merge remote-tracking branch 'restricted/pr/523' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  11. 9136dab Merge remote-tracking branch 'public/pr/2138' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  12. c379662 Merge remote-tracking branch 'public/pr/2080' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  13. ce8c509 Merge remote-tracking branch 'public/pr/2135' into mbedtls-2.7-restricted-proposed by Simon Butcher · 7 years ago
  14. 18a4cbf Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  15. 52da7ee Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  16. beedec8 Add missing bracket by Hanno Becker · 7 years ago
  17. 7b28abc Merge remote-tracking branch 'public/pr/2045' into mbedtls-2.7-proposed by Simon Butcher · 7 years ago
  18. 5a15fa3 Merge remote-tracking branch 'public/pr/2096' into mbedtls-2.7-proposed by Simon Butcher · 7 years ago
  19. 6b89197 Entropy: Fall through to /dev/random if getrandom() syscall unknown by Hanno Becker · 7 years ago
  20. e2a6f01 Merge remote-tracking branch 'public/pr/1763' into mbedtls-2.7-proposed by Simon Butcher · 7 years ago
  21. e5eb258 Make inclusion of stdio.h conditional in x509_crt.c by Simon Butcher · 7 years ago
  22. 5cc4f76 Reinitialize PK ctx in mbedtls_pk_parse_key before reuse are free by Hanno Becker · 7 years ago
  23. e02c905 typo fix by Brian J Murray · 7 years ago
  24. 94759f6 Mark internal function as static by Darryl Green · 7 years ago
  25. 56d7cc4 Fix bias in random number generation in Miller-Rabin test by Darryl Green · 7 years ago
  26. ca31b47 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 7 years ago
  27. d82e0c0 Add missing zeroization of reassembled handshake messages by Hanno Becker · 7 years ago
  28. 84a21d5 Fix undefined behavior in unsigned-to-signed conversion by Gilles Peskine · 7 years ago
  29. 66a28e9 Fix likely-harmless undefined behavior surrounding volatile by Gilles Peskine · 7 years ago
  30. 72d555d Bignum: Fix prime validation vulnerability by Janos Follath · 7 years ago
  31. 643f311 Omit runtime configuration of calloc/free if macro config enabled by Hanno Becker · 7 years ago
  32. d72fab9 Add explicit unsigned-to-signed integer conversion by Hanno Becker · 7 years ago
  33. 63c706f Fix bounds check in ssl_parse_server_psk_hint() by Hanno Becker · 7 years ago
  34. b39740e Bignum: Remove dead code by Janos Follath · 7 years ago
  35. 23d7cea PKCS#1 v1.5 decoding: fix empty payload case by Gilles Peskine · 7 years ago
  36. 0b330f7 Remove a remaining sensitive memory access in PKCS#1 v1.5 decryption by Gilles Peskine · 7 years ago
  37. 03fb3e3 mbedtls_rsa_rsaes_pkcs1_v15_decrypt: remove the variable p by Gilles Peskine · 7 years ago
  38. 087544b Minor optimization in the PKCS#1v1.5 unpadding step by Gilles Peskine · 7 years ago
  39. cf1253e Use branch-free size comparison for the padding size by Gilles Peskine · 7 years ago
  40. a04f8bb Bleichenbacher fix: don't leak the plaintext length (step 2) by Gilles Peskine · 7 years ago
  41. f9dd29e Bleichenbacher fix: don't leak the plaintext length (step 1) by Gilles Peskine · 7 years ago
  42. b473916 Evolve choose_int_from_mask to if_int by Gilles Peskine · 7 years ago
  43. dabe87c Fix a timing-based Bleichenbacher attack on PKCS#1v1.5 decryption by Gilles Peskine · 7 years ago
  44. cd500f3 Minor readability improvement by Gilles Peskine · 7 years ago
  45. 88eeb4f Implicit _endthread call: comment changed by irwir · 7 years ago
  46. 5afc7ba Added spaces after type casts by irwir · 7 years ago
  47. 8efb3cc Replace Windows API threading with CRT functions by irwir · 7 years ago
  48. 651902d Merge remote-tracking branch 'public/pr/1972' into mbedtls-2.7 by Simon Butcher · 7 years ago
  49. aadc818 HMAC_DRBG: report all errors from HMAC functions by Gilles Peskine · 7 years ago
  50. 4d23757 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  51. 9ce2972 CTR_DRBG: add mbedtls_ctr_drbg_update_ret by Gilles Peskine · 7 years ago
  52. 1da7776 HMAC_DRBG: clean stack buffers by Gilles Peskine · 7 years ago
  53. d324c59 CTR_DRBG: clean stack buffers by Gilles Peskine · 7 years ago
  54. 34997fd Update library version number to 2.7.6 by Simon Butcher · 7 years ago
  55. 9877efb Merge remote-tracking branch 'restricted/pr/437' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  56. 242169b Merge remote-tracking branch 'restricted/pr/498' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  57. 6910201 Merge remote-tracking branch 'restricted/pr/493' into mbedtls-2.7-restricted by Simon Butcher · 7 years ago
  58. 4102b3d Merge remote-tracking branch 'public/pr/1888' into mbedtls-2.7 by Simon Butcher · 7 years ago
  59. cc4f58d Merge remote-tracking branch 'public/pr/1956' into mbedtls-2.7 by Simon Butcher · 7 years ago
  60. f7be6b0 Merge remote-tracking branch 'public/pr/1960' into mbedtls-2.7 by Simon Butcher · 7 years ago
  61. 6c794fa Fix bug in SSL ticket implementation removing keys of age < 1s by Hanno Becker · 7 years ago
  62. 12f7ede Compute record expansion in steps to ease readability by Hanno Becker · 7 years ago
  63. dbd3e88 Fix mbedtls_ssl_get_record_expansion() for CBC modes by Hanno Becker · 7 years ago
  64. 78d5d82 Fix overly strict bounds check in ssl_parse_certificate_request() by Hanno Becker · 7 years ago
  65. cd6a64a Reset session_in/out pointers in ssl_session_reset_int() by Hanno Becker · 7 years ago
  66. 9eb78b4 Merge remote-tracking branch 'upstream-public/pr/1900' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  67. f37a99e Merge remote-tracking branch 'upstream-public/pr/1814' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  68. 3b69174 Merge remote-tracking branch 'upstream-public/pr/1886' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  69. 2c16114 Revert change of a return variable name by k-stachowiak · 7 years ago
  70. 15b0a39 enforce input and output of ccm selftest on stack by Ron Eldor · 7 years ago
  71. 84cc74e Fix undefined shifts by Philippe Antoine · 7 years ago
  72. cb7a5b0 Fix memory leak in ecp_mul_comb() if ecp_precompute_comb() fails by Angus Gratton · 8 years ago
  73. 8385110 Update version to 2.7.5 by Jaeden Amero · 7 years ago
  74. 7daacda Merge remote-tracking branch 'restricted/pr/494' into mbedtls-2.7 by Simon Butcher · 7 years ago
  75. d5a3ed3 Merge remote-tracking branch 'public/pr/1863' into mbedtls-2.7 by Simon Butcher · 7 years ago
  76. f4a6688 Fix code formatting by k-stachowiak · 7 years ago
  77. b65d6ce Merge remote-tracking branch 'public/pr/1870' into mbedtls-2.7 by Simon Butcher · 7 years ago
  78. 2ba7d8e Remove unnecessary mark as unused #1098 (backport) by Dawid Drozd · 7 years ago
  79. bc5ec41 Merge remote-tracking branch 'public/pr/1847' into mbedtls-2.7 by Simon Butcher · 7 years ago
  80. 8946b0d Check for invalid short Alert messages by Angus Gratton · 7 years ago
  81. b91cb6e TLSv1.2: Treat zero-length fragments as invalid, unless they are application data by Angus Gratton · 7 years ago
  82. 1ba8e91 CBC mode: Allow zero-length message fragments (100% padding) by Angus Gratton · 7 years ago
  83. 6978949 Prevent buffer overread by one byte by k-stachowiak · 7 years ago
  84. 7c34432 Avoid debug message that might leak length by Manuel Pégourié-Gonnard · 7 years ago
  85. aeeaaf2 Add counter-measure to cache-based Lucky 13 by Manuel Pégourié-Gonnard · 7 years ago
  86. 5fcfd03 Fix Lucky 13 cache attack on MD/SHA padding by Manuel Pégourié-Gonnard · 7 years ago
  87. 28f68a3 Merge remote-tracking branch 'public/pr/1809' into mbedtls-2.7 by Simon Butcher · 7 years ago
  88. a159d64 Merge remote-tracking branch 'public/pr/1827' into mbedtls-2.7 by Simon Butcher · 7 years ago
  89. c2eddee Fix memory leak in ssl_setup by k-stachowiak · 7 years ago
  90. 33e5c32 Fixes different off by ones by Philippe Antoine · 7 years ago
  91. b322333 x509.c: Remove unused includes by Brendan Shanks · 7 years ago
  92. a35dbf1 about a issue Replace "new" variable #1782 by niisato · 7 years ago
  93. c32b3b7 Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
  94. 8c02dd1 Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  95. 0e342f7 Merge remote-tracking branch 'public/pr/1390' into mbedtls-2.7 by Simon Butcher · 7 years ago
  96. 035d824 Merge remote-tracking branch 'public/pr/1768' into mbedtls-2.7 by Simon Butcher · 7 years ago
  97. 0f91c0f Coding style by Philippe Antoine · 7 years ago
  98. dc58e59 Simplify code in mbedtls_x509_csr_parse by Philippe Antoine · 7 years ago
  99. 78657e5 Fix memory leak in mbedtls_x509_csr_parse by Philippe Antoine · 7 years ago
  100. 0fc4e08 Document ssl_write_real() behaviour in detail by Andres Amaya Garcia · 8 years ago