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