1. 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  2. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  3. 28111db Adapt guards for psa_is_dh_key_size_valid by Przemek Stekiel · 2 years, 2 months ago
  4. 33c91eb Add driver support for DH import key and export public key by Przemek Stekiel · 2 years, 2 months ago
  5. 055ffed Revert "Handle simple copy import/export before driver dispatch" by Przemek Stekiel · 2 years, 2 months ago
  6. 91f99f5 Change output length parameter in pbkdf2_hmac_set_password by Kusumit Ghoderao · 2 years, 2 months ago
  7. d7a3f80 Restructure set salt function by Kusumit Ghoderao · 2 years, 2 months ago
  8. aac9a58 Fix code style and initialize status by Kusumit Ghoderao · 2 years, 2 months ago
  9. bd6cefb Add HMAC specific function for setting password by Kusumit Ghoderao · 2 years, 2 months ago
  10. b538bb7 Restructure pbkdf2_set_salt function by Kusumit Ghoderao · 2 years, 2 months ago
  11. e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  12. 52fe517 Change pbkdf2 password to array by Kusumit Ghoderao · 2 years, 2 months ago
  13. 0b11ee0 Fix compilation errors(unused variables, guards) by Przemek Stekiel · 2 years, 3 months ago
  14. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  15. c80e750 Handle simple copy import/export before driver dispatch by Przemek Stekiel · 2 years, 3 months ago
  16. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  17. 3fc4ca7 Limit max input cost to 32bit by Kusumit Ghoderao · 2 years, 3 months ago
  18. d0422f3 Enable empty salt as input for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  19. 6731a25 Remove redundant code in key_derivation_abort() by Kusumit Ghoderao · 2 years, 3 months ago
  20. 134cc2e Fix code style by Przemek Stekiel · 2 years, 3 months ago
  21. b9410e8 Fix failing CI by Kusumit Ghoderao · 2 years, 3 months ago
  22. 056f0c5 Make output_byte return not_supported for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  23. f5fedf1 Add pbkdf2 to psa_key_derivation_abort by Kusumit Ghoderao · 2 years, 3 months ago
  24. 3128c5d Enable can_output_key with PSA_KEY_DERIVATION_INPUT_PASSWORD by Kusumit Ghoderao · 2 years, 3 months ago
  25. 24b3895 Add pbkdf2 input functions to psa_key_derivation_input_internal by Kusumit Ghoderao · 2 years, 3 months ago
  26. f4fe3ee Add input password function for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  27. 547a6c6 add input salt function for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  28. 944bba1 Add input cost function for pbkdf2 by Kusumit Ghoderao · 2 years, 3 months ago
  29. d132cac Add pbkdf2_hmac to is_kdf_alg_supported() by Kusumit Ghoderao · 2 years, 3 months ago
  30. af0b534 Add pbkdf2 to ATLEAST_ONE_BUILTIN_KDF definition by Kusumit Ghoderao · 2 years, 3 months ago
  31. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  32. c70d9ea Merge pull request #7412 from silabs-Kusumit/PBKDF2_implementation by Gilles Peskine · 2 years, 3 months ago
  33. 5341050 Add guards for psa_is_dh_key_size_valid by Przemek Stekiel · 2 years, 3 months ago
  34. 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
  35. a537695 Remove unrelated comment by Kusumit Ghoderao · 2 years, 3 months ago
  36. d1cf1ba Add function to validate dh key size by Przemek Stekiel · 2 years, 3 months ago
  37. 6fd72b6 Optimize code (if-else format, action on error) by Przemek Stekiel · 2 years, 3 months ago
  38. c829816 psa_export_public_key_internal: add missing check for FFDH key type by Przemek Stekiel · 2 years, 8 months ago
  39. a9ca131 Move check of the key type to mbedtls_psa_key_agreement_ffdh by Przemek Stekiel · 2 years, 8 months ago
  40. 359f462 Move FFDH layer to separate file by Przemek Stekiel · 2 years, 8 months ago
  41. fedd134 Add key generation for FFDH keys by Przemek Stekiel · 2 years, 8 months ago
  42. fb3dd54 Add key agreement for FFDH keys by Przemek Stekiel · 2 years, 8 months ago
  43. 472b3f3 Add import/export of FFDH keys by Przemek Stekiel · 2 years, 8 months ago
  44. a14ae5a Fix input_integer testing by Kusumit Ghoderao · 2 years, 4 months ago
  45. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  46. 7921a03 Add claryfication for PSA_PAKE_INPUT/OUTPUT_MAX_SIZE macros by Przemek Stekiel · 2 years, 4 months ago
  47. 5278986 psa: fix ECP guards for key derivation by Valerio Setti · 2 years, 4 months ago
  48. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  49. 3a18dee Fix unused variable warning by Kusumit Ghoderao · 2 years, 4 months ago
  50. 50e0e11 Add key_derivation_input_integer function by Kusumit Ghoderao · 2 years, 4 months ago
  51. afbc7ed psa: Introduce PSA crypto core common symbols by Ronald Cron · 2 years, 6 months ago
  52. 9affb73 psa_crypto: fix guard for mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 5 months ago
  53. 256c75d Fix signed/unsigned comparison (windows compilation failure) by Przemek Stekiel · 2 years, 4 months ago
  54. b175b14 Remove driver_pake_get_role function by Przemek Stekiel · 2 years, 5 months ago
  55. 656b259 psa_pake_input: validate buffer size using PSA_PAKE_INPUT_SIZE by Przemek Stekiel · 2 years, 5 months ago
  56. 1f778bc EC-JPAKE: remove limitation for user/peer (alow any value) by Przemek Stekiel · 2 years, 5 months ago
  57. 3831637 Handle dependency on ECP_C in ECC KDF by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  58. bb576fe psa_crypto: Fix psa_key_derivation_output_key ECC without builtin keys by Joakim Andersson · 2 years, 5 months ago
  59. 7abdf7e Add utility function to check for drivers init by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  60. 18336da Merge pull request #7196 from mprse/ecjpake-driver-dispatch-peer-user by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  61. 4a1d3be Merge pull request #7229 from tom-cosgrove-arm/static-assert by Dave Rodgman · 2 years, 5 months ago
  62. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  63. fde1128 Code optimizations and documentation fixes by Przemek Stekiel · 2 years, 5 months ago
  64. f309d6b Fix peer user mismatch after rebase by Przemek Stekiel · 2 years, 5 months ago
  65. 18cd6c9 Use local macros for j-pake slient/server strings by Przemek Stekiel · 2 years, 5 months ago
  66. aa18342 Fix code style by Przemek Stekiel · 2 years, 5 months ago
  67. 09104b8 rework psa_pake_set_role to be consistent with requirements and adapt tests by Przemek Stekiel · 2 years, 5 months ago
  68. d7f6ad7 Minor fixes (comments, cleanup) by Przemek Stekiel · 2 years, 5 months ago
  69. 1e7a927 Add input getters for jpake user and peer by Przemek Stekiel · 2 years, 5 months ago
  70. 26c909d Enable support for user/peer for JPAKE by Przemek Stekiel · 2 years, 5 months ago
  71. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  72. 6ef9bb3 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  73. 691e91a Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  74. 57580f2 Use proper enum types for pake state/sequence/step by Przemek Stekiel · 2 years, 5 months ago
  75. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  76. e3ef3a1 Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
  77. 802ff1b Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers by Gilles Peskine · 2 years, 5 months ago
  78. 6a459f5 Merge pull request #7143 from paul-elliott-arm/interruptible_sign_hash_codestyle_wipeout by Paul Elliott · 2 years, 5 months ago
  79. 7118d17 Pacify code style checker by Paul Elliott · 2 years, 5 months ago
  80. dc42ca8 Use psa_wipe_tag_buffer() for MAC and aead code. by Paul Elliott · 2 years, 5 months ago
  81. 7bc24cc Fix typos in documentation. by Paul Elliott · 2 years, 5 months ago
  82. a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 5 months ago
  83. a3b625b Merge pull request #7098 from gilles-peskine-arm/retval-non-empty by Paul Elliott · 2 years, 5 months ago
  84. d93de32 Move to computation stage only on successfull setup by Przemek Stekiel · 2 years, 5 months ago
  85. 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
  86. 59200a2 Improve psa_wipe_output_buffer by Paul Elliott · 2 years, 5 months ago
  87. 5eff103 Remove redundant checks for jpake alg by Przemek Stekiel · 2 years, 5 months ago
  88. 80a8849 Adapt conditional compilation flags for jpake alg by Przemek Stekiel · 2 years, 6 months ago
  89. a54dc69 mbedtls_psa_pake_setup: move driver password and alg init to the common part by Przemek Stekiel · 2 years, 6 months ago
  90. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  91. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  92. 6d77830 Remove redundant code by Przemek Stekiel · 2 years, 6 months ago
  93. dff21d3 Move jpake role check to psa_pake_complete_inputs() by Przemek Stekiel · 2 years, 6 months ago
  94. e1d51bf Optimieze psa_pake_complete_inputs() by Przemek Stekiel · 2 years, 6 months ago
  95. 3e784d8 PSA crypto pake: call abort on each failure by Przemek Stekiel · 2 years, 6 months ago
  96. d69dca9 Rework psa_pake_abort by Przemek Stekiel · 2 years, 6 months ago
  97. f62b3bb Optimization of pake core functions by Przemek Stekiel · 2 years, 6 months ago
  98. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  99. d5d28a2 Use operation alg for locking key slot by Przemek Stekiel · 2 years, 6 months ago
  100. 1c3cfb4 Introduce PSA_PAKE_OPERATION_STAGE_SETUP to optimize out alg checks by Przemek Stekiel · 2 years, 6 months ago