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