1. 3226d36 Fix typo in configuration by Ron Eldor · 7 years ago
  2. a84c1cb Address PR cpomments reviews by Ron Eldor · 7 years ago
  3. 433f39c ECDH alternative implementation support by Ron Eldor · 7 years ago
  4. db108ac Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development by Manuel Pégourié-Gonnard · 7 years ago
  5. 1178ac5 Merge remote-tracking branch 'hanno/sliding_exponentiation' into development by Manuel Pégourié-Gonnard · 7 years ago
  6. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  7. 39ae8cd Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  8. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 7 years ago
  9. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 7 years ago
  10. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  11. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  12. 750c353 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  13. 5e79cb3 Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  14. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 7 years ago
  15. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  16. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  17. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  18. 18ac716 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  19. 4a7f6a0 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  20. 6e87698 Fix bug in threading sample implementation #667 by Janos Follath · 8 years ago
  21. f9203b4 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  22. e81102e Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  23. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  24. cf7ae7e Improve documentation by Hanno Becker · 8 years ago
  25. 0d0cd4b Split long lines by Hanno Becker · 8 years ago
  26. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  27. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  28. af610a0 Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h) by Andres Amaya Garcia · 8 years ago
  29. 6c8ccd5 Fix cleanup label alignment by Janos Follath · 8 years ago
  30. 69b2051 Update version features with ECP macros by Janos Follath · 8 years ago
  31. c44ab97 Apply review feedback on ECP interface by Janos Follath · 8 years ago
  32. b8a90fb Update ECP hardware abstraction interface by Janos Follath · 8 years ago
  33. 430d337 Add thread safety to ECP hardware acceleration by Janos Follath · 8 years ago
  34. 552f6b6 Add global mutex for asymmetric crypto accelerator by Janos Follath · 8 years ago
  35. 16e63ea Fix alternative ECP function names by Janos Follath · 8 years ago
  36. 4d9c69d Fix ECP alternative macro names by Janos Follath · 8 years ago
  37. 47d28f0 Remove alt_internal directory by Janos Follath · 8 years ago
  38. 372697b Clean up ECP abstraction layer code by Janos Follath · 8 years ago
  39. b069753 ECP: Add module and function level replacement options. by Janos Follath · 8 years ago
  40. 7284987 Fix data loss in unsigned int cast in PK by Andres AG · 8 years ago
  41. 92e4426 SSLv3: when refusing renegotiation, stop processing by Gilles Peskine · 8 years ago
  42. c94f735 Ignore failures when sending fatal alerts by Gilles Peskine · 8 years ago
  43. 8498cb3 Cleaned up double variable declaration by Gilles Peskine · 8 years ago
  44. 064a85c Code portability fix by Gilles Peskine · 8 years ago
  45. b2034b7 Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  46. 4bcb491 Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  47. 1cc8e34 Send TLS alerts in many more cases by Gilles Peskine · 8 years ago
  48. f982852 Balanced braces across preprocessor conditionals by Gilles Peskine · 8 years ago
  49. a4af1c4 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  50. d1cc7f6 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 8 years ago
  51. 12e0b80 Fix resource leak when using mutex and ssl_cookie by Ron Eldor · 8 years ago
  52. 7dadc2f ECP: Prevent freeing a buffer on stack by Janos Follath · 8 years ago
  53. 5708dcb Fix memory leak in mbedtls_x509_crl_parse() by Andres AG · 8 years ago
  54. 87c9807 Fix buffer overread in mbedtls_x509_get_time() by Janos Follath · 8 years ago
  55. fc794ff Merge branch 'iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  56. 0278a38 Merge branch 'iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  57. a29c5e9 Add comment to integer overflow fix in base64.c by Simon Butcher · 8 years ago
  58. 4623d83 Fix integer overflow mbedtls_base64_decode() by Andres AG · 8 years ago
  59. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 8 years ago
  60. 182013f Prevent SLOTH attacks by Janos Follath · 8 years ago
  61. 2196c7f Fix renegotiation at incorrect times in DTLS by Andres AG · 8 years ago
  62. 4c006cd Update library version number to 2.4.1 by Janos Follath · 8 years ago
  63. 5da3a6f Update CMAC test vectors. by Janos Follath · 8 years ago
  64. c0db511 Fix unused variable/function compilation warnings by Andres AG · 8 years ago
  65. e4ac542 Fix formatting issues in net_sockets.c by Simon Butcher · 8 years ago
  66. 36540ff Fix compiler warning in debug.c by Simon Butcher · 8 years ago
  67. 3c6b18d Fix various compiler warnings with MSVC by Simon B · 8 years ago
  68. 1903fb3 Clarify Comments and Fix Typos (#651) by Brian J Murray · 8 years ago
  69. d165066 Fix verify out flags from x509_crt_verify_top() by Andres AG · 8 years ago
  70. 939954c Fix CRL parsing to avoid infinite loop by Andres AG · 8 years ago
  71. 105e856 Merge branch 'gcc-compiler-warnings' by Simon Butcher · 8 years ago
  72. 1808dc0 Update library version number to 2.4.1 by Janos Follath · 8 years ago
  73. cd13bd2 Update CMAC test vectors. by Janos Follath · 8 years ago
  74. 532c94d Fix formatting issues in net_sockets.c by Simon Butcher · 8 years ago
  75. 097618b Fix compiler warning in debug.c by Simon Butcher · 8 years ago
  76. 3249cb7 Fix various compiler warnings with MSVC by Simon B · 8 years ago
  77. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 8 years ago
  78. 703990b Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 8 years ago
  79. 16c54ee Update library version number to 2.4.0 by Simon Butcher · 8 years ago
  80. 8e00410 Merge fix for AEAD Random IVs by Simon Butcher · 8 years ago
  81. 9800a05 Merge branch 'development' by Simon Butcher · 8 years ago
  82. 9900014 Merge fix for IE Certificate Compatibility by Simon Butcher · 8 years ago
  83. 488c08c Merge branch fixing date validity in X.509 by Simon Butcher · 8 years ago
  84. c58d7b4 Merge fix for X.509 compatibility issues by Simon Butcher · 8 years ago
  85. 5115267 Merge fix for branch SSL client overread by Simon Butcher · 8 years ago
  86. de319cb Merge branch 'development' by Simon Butcher · 8 years ago
  87. bb83b42 Use allocated memory for SHA self tests by Russ Butler · 8 years ago
  88. e5dc202 Restore P>Q in RSA key generation (#558) by Janos Follath · 8 years ago
  89. 314d8a8 Fix documentation for mbedtls_gcm_finish() by Andres AG · 8 years ago
  90. 410d3dd Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 8 years ago
  91. d7b9049 Fix memory leaks in CMAC tests by Janos Follath · 8 years ago
  92. 2b3b740 Remove unnecessary flag from CMAC context by Janos Follath · 8 years ago
  93. c61351d Fix issues in CMAC in repeated updates by Simon Butcher · 8 years ago
  94. ad88267 Fix bracketing in cmac.c by Simon Butcher · 8 years ago
  95. 8254b6c Clean up of formatting, and potential integer overflow fix by Andres AG · 8 years ago
  96. 2127932 Fixes following review by Simon Butcher · 8 years ago
  97. f394e09 Clean up and minor fixes following review by Simon Butcher · 8 years ago
  98. 5805fbe Fix CMAC interface for doxygen by Simon Butcher · 8 years ago
  99. 8a1a68c Regenerate error.c file to remove CMAC by Simon Butcher · 8 years ago
  100. 0c79073 Refactor and change CMAC interface by Simon Butcher · 8 years ago