1. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  2. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  3. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  4. 1231eb5 Define dependency symbols for hashless signature algorithms by Gilles Peskine · 4 years, 3 months ago
  5. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago
  6. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  7. d85e98d psa: config: Add CBC-MAC by Ronald Cron · 4 years, 4 months ago
  8. e1f5516 psa: config: Improve handling of not supported ECC curves by Ronald Cron · 4 years, 4 months ago
  9. b9df5ce psa: config: Fix AEAD/CMAC algorithms and ciphers inter-dependencies by Ronald Cron · 4 years, 4 months ago
  10. 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 4 months ago
  11. 3984130 SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
  12. 8276986 Curve448 is not yet supported via the PSA API by Gilles Peskine · 4 years, 4 months ago
  13. eed74df Re-order PSA ECC configs by David Brown · 4 years, 5 months ago
  14. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  15. 9b178de Fix typo in PSA ECC curve config option by David Brown · 4 years, 5 months ago
  16. c7b9b2b Update defines for ECC PSA configs by David Brown · 4 years, 5 months ago
  17. 8de143e Create PSA configs for ECC curves by David Brown · 4 years, 5 months ago
  18. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 5 months ago
  19. 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 5 months ago
  20. db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
  21. be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
  22. 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
  23. 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
  24. fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago
  25. 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 4 years, 6 months ago
  26. f84a0f6 Simplify block cipher PSA definitions by David Brown · 4 years, 6 months ago
  27. e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 4 years, 6 months ago
  28. 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 4 years, 6 months ago
  29. ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
  30. b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
  31. b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
  32. 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
  33. 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
  34. 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
  35. da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
  36. bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
  37. 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 6 months ago
  38. 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
  39. b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
  40. 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
  41. ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
  42. 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
  43. b65db07 Add missing declaration of SHA-224 from MBEDTLS_SHA256_C by Gilles Peskine · 4 years, 7 months ago
  44. 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
  45. d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
  46. 2cecfba Support PSA_WANT_xxx and MBEDTLS_PSA_BUILTIN_xxx for hashes by Gilles Peskine · 4 years, 8 months ago
  47. cd1495c In old-style PSA configuration, define PSA_WANT_xxx by Gilles Peskine · 4 years, 8 months ago
  48. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
  49. b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
  50. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  51. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  52. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  53. f4c4cb0 Added additional support for ECP for PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  54. d032195 Phase 2 support for MBEDTLS_PSA_CRYPTO_CONFIG by John Durkop · 4 years, 9 months ago
  55. f87e3ae Update guards in PSA crypto library for ECDSA and DETERMINISTIC support by John Durkop · 4 years, 9 months ago
  56. 36a82e5 Ensure MBEDTLS_ECDSA_C is set when DETERMINISTIC_ECDSA is used by John Durkop · 4 years, 9 months ago
  57. 6dff93f Ensure dependent features also included by config_psa.h by John Durkop · 4 years, 9 months ago
  58. 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
  59. 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
  60. 3481882 Correct inclusion of MBEDTLS_XXX based on PSA_WANT_XXX by John Durkop · 4 years, 10 months ago
  61. 76228ac Fix typo in define in comment by John Durkop · 4 years, 10 months ago
  62. 714e3a1 Minor cleanup to fix errors with some unit tests by John Durkop · 4 years, 10 months ago
  63. 2dfaf9c Update how MBEDTLS_PSA_CRYPTO_CONFIG is handled by John Durkop · 4 years, 10 months ago
  64. d895939 Add ECDSA support to PSA crypto configuration 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