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