1. 056f0c5 Make output_byte return not_supported for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  2. 7c05c00 Add test cases for pbkdf2 input functions by Kusumit Ghoderao · 2 years, 3 months ago
  3. f5fedf1 Add pbkdf2 to psa_key_derivation_abort by Kusumit Ghoderao · 2 years, 3 months ago
  4. 3128c5d Enable can_output_key with PSA_KEY_DERIVATION_INPUT_PASSWORD by Kusumit Ghoderao · 2 years, 3 months ago
  5. 24b3895 Add pbkdf2 input functions to psa_key_derivation_input_internal by Kusumit Ghoderao · 2 years, 3 months ago
  6. f4fe3ee Add input password function for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  7. 547a6c6 add input salt function for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  8. 944bba1 Add input cost function for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  9. d132cac Add pbkdf2_hmac to is_kdf_alg_supported() by Kusumit Ghoderao · 2 years, 3 months ago
  10. af0b534 Add pbkdf2 to ATLEAST_ONE_BUILTIN_KDF definition by Kusumit Ghoderao · 2 years, 3 months ago
  11. dcfa548 Add pbkdf2 to key_derivation context struct by Kusumit Ghoderao · 2 years, 3 months ago
  12. 30ced52 Add pbkdf2 struct to crypto_builtin_key_derivation.h by Kusumit Ghoderao · 2 years, 3 months ago
  13. 876e2c2 Add psa_pbkdf2_key_derivation_state_t by Kusumit Ghoderao · 2 years, 3 months ago
  14. 83baf89 Add builtin PBKDF2_HMAC definition in config_psa.h by Kusumit Ghoderao · 2 years, 3 months ago
  15. aca3165 Enable PSA_WANT_ALG_PBKDF2_HMAC in crypto_config.h by Kusumit Ghoderao · 2 years, 3 months ago
  16. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  17. c70d9ea Merge pull request #7412 from silabs-Kusumit/PBKDF2_implementation by Gilles Peskine · 2 years, 3 months ago
  18. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  19. f317df9 Merge pull request #7461 from valeriosetti/issue7460-part1 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  20. d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
  21. 8225587 Change from Mbed TLS 3.3.0 to 3.4.0 in driver documentation. by Aditya Deshpande · 2 years, 3 months ago
  22. 641cb89 Minor changes to documentation and code comments for clarity by Aditya Deshpande · 2 years, 4 months ago
  23. 7b9934d Add support for building p256-m alongside Mbed TLS with CMake. by Aditya Deshpande · 2 years, 4 months ago
  24. ac363d8 Migrate p256-m_driver_entrypoints.[hc] to new code style by Aditya Deshpande · 2 years, 5 months ago
  25. ebd624e Minor formatting change to driver wrapper jinja template by Aditya Deshpande · 2 years, 5 months ago
  26. 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
  27. be55bb2 Use psa_generate_random() instead of mbedtls_ctr_dbrg by Aditya Deshpande · 2 years, 6 months ago
  28. 8d99f25 Add 3rdparty license information to the README by Aditya Deshpande · 2 years, 6 months ago
  29. 045b370 Add SPDX license identifiers to driver entry point files by Aditya Deshpande · 2 years, 6 months ago
  30. a8d663d Add README and license from the p256-m repo by Aditya Deshpande · 2 years, 6 months ago
  31. 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
  32. caed18e Add README in p256-m/ by Aditya Deshpande · 2 years, 6 months ago
  33. a9612d0 Remove unnecessary no-check-names comments by Aditya Deshpande · 2 years, 6 months ago
  34. f80b939 Add information for driver points where auto-generation is implemented by Aditya Deshpande · 2 years, 6 months ago
  35. 755b174 Add example for integrating a driver alongside Mbed TLS for entrypoints where auto-generation of driver wrappers is not implemented yet. by Aditya Deshpande · 2 years, 6 months ago
  36. 695e44b Rename p256m to p256 for uniform function/macro prefixes by Aditya Deshpande · 2 years, 7 months ago
  37. abf4bf3 Start the driver example write-up (p256-m integration) by Aditya Deshpande · 2 years, 7 months ago
  38. 277690e Add step-by-step guide for writing and integrating drivers for entry points where auto-generation is not implemented by Aditya Deshpande · 2 years, 7 months ago
  39. 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
  40. 14d6b11 Merge pull request #7419 from yuhaoth/test/random-time-test-fail by Gilles Peskine · 2 years, 3 months ago
  41. 7351101 Merge pull request #7502 from daverodgman/inline-clz by Gilles Peskine · 2 years, 3 months ago
  42. 53a9ac5 Merge pull request #7443 from mprse/psa_init_in_programs by Gilles Peskine · 2 years, 3 months ago
  43. d2e1dd0 Merge pull request #7499 from JonathanWitthoeft/development by Gilles Peskine · 2 years, 3 months ago
  44. 7c0f91b test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  45. 00a256f test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  46. 0f2f996 change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  47. e93c90e Merge pull request #7433 from oberon-microsystems/fix-psa-aead-chacha20-test-dependency by Dave Rodgman · 2 years, 3 months ago
  48. b6ad682 Update tests/suites/test_suite_psa_crypto.function by Kusumit-Silabs · 2 years, 3 months ago
  49. af0225e change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  50. 914347b Don't explicitly inline mbedtls_mpi_core_clz by Dave Rodgman · 2 years, 3 months ago
  51. c6fdf1b Add tests with INPUT_INTEGER as key_type_arg by Kusumit Ghoderao · 2 years, 3 months ago
  52. 12e0b4b Use key_type_arg for determining input method by Kusumit Ghoderao · 2 years, 3 months ago
  53. a537695 Remove unrelated comment by Kusumit Ghoderao · 2 years, 3 months ago
  54. ca4ca9a Merge pull request #7468 from mpg/review-contrib by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  55. 2a878a8 Adjust ChangeLog by JonathanWitthoeft · 2 years, 3 months ago
  56. 9b26518 Make mbedtls_ecdsa_can_do definition unconditional by JonathanWitthoeft · 2 years, 3 months ago
  57. 405ec94 Bug Fix: mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT by JonathanWitthoeft · 2 years, 3 months ago
  58. 3b29364 Fix VS2022 build error by Dave Rodgman · 2 years, 3 months ago
  59. 98062a7 Merge pull request #7316 from yuhaoth/pr/Add-msvc-support-for-aesce-module by Dave Rodgman · 2 years, 3 months ago
  60. 09d2378 Merge pull request #7429 from xkqian/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
  61. db368de fix clang test fail by Jerry Yu · 2 years, 3 months ago
  62. 91a6183 Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test_cases by Janos Follath · 2 years, 3 months ago
  63. 10f4091 Merge pull request #7462 from daverodgman/clz_size_opt by Tom Cosgrove · 2 years, 3 months ago
  64. 61c4cfa Add compiler version checks. by Jerry Yu · 2 years, 3 months ago
  65. a1a039d Improve minimum compiler versions document by Jerry Yu · 2 years, 3 months ago
  66. 4f30a6a Remove undesirable test by Dave Rodgman · 2 years, 3 months ago
  67. 2e863ec Remove unnecessary if to save 16 bytes by Dave Rodgman · 2 years, 3 months ago
  68. d3fbbe5 Merge pull request #7448 from gabor-mezei-arm/7261_roll_loop_in_ecp_mod_koblitz by Paul Elliott · 2 years, 3 months ago
  69. d14e04e Use ASSERT_COMPARE for comapring buffers by Przemek Stekiel · 2 years, 3 months ago
  70. 4dfed0a test_suite_ecp: Refactored `ecp_mod_p256k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  71. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  72. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  73. aede2ad Optimize code (pake role type, freeing buffers) by Przemek Stekiel · 2 years, 3 months ago
  74. 6e628a4 Add undfined role for ec j-pake by Przemek Stekiel · 2 years, 3 months ago
  75. f015a93 Add msvc version document by Jerry Yu · 2 years, 3 months ago
  76. 8f0e3d4 fix wrong compiler checks by Jerry Yu · 2 years, 3 months ago
  77. ad450d5 Merge pull request #7463 from valeriosetti/issue7460-part2 by Gilles Peskine · 2 years, 3 months ago
  78. 53c6553 Merge pull request #7450 from xkqian/bignumber_ecp_update by Janos Follath · 2 years, 3 months ago
  79. 0f16d56 Fix documentation by Dave Rodgman · 2 years, 3 months ago
  80. 14bfdbf test: update guards also for pkwrite and pkparse by Valerio Setti · 2 years, 3 months ago
  81. 8bb93bb test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  82. e50831c test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
  83. 95e57c3 doc: update use-psa-crypto.md by valerio · 2 years, 4 months ago
  84. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  85. cf35d77 doc: update USE_PSA_CRYPTO description by valerio · 2 years, 4 months ago
  86. 285dae8 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  87. 569c171 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
  88. b79f7db test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
  89. feb941a Merge pull request #7465 from valeriosetti/issue7460-part3 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  90. 0281d76 Merge pull request #7449 from valeriosetti/issue7446 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  91. 0b04864 improve syms.sh script for external dependencies analysis by valerio · 2 years, 4 months ago
  92. bf974b9 test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
  93. 547b3a4 fix typos by Valerio Setti · 2 years, 3 months ago
  94. 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  95. 7bacaf8 fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
  96. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  97. 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
  98. 6cec5e9 Add changelog entry (PSA initialization in sample programs) by Przemek Stekiel · 2 years, 4 months ago
  99. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  100. f921f4d Use loop for two passes in the reduction by Gabor Mezei · 2 years, 4 months ago