1. 5d9aeba Fix param documentation for mbedtls_x509_crt_parse_cn_inet_pton by Andrzej Kurek · 2 years, 3 months ago
  2. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  3. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  4. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  5. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  6. f76c220 Remove mbedtls_psa_translate_md(). by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  7. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  8. 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  9. 1c32e37 Formally deprecate mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  10. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  11. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  12. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  13. 1ef26e2 Add convenience inline function to md.h by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  14. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  15. 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
  16. 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
  17. f37b94b Merge pull request #7533 from valeriosetti/issue7484 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  18. 32b06f5 Merge pull request #7650 from yanrayw/7360-code-size-tfm-medium by Tom Cosgrove · 2 years, 2 months ago
  19. 1747304 Update the descriptions of SANs by Andrzej Kurek · 2 years, 3 months ago
  20. bf95e9a Reword description and change NUL to null by David Horstmann · 2 years, 2 months ago
  21. 0171397 Change behaviour away from NUL-terminated strings by David Horstmann · 2 years, 2 months ago
  22. d1a203a Cosmetic fixes to doxygen comment by David Horstmann · 2 years, 2 months ago
  23. 64e0184 psa_util: add support for rfc8410's OIDs by valerio · 2 years, 2 months ago
  24. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  25. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  26. b97b689 Reword function description slightly by David Horstmann · 2 years, 2 months ago
  27. b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
  28. 10cc6bd Add PSA_ALG_PBKDF2_HMAC_GET_HASH macro by Kusumit Ghoderao · 2 years, 2 months ago
  29. e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  30. 52fe517 Change pbkdf2 password to array by Kusumit Ghoderao · 2 years, 2 months ago
  31. b2e551d Merge pull request #6943 from ucko/2023b-platform by Dave Rodgman · 2 years, 3 months ago
  32. 7ef8a8d pk: improve description for the new priv_id field by Valerio Setti · 2 years, 3 months ago
  33. 9dc9204 Merge pull request #7554 from valeriosetti/issue7073-reshape by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  34. 2f1ae5a Modify TFM files to allow them to build on baremetal with Mbed TLS and fix code style. by Aditya Deshpande · 2 years, 4 months ago
  35. 016264b pk: fix a return value and a typo in comment by Valerio Setti · 2 years, 3 months ago
  36. 50729ea Merge pull request #7611 from yanrayw/7609_tweak_build_info_include_order by Gilles Peskine · 2 years, 3 months ago
  37. 37db332 build_info.h: rewrite comment by Yanray Wang · 2 years, 3 months ago
  38. 5e4a01b mbedtls/platform.h: Avoid potential macro redefinition warnings. by Aaron M. Ucko · 2 years, 7 months ago
  39. f57007d pk: fixing and improving comments by Valerio Setti · 2 years, 3 months ago
  40. 9a11f8a Merge pull request #7573 from tom-cosgrove-arm/add-psa_want_alg_some_pake by Paul Elliott · 2 years, 3 months ago
  41. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  42. 8203f2d Merge pull request #7535 from minosgalanakis/ecp/7264_enable_core_shift_l by Paul Elliott · 2 years, 3 months ago
  43. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  44. 67fdb33 Add a possibility to write subject alt names in a certificate by Andrzej Kurek · 2 years, 4 months ago
  45. 1a75269 Move mbedtls_x509_san_list to x509.h by Andrzej Kurek · 2 years, 4 months ago
  46. 92c3f36 test_suite_debug: fix USE_PSA_INIT/DONE guards in a test by Valerio Setti · 2 years, 3 months ago
  47. 722f8f7 pk: adding a new field to store the public key in raw format by Valerio Setti · 2 years, 3 months ago
  48. b1c0afe Merge pull request #7595 from valeriosetti/deprecate_pk_ec by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  49. 419a55e build_info.h: rewrite comment for inclusion of config_psa.h by Yanray Wang · 2 years, 3 months ago
  50. 6397673 build_info.h: change location of including config_psa.h by Yanray Wang · 2 years, 3 months ago
  51. 2056d09 bignum: Updated documentation for `mbedtls_mpi_shift_l()` by Minos Galanakis · 2 years, 3 months ago
  52. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  53. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  54. 229bf10 pk: make mbedtls_pk_ec internal when !ECP_C by Valerio Setti · 2 years, 3 months ago
  55. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  56. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  57. 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
  58. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  59. 8d42cfd Merge pull request #7539 from gilles-peskine-arm/mbedtls_error_pair_t-smaller by Gilles Peskine · 2 years, 3 months ago
  60. 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
  61. 9016bc4 Clean up commented code by Kusumit Ghoderao · 2 years, 3 months ago
  62. 3fc4ca7 Limit max input cost to 32bit by Kusumit Ghoderao · 2 years, 3 months ago
  63. 4837e9d Correct comment about mbedtls error codes by Gilles Peskine · 2 years, 3 months ago
  64. 92da2a7 pk: improve description for the next opaque ID field by Valerio Setti · 2 years, 3 months ago
  65. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  66. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  67. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
  68. b9410e8 Fix failing CI by Kusumit Ghoderao · 2 years, 3 months ago
  69. 746dfae Enable FFDH through PSA if it's enabled in the legacy interface by Przemek Stekiel · 2 years, 3 months ago
  70. dcfa548 Add pbkdf2 to key_derivation context struct by Kusumit Ghoderao · 2 years, 3 months ago
  71. 30ced52 Add pbkdf2 struct to crypto_builtin_key_derivation.h by Kusumit Ghoderao · 2 years, 3 months ago
  72. 876e2c2 Add psa_pbkdf2_key_derivation_state_t by Kusumit Ghoderao · 2 years, 3 months ago
  73. 83baf89 Add builtin PBKDF2_HMAC definition in config_psa.h by Kusumit Ghoderao · 2 years, 3 months ago
  74. aca3165 Enable PSA_WANT_ALG_PBKDF2_HMAC in crypto_config.h by Kusumit Ghoderao · 2 years, 3 months ago
  75. b567f83 Halve size of mbedtls_error_pair_t by Gilles Peskine · 2 years, 3 months ago
  76. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  77. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  78. f317df9 Merge pull request #7461 from valeriosetti/issue7460-part1 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  79. f100f00 Add warnings to documentation stating that p256-m code may be out of date with upstream, plus other minor grammatical fixes. by Aditya Deshpande · 2 years, 5 months ago
  80. bac592d Remove rand() from p256_generate_random() and move to an implementation based on mbedtls_ctr_drbg by Aditya Deshpande · 2 years, 6 months ago
  81. e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
  82. 4ce5232 Fix definition of PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE (ECC vs FFDH max) by Przemek Stekiel · 2 years, 3 months ago
  83. eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
  84. 6d85afa Fix naming: FFDH key -> DH key and fix guard in psa_validate_key_type_and_size_for_key_generation by Przemek Stekiel · 2 years, 3 months ago
  85. 5357a7a Use PSA_MAX_OF_THREE in PSA_EXPORT_KEY_PAIR_MAX_SIZE by Przemek Stekiel · 2 years, 3 months ago
  86. 98062a7 Merge pull request #7316 from yuhaoth/pr/Add-msvc-support-for-aesce-module by Dave Rodgman · 2 years, 3 months ago
  87. 9643575 Limit OIDs to 128 components by David Horstmann · 2 years, 3 months ago
  88. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  89. 87d9a4a Provide PSA_WANT_KEY_TYPE_FFDH_PUBLIC_KEY configuration by Przemek Stekiel · 2 years, 8 months ago
  90. ed23b61 Adapt size macros for FFDH by Przemek Stekiel · 2 years, 8 months ago
  91. 84ee3e2 Adapt config files for FFDH by Przemek Stekiel · 2 years, 8 months ago
  92. a1a039d Improve minimum compiler versions document by Jerry Yu · 2 years, 3 months ago
  93. aede2ad Optimize code (pake role type, freeing buffers) by Przemek Stekiel · 2 years, 3 months ago
  94. 6e628a4 Add undfined role for ec j-pake by Przemek Stekiel · 2 years, 3 months ago
  95. f015a93 Add msvc version document by Jerry Yu · 2 years, 3 months ago
  96. cf35d77 doc: update USE_PSA_CRYPTO description by valerio · 2 years, 4 months ago
  97. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  98. a7d454c Remove unnecessary check by Jerry Yu · 2 years, 5 months ago
  99. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  100. f54762e Merge pull request #7415 from Harshal5/fix/declaration_of_mbedtls_ecdsa_sign_det_restartable_function by Ronald Cron · 2 years, 4 months ago