1. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  2. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  3. 18ac716 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  4. 4a7f6a0 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  5. 6e87698 Fix bug in threading sample implementation #667 by Janos Follath · 8 years ago
  6. f9203b4 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  7. e81102e Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  8. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  9. af610a0 Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h) by Andres Amaya Garcia · 8 years ago
  10. 6c8ccd5 Fix cleanup label alignment by Janos Follath · 8 years ago
  11. 69b2051 Update version features with ECP macros by Janos Follath · 8 years ago
  12. c44ab97 Apply review feedback on ECP interface by Janos Follath · 8 years ago
  13. b8a90fb Update ECP hardware abstraction interface by Janos Follath · 8 years ago
  14. 430d337 Add thread safety to ECP hardware acceleration by Janos Follath · 8 years ago
  15. 552f6b6 Add global mutex for asymmetric crypto accelerator by Janos Follath · 8 years ago
  16. 16e63ea Fix alternative ECP function names by Janos Follath · 8 years ago
  17. 4d9c69d Fix ECP alternative macro names by Janos Follath · 8 years ago
  18. 47d28f0 Remove alt_internal directory by Janos Follath · 8 years ago
  19. 372697b Clean up ECP abstraction layer code by Janos Follath · 8 years ago
  20. b069753 ECP: Add module and function level replacement options. by Janos Follath · 8 years ago
  21. 7284987 Fix data loss in unsigned int cast in PK by Andres AG · 8 years ago
  22. d1cc7f6 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 8 years ago
  23. 12e0b80 Fix resource leak when using mutex and ssl_cookie by Ron Eldor · 8 years ago
  24. 7dadc2f ECP: Prevent freeing a buffer on stack by Janos Follath · 8 years ago
  25. 5708dcb Fix memory leak in mbedtls_x509_crl_parse() by Andres AG · 8 years ago
  26. 87c9807 Fix buffer overread in mbedtls_x509_get_time() by Janos Follath · 8 years ago
  27. fc794ff Merge branch 'iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  28. 0278a38 Merge branch 'iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  29. a29c5e9 Add comment to integer overflow fix in base64.c by Simon Butcher · 8 years ago
  30. 4623d83 Fix integer overflow mbedtls_base64_decode() by Andres AG · 8 years ago
  31. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 8 years ago
  32. 182013f Prevent SLOTH attacks by Janos Follath · 8 years ago
  33. 2196c7f Fix renegotiation at incorrect times in DTLS by Andres AG · 8 years ago
  34. 4c006cd Update library version number to 2.4.1 by Janos Follath · 8 years ago
  35. 5da3a6f Update CMAC test vectors. by Janos Follath · 8 years ago
  36. c0db511 Fix unused variable/function compilation warnings by Andres AG · 8 years ago
  37. e4ac542 Fix formatting issues in net_sockets.c by Simon Butcher · 8 years ago
  38. 36540ff Fix compiler warning in debug.c by Simon Butcher · 8 years ago
  39. 3c6b18d Fix various compiler warnings with MSVC by Simon B · 8 years ago
  40. 1903fb3 Clarify Comments and Fix Typos (#651) by Brian J Murray · 8 years ago
  41. d165066 Fix verify out flags from x509_crt_verify_top() by Andres AG · 8 years ago
  42. 939954c Fix CRL parsing to avoid infinite loop by Andres AG · 8 years ago
  43. 105e856 Merge branch 'gcc-compiler-warnings' by Simon Butcher · 8 years ago
  44. 1808dc0 Update library version number to 2.4.1 by Janos Follath · 8 years ago
  45. cd13bd2 Update CMAC test vectors. by Janos Follath · 8 years ago
  46. 532c94d Fix formatting issues in net_sockets.c by Simon Butcher · 8 years ago
  47. 097618b Fix compiler warning in debug.c by Simon Butcher · 8 years ago
  48. 3249cb7 Fix various compiler warnings with MSVC by Simon B · 8 years ago
  49. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 8 years ago
  50. 703990b Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 8 years ago
  51. 16c54ee Update library version number to 2.4.0 by Simon Butcher · 8 years ago
  52. 8e00410 Merge fix for AEAD Random IVs by Simon Butcher · 8 years ago
  53. 9800a05 Merge branch 'development' by Simon Butcher · 8 years ago
  54. 9900014 Merge fix for IE Certificate Compatibility by Simon Butcher · 8 years ago
  55. 488c08c Merge branch fixing date validity in X.509 by Simon Butcher · 8 years ago
  56. c58d7b4 Merge fix for X.509 compatibility issues by Simon Butcher · 8 years ago
  57. 5115267 Merge fix for branch SSL client overread by Simon Butcher · 8 years ago
  58. de319cb Merge branch 'development' by Simon Butcher · 8 years ago
  59. bb83b42 Use allocated memory for SHA self tests by Russ Butler · 8 years ago
  60. e5dc202 Restore P>Q in RSA key generation (#558) by Janos Follath · 8 years ago
  61. 314d8a8 Fix documentation for mbedtls_gcm_finish() by Andres AG · 8 years ago
  62. 410d3dd Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 8 years ago
  63. d7b9049 Fix memory leaks in CMAC tests by Janos Follath · 8 years ago
  64. 2b3b740 Remove unnecessary flag from CMAC context by Janos Follath · 8 years ago
  65. c61351d Fix issues in CMAC in repeated updates by Simon Butcher · 8 years ago
  66. ad88267 Fix bracketing in cmac.c by Simon Butcher · 8 years ago
  67. 8254b6c Clean up of formatting, and potential integer overflow fix by Andres AG · 8 years ago
  68. 2127932 Fixes following review by Simon Butcher · 8 years ago
  69. f394e09 Clean up and minor fixes following review by Simon Butcher · 8 years ago
  70. 5805fbe Fix CMAC interface for doxygen by Simon Butcher · 8 years ago
  71. 8a1a68c Regenerate error.c file to remove CMAC by Simon Butcher · 8 years ago
  72. 0c79073 Refactor and change CMAC interface by Simon Butcher · 8 years ago
  73. 7b07e0e Fix build failure for thread config by Brian Murray · 8 years ago
  74. 5168618 Minor fixes to comments by Brian Murray · 8 years ago
  75. 3d64431 Minor CMAC fixes for merge by Brian Murray · 8 years ago
  76. 0b21cdf cleaned up indentation and braket issues in mbedtls_cmac_verify by Brian Murray · 9 years ago
  77. bbed660 Changed test function to inline to pass tests/scripts/check-names.sh by Brian Murray · 9 years ago
  78. fe9ff01 Fixed some build warnings by Brian Murray · 9 years ago
  79. 4e06703 Do not zeroize null pointer by Brian Murray · 9 years ago
  80. cdd1f6d Removed unneed memsets and fixed spacing by Brian Murray · 9 years ago
  81. 6eae89b No CMAC minimum tag length is specified by NIST SP800-38B A Minor Typo Changes by Brian Murray · 9 years ago
  82. e260fea cmac.c whitespace cleanup by Brian Murray · 9 years ago
  83. db5c70e better handling of failed calloc by Brian Murray · 9 years ago
  84. 86ff986 selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  85. 3d3c9b8 More cleanup of CMAC self tests by Brian Murray · 9 years ago
  86. afdb60f Only compile AES CMAC PRF support if MBEDTLS_AES_C is defined and other cleanups by Brian Murray · 9 years ago
  87. d666eb5 More cleanup of CMAC selftests by Brian Murray · 9 years ago
  88. 3c0412a Fixed CMAC tag length by Brian Murray · 9 years ago
  89. 7c6476c CMAC support for cipher with 64bit blocks (DES/3DES) by Brian Murray · 9 years ago
  90. 5a8c004 Added cmac.o to libary/Makefile by Brian Murray · 9 years ago
  91. 2b0e21f cmac: more cosmetic changes by Manuel Pégourié-Gonnard · 9 years ago
  92. a878d3b cmac: avoid useless wrapping of function by Manuel Pégourié-Gonnard · 9 years ago
  93. 5f8639f cmac: reduce visibility of macros by Manuel Pégourié-Gonnard · 9 years ago
  94. 59ae4ba cmac: some more padding-related tune-ups by Manuel Pégourié-Gonnard · 9 years ago
  95. da8724f cmac: clean up padding function and comments by Manuel Pégourié-Gonnard · 9 years ago
  96. 89b8d83 cmac: make subkey gen more constant-time by Manuel Pégourié-Gonnard · 9 years ago
  97. 28ea791 cmac: zeroize sensitive intermediate values by Manuel Pégourié-Gonnard · 9 years ago
  98. 756bcf7 cmac: factor multiply by u to its own function by Manuel Pégourié-Gonnard · 9 years ago
  99. a4dfa05 cmac: fix whitespace/codingstyle issues by Manuel Pégourié-Gonnard · 9 years ago
  100. 9c83eeb cmac: improve argument order and naming by Manuel Pégourié-Gonnard · 9 years ago