1. 4fb1542 Split config_psa.h: create and populate mbedtls/config_adjust_legacy_from_psa.h by Gilles Peskine · 1 year, 11 months ago
  2. 10c6f07 Split config_psa.h: create and populate mbedtls/config_adjust_psa_from_legacy.h by Gilles Peskine · 1 year, 11 months ago
  3. eca0178 Split config_psa.h: create and populate mbedtls/config_adjust_psa_superset_legacy.h by Gilles Peskine · 1 year, 11 months ago
  4. 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
  5. 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 months ago
  6. c43c3aa Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  7. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 1 year, 11 months ago
  8. a458d48 Move the inclusion of the PSA config file(s) into build_info.h by Gilles Peskine · 2 years, 2 months ago
  9. 8cd1da4 Remove spurious extern "C" by Gilles Peskine · 2 years, 2 months ago
  10. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  11. c22affd Fix dependencies for pbkdf2 cmac by Kusumit Ghoderao · 2 years ago
  12. 105f772 Add PSA_HAVE_SOFT_PBKDF2 by Kusumit Ghoderao · 2 years ago
  13. ce38db1 Change config_psa.h PBKDF2_CMAC dependencies by Kusumit Ghoderao · 2 years ago
  14. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  15. cad28ae Merge remote-tracking branch 'origin/development' into psa-sha3 by Dave Rodgman · 2 years ago
  16. 9803834 config_psa: enable KEY_PAIR_GENERATE only when GENPRIME is defined by Valerio Setti · 2 years, 1 month ago
  17. 0d5c5e5 config_psa: enable KEY_PAIR_[IMPORT/EXPORT] as soon as BASIC is enabled by Valerio Setti · 2 years, 1 month ago
  18. a9a3c55 config_psa: enable GENPRIME when BUILTIN_KEY_TYPE_RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years, 1 month ago
  19. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  20. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  21. b3042c3 Define PSA_ALG_WANT_PBKDF2_AES_CMAC_PRF_128 and fix config by Kusumit Ghoderao · 2 years, 1 month ago
  22. 3cb6e41 Add define for builtin pbkdf2_cmac by Kusumit Ghoderao · 2 years, 1 month ago
  23. 06dfba7 config_psa: enabled EC key derivation support when ECP_C is enabled by Valerio Setti · 2 years, 1 month ago
  24. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  25. 73fc082 config_psa: introduce new internal KEY_PAIR symbol for BASIC+IMPORT+EXPORT by Valerio Setti · 2 years, 1 month ago
  26. 47a2ac1 Fix incorrectly named macro by Dave Rodgman · 2 years, 1 month ago
  27. f66cd61 Use more standard PSA macro names by Dave Rodgman · 2 years, 1 month ago
  28. 98083c6 Add support for SHA-3 in PSA by Dave Rodgman · 2 years, 1 month ago
  29. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  30. 4520a8f config_psa: only KEY_PAIR_USE includes PUBLIC_KEY by Valerio Setti · 2 years, 2 months ago
  31. aac957b config_psa: always enable PUBLIC_KEY when any KEY_PAIR is enabled by Valerio Setti · 2 years, 2 months ago
  32. f4d7ede config_psa: fix logic for updating legacy symbols by Valerio Setti · 2 years, 2 months ago
  33. 38a3e8d config_psa: ECP_C do not enable ECC_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  34. c51cba9 config_psa: avoid repetitions when including MBEDTLS symbols by Valerio Setti · 2 years, 2 months ago
  35. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  36. ddb5776 config_psa: add missing BUILTIN symbols when ECP_C is defined by Valerio Setti · 2 years, 2 months ago
  37. 89cb144 config_psa: fix comment for LEGACY symbols by Valerio Setti · 2 years, 2 months ago
  38. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  39. a801b56 config_psa: remove GENPRIME from enabled symbols of PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_USE by Valerio Setti · 2 years, 2 months ago
  40. 36befce config_psa: remove leftover comment on ECC derivation by valerio · 2 years, 2 months ago
  41. f87b505 config_psa: replace legacy symbols with new ones by Valerio Setti · 2 years, 2 months ago
  42. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  43. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  44. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  45. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  46. 9016bc4 Clean up commented code by Kusumit Ghoderao · 2 years, 3 months ago
  47. b9410e8 Fix failing CI by Kusumit Ghoderao · 2 years, 3 months ago
  48. 746dfae Enable FFDH through PSA if it's enabled in the legacy interface by Przemek Stekiel · 2 years, 3 months ago
  49. 83baf89 Add builtin PBKDF2_HMAC definition in config_psa.h by Kusumit Ghoderao · 2 years, 3 months ago
  50. eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
  51. 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
  52. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  53. 87d9a4a Provide PSA_WANT_KEY_TYPE_FFDH_PUBLIC_KEY configuration by Przemek Stekiel · 2 years, 8 months ago
  54. 84ee3e2 Adapt config files for FFDH by Przemek Stekiel · 2 years, 8 months ago
  55. 969e206 remove PSA_HAVE_FULL_JPAKE symbol by Valerio Setti · 2 years, 4 months ago
  56. 6f66664 remove PSA_HAVE_FULL_ECDSA symbol by Valerio Setti · 2 years, 4 months ago
  57. 48859cc remove PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
  58. ccf0be2 fix typo by Valerio Setti · 2 years, 4 months ago
  59. da8535b ecdh: simplify guards for the newly created PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
  60. 235a933 PSA hash algs must be a superset of built-ins by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  61. 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  62. 82b484e ecjpake: fix guards for driver only builds by Valerio Setti · 2 years, 5 months ago
  63. 45bcb6a Fix dependencies of 1.2 ECDSA key exchanges by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  64. 4da9283 Merge pull request #7117 from valeriosetti/issue6862 by Gilles Peskine · 2 years, 5 months ago
  65. b8eaf63 Remove MBEDTLS_SHA256_C from PSA_WANT_ALG_JPAKE config and adapt test dependencies by Przemek Stekiel · 2 years, 5 months ago
  66. 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
  67. 30c4618 Add new PSA_HAS_FULL_ECDSA macro for easily signal that PSA has full ECDSA support by Valerio Setti · 2 years, 5 months ago
  68. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  69. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  70. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  71. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  72. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  73. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  74. d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
  75. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  76. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 2 years, 11 months ago
  77. b764fb6 Remove MBEDTLS_MD_C dep in config_psa.h when ECJPAJE is wanted by Neil Armstrong · 2 years, 11 months ago
  78. ed40782 Fix SECP256R1 enable when PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  79. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  80. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  81. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  82. 5740ff5 Merge pull request #5949 from Summer-ARM/mbedtls-psa-crypto-config by Gilles Peskine · 3 years ago
  83. 3f47789 Rm dependency on MD in psa_crypto_rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  84. 9f2596f Add MBEDTLS_POLY1305_C and MBEDTLS_CHACHA20_C by Summer Qin · 3 years, 1 month ago
  85. 18399d8 Add comment to config_psa.h about enabling PSA_HKDF/PSA_HKDF_EXRACT/PSA_HKDF_EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  86. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  87. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  88. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  89. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  90. 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 4 months ago
  91. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  92. f4c6eb0 Support alternative MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  93. 7a2e83b Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  94. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  95. 08622b6 Declare PSA_WANT_ALG_CCM_STAR_NO_TAG and use it in tests by Gilles Peskine · 3 years, 5 months ago
  96. d4c2c9b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
  97. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  98. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  99. 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
  100. 44c96aa Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago