1. 06dfba7 config_psa: enabled EC key derivation support when ECP_C is enabled by Valerio Setti · 2 years, 1 month ago
  2. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  3. 73fc082 config_psa: introduce new internal KEY_PAIR symbol for BASIC+IMPORT+EXPORT by Valerio Setti · 2 years, 1 month ago
  4. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  5. 4520a8f config_psa: only KEY_PAIR_USE includes PUBLIC_KEY by Valerio Setti · 2 years, 2 months ago
  6. aac957b config_psa: always enable PUBLIC_KEY when any KEY_PAIR is enabled by Valerio Setti · 2 years, 2 months ago
  7. f4d7ede config_psa: fix logic for updating legacy symbols by Valerio Setti · 2 years, 2 months ago
  8. 38a3e8d config_psa: ECP_C do not enable ECC_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  9. c51cba9 config_psa: avoid repetitions when including MBEDTLS symbols by Valerio Setti · 2 years, 2 months ago
  10. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  11. ddb5776 config_psa: add missing BUILTIN symbols when ECP_C is defined by Valerio Setti · 2 years, 2 months ago
  12. 89cb144 config_psa: fix comment for LEGACY symbols by Valerio Setti · 2 years, 2 months ago
  13. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  14. 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
  15. 36befce config_psa: remove leftover comment on ECC derivation by valerio · 2 years, 2 months ago
  16. f87b505 config_psa: replace legacy symbols with new ones by Valerio Setti · 2 years, 2 months ago
  17. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  18. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  19. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  20. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  21. 9016bc4 Clean up commented code by Kusumit Ghoderao · 2 years, 3 months ago
  22. b9410e8 Fix failing CI by Kusumit Ghoderao · 2 years, 3 months ago
  23. 746dfae Enable FFDH through PSA if it's enabled in the legacy interface by Przemek Stekiel · 2 years, 3 months ago
  24. 83baf89 Add builtin PBKDF2_HMAC definition in config_psa.h by Kusumit Ghoderao · 2 years, 3 months ago
  25. eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
  26. 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
  27. 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
  28. 87d9a4a Provide PSA_WANT_KEY_TYPE_FFDH_PUBLIC_KEY configuration by Przemek Stekiel · 2 years, 8 months ago
  29. 84ee3e2 Adapt config files for FFDH by Przemek Stekiel · 2 years, 8 months ago
  30. 969e206 remove PSA_HAVE_FULL_JPAKE symbol by Valerio Setti · 2 years, 4 months ago
  31. 6f66664 remove PSA_HAVE_FULL_ECDSA symbol by Valerio Setti · 2 years, 4 months ago
  32. 48859cc remove PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
  33. ccf0be2 fix typo by Valerio Setti · 2 years, 4 months ago
  34. da8535b ecdh: simplify guards for the newly created PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 5 months ago
  35. 235a933 PSA hash algs must be a superset of built-ins by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  36. 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  37. 82b484e ecjpake: fix guards for driver only builds by Valerio Setti · 2 years, 5 months ago
  38. 45bcb6a Fix dependencies of 1.2 ECDSA key exchanges by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  39. 4da9283 Merge pull request #7117 from valeriosetti/issue6862 by Gilles Peskine · 2 years, 5 months ago
  40. b8eaf63 Remove MBEDTLS_SHA256_C from PSA_WANT_ALG_JPAKE config and adapt test dependencies by Przemek Stekiel · 2 years, 5 months ago
  41. 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
  42. 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
  43. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  44. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
  45. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  46. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  47. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  48. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  49. d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
  50. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  51. 65bf73e Enable HMAC in config_psa.h regardless of MD availability by Andrzej Kurek · 3 years ago
  52. b764fb6 Remove MBEDTLS_MD_C dep in config_psa.h when ECJPAJE is wanted by Neil Armstrong · 3 years ago
  53. ed40782 Fix SECP256R1 enable when PSA_WANT_ALG_JPAKE is defined by Neil Armstrong · 3 years, 2 months ago
  54. a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
  55. 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
  56. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  57. 5740ff5 Merge pull request #5949 from Summer-ARM/mbedtls-psa-crypto-config by Gilles Peskine · 3 years ago
  58. 3f47789 Rm dependency on MD in psa_crypto_rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  59. 9f2596f Add MBEDTLS_POLY1305_C and MBEDTLS_CHACHA20_C by Summer Qin · 3 years, 2 months ago
  60. 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
  61. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  62. 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
  63. 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
  64. 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
  65. 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
  66. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  67. f4c6eb0 Support alternative MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  68. 7a2e83b Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  69. 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  70. 08622b6 Declare PSA_WANT_ALG_CCM_STAR_NO_TAG and use it in tests by Gilles Peskine · 3 years, 5 months ago
  71. d4c2c9b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
  72. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  73. 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  74. 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
  75. 44c96aa Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
  76. 7828ca2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
  77. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  78. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  79. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  80. 1231eb5 Define dependency symbols for hashless signature algorithms by Gilles Peskine · 4 years, 4 months ago
  81. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  82. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  83. d85e98d psa: config: Add CBC-MAC by Ronald Cron · 4 years, 4 months ago
  84. e1f5516 psa: config: Improve handling of not supported ECC curves by Ronald Cron · 4 years, 4 months ago
  85. b9df5ce psa: config: Fix AEAD/CMAC algorithms and ciphers inter-dependencies by Ronald Cron · 4 years, 4 months ago
  86. 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
  87. 3984130 SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
  88. 8276986 Curve448 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
  89. eed74df Re-order PSA ECC configs by David Brown · 4 years, 5 months ago
  90. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  91. 9b178de Fix typo in PSA ECC curve config option by David Brown · 4 years, 5 months ago
  92. c7b9b2b Update defines for ECC PSA configs by David Brown · 4 years, 5 months ago
  93. 8de143e Create PSA configs for ECC curves by David Brown · 4 years, 5 months ago
  94. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  95. 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 6 months ago
  96. db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
  97. be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
  98. 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
  99. 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
  100. fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago