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