1. 9928ca1 Code styling by Kusumit Ghoderao · 2 years ago
  2. baf350c Add PSA_HAVE_SOFT_PBKDF2 to crypto_driver_context_key_derivation by Kusumit Ghoderao · 2 years ago
  3. a12e2d5 Replace AES_CMAC_128_PRF_OUTPUT_SIZE with PSA_MAC_LENGTH() by Kusumit Ghoderao · 2 years ago
  4. 9ab03c3 Define PSA_ALG_IS_PBKDF2 by Kusumit Ghoderao · 2 years ago
  5. 2addf35 Replace MBEDTLS_PSA_BUILTIN_PBKDF2_XXX with PSA_HAVE_SOFT_PBKDF2 by Kusumit Ghoderao · 2 years ago
  6. 3fde8fe FIx name of macro by Kusumit Ghoderao · 2 years, 1 month ago
  7. b3042c3 Define PSA_ALG_WANT_PBKDF2_AES_CMAC_PRF_128 and fix config by Kusumit Ghoderao · 2 years, 1 month ago
  8. 857cd4b Add AES_CMAC_PRF_128 output size macro by Kusumit Ghoderao · 2 years, 2 months ago
  9. dd45667 Define struct for pbkdf2_cmac by Kusumit Ghoderao · 2 years, 2 months ago
  10. 5dbe17d Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() by David Horstmann · 2 years, 1 month ago
  11. 279d227 Add "completed" clarification to struct comments by David Horstmann · 2 years, 2 months ago
  12. 096093b Remove redundant structures from previous design by David Horstmann · 2 years, 2 months ago
  13. 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
  14. 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
  15. e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
  16. a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
  17. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  18. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  19. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  20. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  21. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  22. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  23. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  24. f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
  25. 85e6bdb Add additional members to pbkdf2 struct by Kusumit Ghoderao · 2 years, 2 months ago
  26. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  27. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  28. 32b06f5 Merge pull request #7650 from yanrayw/7360-code-size-tfm-medium by Tom Cosgrove · 2 years, 2 months ago
  29. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  30. b20f13a Change input cost type to uint64_t and fix max iteration test case by Kusumit Ghoderao · 2 years, 2 months ago
  31. 10cc6bd Add PSA_ALG_PBKDF2_HMAC_GET_HASH macro by Kusumit Ghoderao · 2 years, 2 months ago
  32. e66a8ad Define PSA_VENDOR_PBKDF2_MAX_ITERATIONS by Kusumit Ghoderao · 2 years, 2 months ago
  33. 52fe517 Change pbkdf2 password to array by Kusumit Ghoderao · 2 years, 2 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. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  36. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  37. 3fc4ca7 Limit max input cost to 32bit by Kusumit Ghoderao · 2 years, 3 months ago
  38. dcfa548 Add pbkdf2 to key_derivation context struct by Kusumit Ghoderao · 2 years, 3 months ago
  39. 30ced52 Add pbkdf2 struct to crypto_builtin_key_derivation.h by Kusumit Ghoderao · 2 years, 3 months ago
  40. 876e2c2 Add psa_pbkdf2_key_derivation_state_t by Kusumit Ghoderao · 2 years, 3 months ago
  41. aca3165 Enable PSA_WANT_ALG_PBKDF2_HMAC in crypto_config.h by Kusumit Ghoderao · 2 years, 3 months ago
  42. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  43. 4ce5232 Fix definition of PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE (ECC vs FFDH max) by Przemek Stekiel · 2 years, 3 months ago
  44. eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
  45. 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
  46. 5357a7a Use PSA_MAX_OF_THREE in PSA_EXPORT_KEY_PAIR_MAX_SIZE by Przemek Stekiel · 2 years, 3 months ago
  47. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  48. ed23b61 Adapt size macros for FFDH by Przemek Stekiel · 2 years, 8 months ago
  49. 84ee3e2 Adapt config files for FFDH by Przemek Stekiel · 2 years, 8 months ago
  50. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  51. 7921a03 Add claryfication for PSA_PAKE_INPUT/OUTPUT_MAX_SIZE macros by Przemek Stekiel · 2 years, 4 months ago
  52. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  53. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 4 months ago
  54. 789cef8 Fix documentation by Ronald Cron · 2 years, 4 months ago
  55. 135f2ae Pacify doxygen.sh by Ronald Cron · 2 years, 6 months ago
  56. f6236f0 psa: Introduce psa/build_info.h by Ronald Cron · 2 years, 6 months ago
  57. 2f10fce psa: include: Move key derivation builtin and driver contexts by Ronald Cron · 2 years, 7 months ago
  58. e7cde18 psa: include: Move some Mbed TLS headers by Ronald Cron · 2 years, 7 months ago
  59. fe8e135 psa: Remove unnecessary headers by Ronald Cron · 2 years, 7 months ago
  60. 271c12e psa: use only PSA_WANT symbols for PSA_VENDOR_ECC_MAX_CURVE_BITS by Valerio Setti · 2 years, 5 months ago
  61. 8f1e98a psa: set PSA_VENDOR_ECC_MAX_CURVE_BITS based on both SW and accelerated support by Valerio Setti · 2 years, 5 months ago
  62. b175b14 Remove driver_pake_get_role function by Przemek Stekiel · 2 years, 5 months ago
  63. e80ec0a Adapt J-PAKE built-in impl to use user/peer by Przemek Stekiel · 2 years, 5 months ago
  64. 656b259 psa_pake_input: validate buffer size using PSA_PAKE_INPUT_SIZE by Przemek Stekiel · 2 years, 5 months ago
  65. 1f778bc EC-JPAKE: remove limitation for user/peer (alow any value) by Przemek Stekiel · 2 years, 5 months ago
  66. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  67. fde1128 Code optimizations and documentation fixes by Przemek Stekiel · 2 years, 5 months ago
  68. 18cd6c9 Use local macros for j-pake slient/server strings by Przemek Stekiel · 2 years, 5 months ago
  69. d7f6ad7 Minor fixes (comments, cleanup) by Przemek Stekiel · 2 years, 5 months ago
  70. e9254a0 Adapt driver dispatch documentation for user/peer getters by Przemek Stekiel · 2 years, 5 months ago
  71. 1e7a927 Add input getters for jpake user and peer by Przemek Stekiel · 2 years, 5 months ago
  72. 26c909d Enable support for user/peer for JPAKE by Przemek Stekiel · 2 years, 5 months ago
  73. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 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. 1f39a62 Merge pull request #7151 from gilles-peskine-arm/psa-headers-alt by Dave Rodgman · 2 years, 5 months ago
  78. 802ff1b Merge pull request #7147 from paul-elliott-arm/interruptible_sign_hash_codestyle_drivers by Gilles Peskine · 2 years, 5 months ago
  79. 15d7d43 Pacify Clang 15 by Paul Elliott · 2 years, 5 months ago
  80. a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 6 months ago
  81. a3b625b Merge pull request #7098 from gilles-peskine-arm/retval-non-empty by Paul Elliott · 2 years, 5 months ago
  82. 95c9152 Move the implication of MBEDTLS_PSA_CRYPTO_CLIENT where it belongs by Gilles Peskine · 2 years, 6 months ago
  83. 361b5f9 Make sure the configuration is always included by Gilles Peskine · 2 years, 6 months ago
  84. b1176f2 Allow alternative names for overridden PSA headers by Gilles Peskine · 2 years, 6 months ago
  85. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  86. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  87. ac067d7 Fix PSA_PAKE_OPERATION_INIT macro by Przemek Stekiel · 2 years, 6 months ago
  88. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  89. 1c3cfb4 Introduce PSA_PAKE_OPERATION_STAGE_SETUP to optimize out alg checks by Przemek Stekiel · 2 years, 6 months ago
  90. dde6a91 Optimize out psa_pake_computation_stage_t by Przemek Stekiel · 2 years, 6 months ago
  91. 38b4e17 Remove typedef for enum by Przemek Stekiel · 2 years, 7 months ago
  92. ca8d2b2 Add get-data functions for inputs + tests by Przemek Stekiel · 2 years, 7 months ago
  93. 0f50f68 Remove redundant dummy fields inside unions by Przemek Stekiel · 2 years, 7 months ago
  94. 7b73017 Simplify psa_pake_computation_stage_s structure by Przemek Stekiel · 2 years, 7 months ago
  95. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  96. 5798003 Add enum that presents computation stage as single value by Przemek Stekiel · 2 years, 7 months ago
  97. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  98. 96ae8b9 Move pake definitions to headers for composite algorithms by Przemek Stekiel · 2 years, 8 months ago
  99. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  100. d91bcb7 Refactor structures for pake driver support by Przemek Stekiel · 2 years, 9 months ago