mbed TLS version 2.1.9 Release Candidate 1
  1. 6ad82d7 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  2. cdb4dc9 Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  3. c386317 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  4. 489939f Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  5. b322be5 Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  6. 1f06d9b Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  7. 0ff660e Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  8. a886ce3 Backport 2.1: Check rc of mbedtls_mpi_fill_random by Ron Eldor · 8 years ago
  9. 0fb3e0a Backport: Resource leak fix on windows platform by Ron Eldor · 8 years ago
  10. ee709f4 Backport 2.1: Wrong preproccessor condition fix by Ron Eldor · 8 years ago
  11. 5ff277e Backport 2.1: check if iv is zero in gcm. by Ron Eldor · 8 years ago
  12. fbb9837 Update the version number to 2.1.8 by Simon Butcher · 8 years ago mbedtls-2.1.8
  13. 499391a Undo API change by Hanno Becker · 8 years ago
  14. 89930b3 Merge remote-tracking branch 'restricted/iotssl-1398_backport-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  15. cc01908 Ensure application data records are not kept when fully processed by Hanno Becker · 8 years ago
  16. 1defa8f Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-2.1-restricted' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  17. 63906d9 Merge remote-tracking branch 'restricted/IOTSSL-1366/mbedtls-2.1' into mbedtls-2.1-restricted by Manuel Pégourié-Gonnard · 8 years ago
  18. 640edc7 Merge remote-tracking branch 'hanno/mpi_read_file_underflow_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  19. ebe391d Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  20. bfbc494 Add hard assertion to mbedtls_ssl_read_record_layer by Hanno Becker · 8 years ago
  21. 6a582e8 Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  22. 704f493 Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  23. 61c0c70 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  24. a3929ba Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  25. b55f613 Merge remote-tracking branch 'gilles/iotssl-1223/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  26. 7344e1b SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  27. 12c1954 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  28. 5877c27 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  29. 955738a Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  30. cd6e4d5 Merge remote-tracking branch 'restricted/mbedtls-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  31. 61946d2 Merge remote-tracking branch 'hanno/iotssl-1241-backport-2.1' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  32. 6820eba Merge branch 'iotssl-1272-fix-RSA-cache-attack-2.1-restricted' into mbedtls-2.1 by Manuel Pégourié-Gonnard · 8 years ago
  33. 032aec0 Improve documentation by Hanno Becker · 8 years ago
  34. 118848f Split long lines. by Hanno Becker · 8 years ago
  35. aa8a2bd Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  36. b3e6872 Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  37. 39e2981 Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  38. 1cdf0fd Fix bug in threading sample implementation #667 by Janos Follath · 9 years ago
  39. 702dcd0 Fix bug in threading sample implementation #667 by Janos Follath · 9 years ago
  40. 4195e80 Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  41. 230ee31 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  42. 2938ccb Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  43. 2a8d655 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  44. 9ef9f10 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  45. 578517d Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  46. 74fd868 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  47. bd90851 More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  48. fd8f79d More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  49. 8877ec2 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  50. 2323477 Update version number to 2.1.7 for release by Simon Butcher · 8 years ago mbedtls-2.1.7
  51. e0545c3 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago mbedtls-2.1.7-rc1
  52. 8c5385e Backport 2.1:Resource leak in ssl_cookie and mutex by Ron Eldor · 8 years ago
  53. 8dbb35a ECP: Prevent freeing a buffer on stack by Janos Follath · 8 years ago
  54. f4cbe10 Fix memory leak in mbedtls_x509_crl_parse() by Andres AG · 9 years ago
  55. 5ad4045 Fix buffer overread in mbedtls_x509_get_time() by Janos Follath · 8 years ago
  56. d352e6d Merge branch 'mbedtls-2.1-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  57. f26f0e3 Merge branch 'mbedtls-2.1-iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  58. c892509 Fix data loss in unsigned int cast in PK by Andres AG · 8 years ago
  59. 8efc769 Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  60. 480a958 Fix unused variable/function compilation warnings by Andres AG · 9 years ago
  61. 7a77cb2 Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  62. 2b912b4 Add comment to integer overflow fix in base64.c by Simon Butcher · 8 years ago
  63. d00d3e2 Fix integer overflow in mbedtls_base64_decode() by Andres AG · 8 years ago
  64. ef1329e Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 8 years ago
  65. 63285aa Fix compiler warning with MSVC by Simon B · 9 years ago
  66. 8136e82 Fix verify out flags from x509_crt_verify_top() by Andres AG · 9 years ago
  67. 7cd7cf0 Fix CRL parsing to avoid infinite loop by Andres AG · 9 years ago
  68. c655972 Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 9 years ago
  69. 635f215 Fix compiler warning with MSVC by Simon B · 9 years ago
  70. 016a0d3 Update library version number to 2.1.6 by Simon Butcher · 9 years ago mbedtls-2.1.6
  71. 8bd467c Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  72. 7238838 Merge branch for fix for #502 - Unchecked calls by Simon Butcher · 9 years ago
  73. 53d7713 Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  74. 6220ecb Fix overread when verifying SERVER_HELLO in DTLS by Andres AG · 9 years ago
  75. 6a3fa21 Fix sig->tag update in mbedtls_x509_get_sig() by Andres AG · 9 years ago
  76. d9d0cda Merge branch 'mbedtls-2.1' by Simon Butcher · 9 years ago
  77. 0be55a0 Remove MBEDTLS_SSL_AEAD_RANDOM_IV feature by Janos Follath · 9 years ago
  78. 95b3036 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  79. 6c05208 Fix documentation for mbedtls_gcm_finish() by Andres AG · 9 years ago
  80. fbd1cd9 Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 9 years ago
  81. 8aa301b Add missing bounds check in X509 DER write funcs by Andres AG · 9 years ago
  82. 433d4c8 Add safety check to sample mutex implementation by Janos Follath · 9 years ago
  83. 88c2d22 Fixed unchecked calls to mbedtls_md_setup in rsa.c (#502) by Brian J Murray · 9 years ago
  84. e6ed6a1 Fix guards in SSL for ECDH key exchanges by Paul Bakker · 9 years ago
  85. 7b26865 X509: Fix bug triggered by future CA among trusted by Janos Follath · 9 years ago
  86. 64f5df5 Changed version number to version 2.1.5 by Simon Butcher · 9 years ago
  87. 88aa189 Merge branch 'mbedtls-2.1' into mbedtls-2.1 by Simon Butcher · 9 years ago
  88. 60e2b2f Fix whitespace and formatting in ssl_srv.c by Simon Butcher · 9 years ago
  89. 83f2605 Fix non compliance SSLv3 in server extension handling. by Janos Follath · 9 years ago
  90. 25da9b3 Moved underflow test to better reflect time constant behaviour. by Janos Follath · 9 years ago
  91. 43e9297 Included test for integer underflow. by Janos Follath · 9 years ago
  92. e33f559 Included tests for the overflow by Janos Follath · 9 years ago
  93. e007c9f Removing 'if' branch from the fix. by Janos Follath · 9 years ago
  94. a958343 Length check added by Janos Follath · 9 years ago
  95. 991244c Fixes memory leak in memory_buffer_alloc.c debug by SimonB · 9 years ago
  96. e9d5510 Fix bug in ssl_write_supported_elliptic_curves_ext by Janos Follath · 9 years ago
  97. 689a627 Fix null pointer dereference in the RSA module. by Janos Follath · 9 years ago
  98. 0705dd0 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  99. 1a59a50 Fix odd bitlength RSA key generation by Janos Follath · 9 years ago
  100. 16734f0 x509: trailing bytes in DER: fix bug by Janos Follath · 9 years ago