1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. c52a43c Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  3. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  4. 2e24c3b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  5. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  6. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  7. f3e4736 Update md.h by Rose Zadik · 7 years ago
  8. 8c9c794 Update md.h by Rose Zadik · 7 years ago
  9. 15f90e0 Merge remote-tracking branch 'upstream-public/pr/1336' into development by Jaeden Amero · 7 years ago
  10. 64feefb Improve message digest documentation by Rose Zadik · 7 years ago
  11. bbca8c5 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  12. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 7 years ago
  13. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  14. f231eaa Add configuration file in md.h by Ron Eldor · 8 years ago
  15. 01ba45b Clean up comment formatting in md.h by Simon Butcher · 9 years ago
  16. 5b331b9 Various fixes to doxygen API generation by Simon Butcher · 10 years ago
  17. 5a2e389 Remove inline workaround when not useful by Manuel Pégourié-Gonnard · 10 years ago
  18. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  19. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  20. ac50fc5 Fix typo in doc by Manuel Pégourié-Gonnard · 10 years ago
  21. 20af64d Still need to #define inline for MSVC by Manuel Pégourié-Gonnard · 10 years ago
  22. 052a6c9 Add mbedtls_md_clone() by Manuel Pégourié-Gonnard · 10 years ago
  23. 2505528 Rm obsolete defines for inline wiht MSVC by Manuel Pégourié-Gonnard · 10 years ago
  24. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  25. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  26. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  27. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  28. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  29. eca510f Rework documentation of MD layer by Manuel Pégourié-Gonnard · 10 years ago
  30. 147fa09 Reintroduce md_init_ctx compatibility wrapper by Manuel Pégourié-Gonnard · 10 years ago
  31. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  32. a77edad Clean up unneeded things by Manuel Pégourié-Gonnard · 10 years ago
  33. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  34. dfb3dc8 Make ipad/opad dynamic and more opaque by Manuel Pégourié-Gonnard · 10 years ago
  35. 8379a82 Implement hmac in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  36. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  37. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  38. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  39. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/md.h]
  40. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  41. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  42. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  43. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  44. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  45. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  46. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  47. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  48. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  49. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  50. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  51. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 11 years ago
  52. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 12 years ago
  53. 7db0109 Made POLARSSL_MD_MAX_SIZE dependent on POLARSSL_SHA512_C by Paul Bakker · 12 years ago
  54. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  55. c295b83 Minor checks to prevent NULL-pointer exceptions by Paul Bakker · 12 years ago
  56. 1bd3ae8 Added md_process() to MD layer for generic internal access to hash by Paul Bakker · 12 years ago
  57. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  58. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  59. 2028156 - Fixed typos in copied text (Fixed ticket #39) by Paul Bakker · 14 years ago
  60. 09b1ec6 - Adapted define for inline to be more solid by Paul Bakker · 14 years ago
  61. 74fb74e - Updated ARMCC_VERSION to __ARMCC_VERSION by Paul Bakker · 14 years ago
  62. 569df2c - Fixed inline definition for ARM systems by Paul Bakker · 14 years ago
  63. 9c021ad - Added regular error codes for generic message digest layer by Paul Bakker · 14 years ago
  64. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  65. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  66. 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
  67. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  68. f3b86c1 - Updated Doxygen documentation generation and documentation on small parts by Paul Bakker · 14 years ago
  69. 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 · 14 years ago
  70. 72f6266 - Improved information provided about current Hashing, Cipher and Suite capabilities by Paul Bakker · 15 years ago
  71. 1b57b06 - Added reading of DHM context from memory and file by Paul Bakker · 15 years ago
  72. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago