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