- a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
- aca3165 Enable PSA_WANT_ALG_PBKDF2_HMAC in crypto_config.h by Kusumit Ghoderao · 2 years, 3 months ago
- eb511a4 Update config files to make PSA FFDH undependent on MBEDTLS_DHM_C by Przemek Stekiel · 2 years, 3 months ago
- 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
- 84ee3e2 Adapt config files for FFDH by Przemek Stekiel · 2 years, 8 months ago
- bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
- ecaa7ca Add missing supported algorithm to psa/crypto_config.h by Gilles Peskine · 2 years, 8 months ago
- f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
- a557cb8 Fixing XXX_ALG_ECJPAKE to XXX_ALG_JPAKE to match specification by Neil Armstrong · 3 years, 2 months ago
- 637d0a0 Enable buildin PSA PAKE implementation when ECJPAKE_C is selected by Neil Armstrong · 3 years, 2 months ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
- 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
- f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
- 6d187af psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- 09c46da Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
- ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- 5d1f747d Merge pull request #4377 from mpg/psa-pbkdf2-api by Gilles Peskine · 4 years, 3 months ago
- 939102e Add CMAC to standard PSA config by Steven Cooreman · 4 years, 5 months ago
- dc1b4e4 Fix a few typos by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 7a366f7 PSA PBKDF2: add config option by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- d85e98d psa: config: Add CBC-MAC by Ronald Cron · 4 years, 4 months ago
- e1f5516 psa: config: Improve handling of not supported ECC curves by Ronald Cron · 4 years, 4 months ago
- 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
- 3984130 SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
- 8276986 Curve448 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
- 3298851 Fix alignment of PSA defines by David Brown · 4 years, 5 months ago
- 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
- 3353f81 Update psa/crypto_config.h to new names by David Brown · 4 years, 5 months ago
- 20a8c43 Define PSA_WANT definitions for all ECC curves by David Brown · 4 years, 6 months ago
- 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
- 9a594e8 Update psa crypto_config to include recent configs by David Brown · 4 years, 6 months ago
- db003f3 Remove unused definition by David Brown · 4 years, 7 months ago
- a9f1d83 Add symmetric ciphers and block modes by David Brown · 4 years, 7 months ago
- 51b8bb0 PSA_KEY_TYPE_DERIVE is always available by Gilles Peskine · 4 years, 7 months ago
- 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
- fb764a6 Add hashes as crypto config by default by John Durkop · 4 years, 8 months ago
- 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
- b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
- 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
- 7fc75ea Enable all features in crypto_config.h by John Durkop · 4 years, 9 months ago
- 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
- f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
- d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
- 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
- 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
- c7c03b7 Enhanced documentation for crypto_config.h by John Durkop · 4 years, 10 months ago
- 2dfaf9c Update how MBEDTLS_PSA_CRYPTO_CONFIG is handled by John Durkop · 4 years, 10 months ago
- 6e33dbe Created infrastructure for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 11 months ago