1. c5bbdd4 Include platform.h in hmac_drbg.c and md.c by Arto Kinnunen · 6 years ago
  2. 5299a42 Update HMAC and MD FI countermeasures by Arto Kinnunen · 6 years ago
  3. 5b36693 Harden hmac_drbg and md against fault injection by Arto Kinnunen · 6 years ago
  4. 9941933 Use plain memset() in context init functions by Manuel Pégourié-Gonnard · 6 years ago
  5. 7a346b8 Replace memset() with mbedtls_platform_memset() by Manuel Pégourié-Gonnard · 6 years ago
  6. 3252c4d Fixup MD: Avoid always-false pointer comparison by Hanno Becker · 6 years ago
  7. 64b0623 MD: Implement config dep'n inlining of mbedtls_md_setup() by Hanno Becker · 6 years ago
  8. 52e36bc MD: Embed digest context structure into MD wrapper context by Hanno Becker · 6 years ago
  9. d73aabd Fixup: Declare digest info structures as static by Hanno Becker · 6 years ago
  10. 53ade9f MD: Implement config dep'n inlining of mbedtls_md_process() by Hanno Becker · 6 years ago
  11. 993691d MD: Implement config dep'n inlining of mbedtls_md_finish() by Hanno Becker · 6 years ago
  12. fdef5ac MD: Implement config dep'n inlining of mbedtls_md_update() by Hanno Becker · 6 years ago
  13. 527f7c9 MD: Demonstrate config-dep'n API inlining for mbedtls_md_starts() by Hanno Becker · 6 years ago
  14. c4e4210 Introduce md_internal.h by Hanno Becker · 6 years ago
  15. 3f7d270 md.c: Avoid overly long lines by Hanno Becker · 6 years ago
  16. 3a98eab Don't return function pointers from MD info getters by Hanno Becker · 6 years ago
  17. 08cf43a Fix typo MBEDTLS_SSL_CONF_SINGLE_HASH -> MBEDTLS_MD_SINGLE_HASH by Hanno Becker · 6 years ago
  18. bdaf0ea Make MD info getters always inline by Hanno Becker · 6 years ago
  19. ccb2b62 Remove handle from MD context in single hash config by Hanno Becker · 6 years ago
  20. 1292c35 Add config.h option to hardcode choice of single MD algorithm by Hanno Becker · 6 years ago
  21. d03949e Remove md_wrap.c and md_internal.h by Hanno Becker · 6 years ago
  22. d3827c7 Introduce getter for MD handle from MD context by Hanno Becker · 6 years ago
  23. 0e7fc31 Inline md_wrap.c in md.c by Hanno Becker · 6 years ago
  24. 530387e Introduce getter functions for MD info fields by Hanno Becker · 6 years ago
  25. a5cedbc Introduce MD handle type by Hanno Becker · 6 years ago
  26. 394c5fb Implement NO_SHA224 in MD layer as well by Manuel Pégourié-Gonnard · 6 years ago
  27. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  28. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  29. 66954e1 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  30. aa464ef Fix indentation and add goto cleanup; stmt by Andres Amaya Garcia · 8 years ago
  31. 42e5e10 Add goto cleanup; for consistency md.c by Andres Amaya Garcia · 8 years ago
  32. 0dd4fa0 Fix functions in MD layer to check return codes by Andres Amaya Garcia · 8 years ago
  33. eb132b6 Zeroize tmp buf in mbedtls_md_file() md.c by Andres Amaya Garcia · 8 years ago
  34. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  35. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  36. 052a6c9 Add mbedtls_md_clone() by Manuel Pégourié-Gonnard · 10 years ago
  37. bcc0308 Avoid fclose( NULL ) by Manuel Pégourié-Gonnard · 10 years ago
  38. 88db5da Add pre-defined profiles for cert verification by Manuel Pégourié-Gonnard · 10 years ago
  39. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  40. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  41. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  42. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  43. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  44. 147fa09 Reintroduce md_init_ctx compatibility wrapper by Manuel Pégourié-Gonnard · 10 years ago
  45. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  46. a77edad Clean up unneeded things by Manuel Pégourié-Gonnard · 10 years ago
  47. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  48. dfb3dc8 Make ipad/opad dynamic and more opaque by Manuel Pégourié-Gonnard · 10 years ago
  49. 8379a82 Implement hmac in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  50. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  51. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  52. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  53. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  54. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  55. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  56. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  57. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  58. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  59. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  60. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  61. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  62. 480905d Fix selection of hash from sig_alg ClientHello ext. by Manuel Pégourié-Gonnard · 11 years ago
  63. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  64. bd77254 md_list() starting with strongest hash by Manuel Pégourié-Gonnard · 11 years ago
  65. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  66. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  67. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  68. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  69. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  70. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  71. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 12 years ago
  72. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  73. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  74. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  75. 1bd3ae8 Added md_process() to MD layer for generic internal access to hash by Paul Bakker · 12 years ago
  76. 279432a - Fixed size of clean by Paul Bakker · 13 years ago
  77. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  78. 9c021ad - Added regular error codes for generic message digest layer by Paul Bakker · 14 years ago
  79. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  80. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  81. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  82. 562535d - Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use. by Paul Bakker · 15 years ago
  83. 72f6266 - Improved information provided about current Hashing, Cipher and Suite capabilities by Paul Bakker · 15 years ago
  84. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago