1. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 1 year, 11 months ago
  2. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  3. 0fda0d2 Fix overly specific description in public doc by Manuel Pégourié-Gonnard · 2 years ago
  4. cad28ae Merge remote-tracking branch 'origin/development' into psa-sha3 by Dave Rodgman · 2 years ago
  5. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years ago
  6. 852b6c3 Support MBEDTLS_MD_SHA3_xxx_VIA_PSA by Dave Rodgman · 2 years ago
  7. f956312 Fix typo in MBEDTLS_MD_CAN macros by Dave Rodgman · 2 years, 1 month ago
  8. 0442e1b Fix definition of MBEDTLS_MD_MAX_SIZE and MBEDTLS_MD_MAX_BLOCK_SIZE by Dave Rodgman · 2 years, 1 month ago
  9. 1f6d2e3 Simplify implementation of MD<->PSA translation by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  10. 9b76318 Change values of md_type enum by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  11. 9304186 Restore accidentally removed comment by Dave Rodgman · 2 years, 1 month ago
  12. ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 1 month ago
  13. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 1 month ago
  14. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 1 month ago
  15. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  16. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  17. 1ef26e2 Add convenience inline function to md.h by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  18. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 2 months ago
  19. 9d698df Further clarify a comment by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  20. a9ab4a2 Clarify a comment by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  21. 39a376a Finish removing HMAC from MD-light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  22. 9b14639 Dispatch according to init status. by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  23. d8ea37f Add engine field to context structure by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  24. 83d9e09 Switch metadata functions to the PSA-aware availability symbols by Gilles Peskine · 2 years, 9 months ago
  25. 416d0e2 Introduce preprocessor symbols for MD algorithm support via PSA by Gilles Peskine · 2 years, 9 months ago
  26. 0d41521 Make MBEDTLS_MD_LIGHT private for now. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. cacc0ea Fix a couple more typos by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  28. 39a4f42 Add links for macros in doxygen documentation by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  29. 82a4394 Make it clearer what's part of MD-light or not by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  30. b9b630d Define "light" subset of MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  31. ba2412f Remove internal function md_process() by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  32. 4e74733 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 5 months ago
  33. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  34. d55cb5b sha: decline MD defines for various SHA by Valerio Setti · 2 years, 7 months ago
  35. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 7 months ago
  36. c9754c3 Merge branch 'Mbed-TLS:development' into sha3 by Pol Henarejos · 2 years, 9 months ago
  37. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  38. 13acb1b Fix travis build. by Pol Henarejos · 3 years, 2 months ago
  39. 4712d4c Added SHA3 to MD. by Pol Henarejos · 3 years, 2 months ago
  40. 62e5514 Remove extra newline by Max Fillinger · 3 years, 7 months ago
  41. 0bb3833 Add function to get md info from md context by Max Fillinger · 3 years, 7 months ago
  42. ecf6beb Catch failures of md_hmac operations by Gilles Peskine · 3 years, 7 months ago
  43. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  44. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  45. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  46. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  47. 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  48. f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  49. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  50. 136b398 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 3 months ago
  51. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 3 months ago
  52. d11ddc5 Correction in the TODO issue number by TRodziewicz · 4 years, 3 months ago
  53. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 3 months ago
  54. 3848e31 Fix internal references in public documentation by Chris Jones · 4 years, 4 months ago
  55. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 4 months ago
  56. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  57. c52a43c Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  58. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  59. 2e24c3b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  60. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  61. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  62. f3e4736 Update md.h by Rose Zadik · 7 years ago
  63. 8c9c794 Update md.h by Rose Zadik · 7 years ago
  64. 15f90e0 Merge remote-tracking branch 'upstream-public/pr/1336' into development by Jaeden Amero · 7 years ago
  65. 64feefb Improve message digest documentation by Rose Zadik · 7 years ago
  66. bbca8c5 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  67. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 7 years ago
  68. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  69. f231eaa Add configuration file in md.h by Ron Eldor · 8 years ago
  70. 01ba45b Clean up comment formatting in md.h by Simon Butcher · 9 years ago
  71. 5b331b9 Various fixes to doxygen API generation by Simon Butcher · 10 years ago
  72. 5a2e389 Remove inline workaround when not useful by Manuel Pégourié-Gonnard · 10 years ago
  73. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  74. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  75. ac50fc5 Fix typo in doc by Manuel Pégourié-Gonnard · 10 years ago
  76. 20af64d Still need to #define inline for MSVC by Manuel Pégourié-Gonnard · 10 years ago
  77. 052a6c9 Add mbedtls_md_clone() by Manuel Pégourié-Gonnard · 10 years ago
  78. 2505528 Rm obsolete defines for inline wiht MSVC by Manuel Pégourié-Gonnard · 10 years ago
  79. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  80. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  81. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  82. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  83. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  84. eca510f Rework documentation of MD layer by Manuel Pégourié-Gonnard · 10 years ago
  85. 147fa09 Reintroduce md_init_ctx compatibility wrapper by Manuel Pégourié-Gonnard · 10 years ago
  86. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  87. a77edad Clean up unneeded things by Manuel Pégourié-Gonnard · 10 years ago
  88. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  89. dfb3dc8 Make ipad/opad dynamic and more opaque by Manuel Pégourié-Gonnard · 10 years ago
  90. 8379a82 Implement hmac in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  91. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  92. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  93. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  94. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/md.h]
  95. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  96. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  97. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  98. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  99. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  100. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago