1. aa464ef Fix indentation and add goto cleanup; stmt by Andres Amaya Garcia · 8 years ago
  2. b2b063f Add comment in entropy.c by Andres Amaya Garcia · 8 years ago
  3. 3395250 Fix use of uninitialised ret ssl_tls.c by Andres Amaya Garcia · 8 years ago
  4. 42e5e10 Add goto cleanup; for consistency md.c by Andres Amaya Garcia · 8 years ago
  5. 46f5a3e Check return codes from MD in ssl code by Andres Amaya Garcia · 8 years ago
  6. c5c7d76 Add goto exit; stmt in rsa.c for consistency by Andres Amaya Garcia · 8 years ago
  7. 0963e6c Fix possible memory leak in <MD>_ext() by Andres Amaya Garcia · 8 years ago
  8. 94682d1 Fix use of unitialized ret in rsa.c by Andres Amaya Garcia · 8 years ago
  9. 6a3f305 Ensure MD self_test ret codes are not hidden by Andres Amaya Garcia · 8 years ago
  10. 1a607a1 Change ssl_tls to use new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  11. 95869c4 Do not start md accumulator in mbedtls_entropy_init by Andres Amaya Garcia · 8 years ago
  12. a7559cb Fix entropy module to work with hw accelerator by Andres Amaya Garcia · 8 years ago
  13. 207cea5 Change entropy to use new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  14. 8d08c44 Change pem to use new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  15. 0dd4fa0 Fix functions in MD layer to check return codes by Andres Amaya Garcia · 8 years ago
  16. 5f872df Change func ptrs to have ret val in MD layer by Andres Amaya Garcia · 8 years ago
  17. d21d625 Change ssl_srv to new MD API and check return code by Andres Amaya Garcia · 8 years ago
  18. f0e521e Change ssl_cli to new MD API and check return code by Andres Amaya Garcia · 8 years ago
  19. 698089e Change RSA to use new MD API and check return code by Andres Amaya Garcia · 8 years ago
  20. 8d8204f Change x509write_crt to use new MD API ret code by Andres Amaya Garcia · 8 years ago
  21. cccfe08 Rename md process functions with _internal_ by Andres Amaya Garcia · 8 years ago
  22. 614c689 Add int return values to SHA-512 function calls by Andres Amaya Garcia · 8 years ago
  23. 72a7f53 Add int return values to SHA-256 function calls by Andres Amaya Garcia · 8 years ago
  24. b1a8bf9 Add int return values to RIPEMD-160 function calls by Andres Amaya Garcia · 8 years ago
  25. 2cfd7a9 Add int return values to MD5 function calls by Andres Amaya Garcia · 8 years ago
  26. bee0635 Add int return values to MD4 function calls by Andres Amaya Garcia · 8 years ago
  27. 1d85213 Add int return values to MD2 function calls by Andres Amaya Garcia · 8 years ago
  28. 034ea7e Add int return values to SHA1 function calls by Andres Amaya Garcia · 8 years ago
  29. f2a597f Update the version number to 2.5.1 by Simon Butcher · 8 years ago archive/mbedtls-2.5 archive/mbedtls-2.5.2 mbedtls-2.5 mbedtls-2.5.2 mbedtls-2.5.1
  30. 4a42f3c Merge remote-tracking branch 'restricted/iotssl-1398' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  31. bdf3905 Ensure application data records are not kept when fully processed by Hanno Becker · 8 years ago
  32. b86b143 Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-restricted' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  33. a0bf6ec Merge remote-tracking branch 'restricted/IOTSSL-1366/development-restricted' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  34. db108ac Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development by Manuel Pégourié-Gonnard · 8 years ago
  35. 1178ac5 Merge remote-tracking branch 'hanno/sliding_exponentiation' into development by Manuel Pégourié-Gonnard · 8 years ago
  36. bb9dd0c Add hard assertion to mbedtls_ssl_read_record_layer by Hanno Becker · 8 years ago
  37. 4a810fb Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  38. af0665d Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  39. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  40. 39ae8cd Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  41. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  42. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  43. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  44. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  45. 750c353 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  46. 5e79cb3 Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  47. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 8 years ago
  48. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  49. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  50. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  51. 18ac716 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  52. 4a7f6a0 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  53. 6e87698 Fix bug in threading sample implementation #667 by Janos Follath · 9 years ago
  54. f9203b4 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  55. e81102e Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  56. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  57. cf7ae7e Improve documentation by Hanno Becker · 8 years ago
  58. 0d0cd4b Split long lines by Hanno Becker · 8 years ago
  59. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  60. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  61. af610a0 Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h) by Andres Amaya Garcia · 9 years ago
  62. 6c8ccd5 Fix cleanup label alignment by Janos Follath · 9 years ago
  63. 69b2051 Update version features with ECP macros by Janos Follath · 9 years ago
  64. c44ab97 Apply review feedback on ECP interface by Janos Follath · 9 years ago
  65. b8a90fb Update ECP hardware abstraction interface by Janos Follath · 9 years ago
  66. 430d337 Add thread safety to ECP hardware acceleration by Janos Follath · 9 years ago
  67. 552f6b6 Add global mutex for asymmetric crypto accelerator by Janos Follath · 9 years ago
  68. 16e63ea Fix alternative ECP function names by Janos Follath · 9 years ago
  69. 4d9c69d Fix ECP alternative macro names by Janos Follath · 9 years ago
  70. 47d28f0 Remove alt_internal directory by Janos Follath · 9 years ago
  71. 372697b Clean up ECP abstraction layer code by Janos Follath · 9 years ago
  72. b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
  73. 7284987 Fix data loss in unsigned int cast in PK by Andres AG · 9 years ago
  74. c1380de RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  75. 92e4426 SSLv3: when refusing renegotiation, stop processing by Gilles Peskine · 8 years ago
  76. c94f735 Ignore failures when sending fatal alerts by Gilles Peskine · 8 years ago
  77. 8498cb3 Cleaned up double variable declaration by Gilles Peskine · 8 years ago
  78. 064a85c Code portability fix by Gilles Peskine · 8 years ago
  79. b2034b7 Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  80. 4bcb491 Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  81. e7e7650 More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  82. 0e17eb0 More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  83. 1cc8e34 Send TLS alerts in many more cases by Gilles Peskine · 8 years ago
  84. f982852 Balanced braces across preprocessor conditionals by Gilles Peskine · 8 years ago
  85. a4af1c4 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  86. d1cc7f6 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago
  87. 12e0b80 Fix resource leak when using mutex and ssl_cookie by Ron Eldor · 9 years ago
  88. 7dadc2f ECP: Prevent freeing a buffer on stack by Janos Follath · 9 years ago
  89. 5708dcb Fix memory leak in mbedtls_x509_crl_parse() by Andres AG · 9 years ago
  90. 87c9807 Fix buffer overread in mbedtls_x509_get_time() by Janos Follath · 9 years ago
  91. fc794ff Merge branch 'iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  92. 0278a38 Merge branch 'iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  93. a29c5e9e Add comment to integer overflow fix in base64.c by Simon Butcher · 9 years ago
  94. 4623d83 Fix integer overflow mbedtls_base64_decode() by Andres AG · 9 years ago
  95. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 9 years ago
  96. 182013f Prevent SLOTH attacks by Janos Follath · 9 years ago
  97. 2196c7f Fix renegotiation at incorrect times in DTLS by Andres AG · 9 years ago
  98. 4c006cd Update library version number to 2.4.1 by Janos Follath · 9 years ago
  99. 5da3a6f Update CMAC test vectors. by Janos Follath · 9 years ago
  100. c0db511 Fix unused variable/function compilation warnings by Andres AG · 9 years ago