1. 13d60eb MacroCollector: default to not including intermediate macros by Gilles Peskine · 3 years, 3 months ago
  2. f8deb75 Factor out is_internal_name as a separate method by Gilles Peskine · 3 years, 3 months ago
  3. e7c4455 Move PSAMacroCollector to a module of its own by Gilles Peskine · 3 years, 3 months ago
  4. 7bb85c2 Separate the parsing and generation parts of MacroCollector by Gilles Peskine · 3 years, 3 months ago
  5. 58fd20c Merge pull request #4009 from d3zd3z/pr/psa-symm by Ronald Cron · 3 years, 2 months ago
  6. 7921cce Fix typo in config_psa.h by Bence Szépkúti · 3 years, 2 months ago
  7. 7bdbca3 psa: Move RSA sign/verify hash to the PSA RSA specific file by Ronald Cron · 3 years, 4 months ago
  8. a99bcc0 psa: Change psa_rsa_sign/verify signature by Ronald Cron · 3 years, 2 months ago
  9. fce9df2 psa: Call sign/verify hash software implementation as a driver by Ronald Cron · 3 years, 4 months ago
  10. 36f641b psa: Export "internally" mbedtls_md_info_from_psa() by Ronald Cron · 3 years, 2 months ago
  11. 67b1eb3 psa: Export "internally" psa_sign/verify_hash_internal by Ronald Cron · 3 years, 4 months ago
  12. 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 3 years, 4 months ago
  13. 1865993 psa: sign/verify_hash: Wrap software implementation by Ronald Cron · 3 years, 4 months ago
  14. 99b8ed7 psa: Prepare sign/verify code for software implementation split by Ronald Cron · 3 years, 2 months ago
  15. 9a594e8 Update psa crypto_config to include recent configs by David Brown · 3 years, 2 months ago
  16. 1bfe4d7 Use new PSA builtin defines for CHACHA20 by David Brown · 3 years, 2 months ago
  17. 8107e31 Fix 2 endif comments by David Brown · 3 years, 2 months ago
  18. 12ca503 Change some conditionals of PSA to use BUILTIN by David Brown · 3 years, 2 months ago
  19. db01e02 Remove an unnecessary #else and commented line by David Brown · 3 years, 2 months ago
  20. be380c1 Remove incorrect PSA ECB definition by David Brown · 3 years, 2 months ago
  21. 8de6437 Cleanup PSA CBC padding defines by David Brown · 3 years, 2 months ago
  22. 7807bf7 Use proper conditional for software DES by David Brown · 3 years, 2 months ago
  23. 288a96e Fix mistyped endif comment by David Brown · 3 years, 2 months ago
  24. 9f3e774 Revert "Change some examples to use new PSA crypto config" by David Brown · 3 years, 2 months ago
  25. 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 3 years, 2 months ago
  26. fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 3 years, 2 months ago
  27. 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 3 years, 2 months ago
  28. f84a0f6 Simplify block cipher PSA definitions by David Brown · 3 years, 2 months ago
  29. e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 3 years, 2 months ago
  30. 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 3 years, 2 months ago
  31. ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 3 years, 2 months ago
  32. b16727a Add PSA config for ChaCha20 by David Brown · 3 years, 2 months ago
  33. b781f75 Define SW crypto algorithms if block modes need it by David Brown · 3 years, 2 months ago
  34. 5256e69 Fix typo in psa config comment by David Brown · 3 years, 2 months ago
  35. 4869dcd Change some examples to use new PSA crypto config by David Brown · 3 years, 2 months ago
  36. 0baa7b5 Change ifdefs in psa_crypto.c to new WANT macros by David Brown · 3 years, 2 months ago
  37. 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 3 years, 2 months ago
  38. 63ca260 Change psa_crypto.c ifdefs for cipher modes by David Brown · 3 years, 3 months ago
  39. 12f45f9 Add definitions for builtins for cipher modes by David Brown · 3 years, 3 months ago
  40. da7dbb7 Add building definitions for non-crypto-config case by David Brown · 3 years, 3 months ago
  41. e04acc2 Use PSA definitions in PSA file by David Brown · 3 years, 3 months ago
  42. bc1731b Fix small error in a comment by David Brown · 3 years, 3 months ago
  43. db003f3 Remove unused definition by David Brown · 3 years, 3 months ago
  44. 78a429b Add _BUILTIN defines for new features by David Brown · 3 years, 3 months ago
  45. 9984427 Add feature support for block modes to PSA crypto config by David Brown · 3 years, 3 months ago
  46. a9f1d83 Add symmetric ciphers and block modes by David Brown · 3 years, 3 months ago
  47. b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 3 years, 3 months ago
  48. 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 3 years, 3 months ago
  49. ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 3 years, 3 months ago
  50. 9493308 Add feature support for AES for PSA crypto config by David Brown · 3 years, 3 months ago
  51. 277a3a6 Work around MSVC bug with duplicate static declarations by Gilles Peskine · 3 years, 2 months ago
  52. 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 3 years, 2 months ago
  53. 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 3 years, 2 months ago
  54. cd2d648 Explain the "external RNG large" test case by Gilles Peskine · 3 years, 2 months ago
  55. d548d96 Clarify where mbedtls_psa_get_random might be useful by Gilles Peskine · 3 years, 2 months ago
  56. 48113eb Initialize the test RNG whenever it's present by Gilles Peskine · 3 years, 2 months ago
  57. ddeb889 Exclude random_twice tests with MBEDTLS_TEST_NULL_ENTROPY by Gilles Peskine · 3 years, 2 months ago
  58. 8e1e46e Fix the use of unitialized memory with MBEDTLS_TEST_NULL_ENTROPY by Gilles Peskine · 3 years, 2 months ago
  59. 8133abd SSL test programs: always allow building with the PSA external RNG by Gilles Peskine · 3 years, 2 months ago
  60. 38c12fd In external_rng tests, disable the entropy module by Gilles Peskine · 3 years, 2 months ago
  61. 1dc19ff The PSA external RNG does not require MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 3 years, 2 months ago
  62. b8c4840 Fix psa_destroy_key called after mbedtls_psa_crypto_free by Gilles Peskine · 3 years, 2 months ago
  63. 34babfc Add comments to a few #endif closing a long chunk by Gilles Peskine · 3 years, 2 months ago
  64. 8eb2943 Support mbedtls_psa_get_random() in SSL test programs by Gilles Peskine · 3 years, 2 months ago
  65. e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 3 years, 2 months ago
  66. e31fb03 Merge pull request #4136 from daverodgman/ssl-opt-gnutls-priority by Dave Rodgman · 3 years, 2 months ago
  67. 010d7c7 Merge pull request #3744 from ronald-cron-arm/psa-generate-key-internal by Ronald Cron · 3 years, 2 months ago
  68. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 3 years, 2 months ago
  69. efa8509 Merge pull request #4143 from stevew817/fix_misconstructed_dependency by Gilles Peskine · 3 years, 2 months ago
  70. baf4fc8 Merge pull request #4115 from mstarzyk-mobica/const_changelog by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  71. 495ef98 Merge pull request #3976 from devnexen/fbsd_dfly_upd by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  72. d81ab56 psa: Avoid empty block by Ronald Cron · 3 years, 2 months ago
  73. 3772afe psa: key generation: Use PSA_EXPORT_KEY_OUTPUT_SIZE by Ronald Cron · 3 years, 2 months ago
  74. 9539126 psa: ecp: Improve pre-processor condition and its comment by Ronald Cron · 3 years, 2 months ago
  75. 2365fde psa: rsa: Rename psa_read_rsa_exponent by Ronald Cron · 3 years, 2 months ago
  76. 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 3 years, 4 months ago
  77. d00f5e1 tests: psa: Remove generate key test case restriction by Ronald Cron · 3 years, 4 months ago
  78. f619c68 psa: driver wrappers: Add generate key unit test with no fallback by Ronald Cron · 3 years, 4 months ago
  79. bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 3 years, 5 months ago
  80. 7023db5 Move ECP key generation code to the PSA ECP specific C file by Ronald Cron · 3 years, 5 months ago
  81. 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 3 years, 5 months ago
  82. 9e18fc1 Move RSA key generation code to the PSA RSA specific C file by Ronald Cron · 3 years, 5 months ago
  83. 977c247 Call software implementation as a driver by Ronald Cron · 3 years, 6 months ago
  84. 5c4d386 psa: Extend psa_get_key_buffer_size scope by Ronald Cron · 3 years, 4 months ago
  85. 55ed059 Export "internally" psa_generate_key_internal() by Ronald Cron · 3 years, 7 months ago
  86. 2a38a6b Change psa_generate_key_internal() signature by Ronald Cron · 3 years, 7 months ago
  87. 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 3 years, 4 months ago
  88. 3121628 psa: driver wrapper: Clarify the scope of and rename get_expected_key_size by Ronald Cron · 3 years, 4 months ago
  89. 9cca316 psa: driver wrapper: Fix buffer allocation in case of key generation by Ronald Cron · 3 years, 4 months ago
  90. 2b56bc8 Move key buffer allocation out of psa_generate_key_internal() by Ronald Cron · 3 years, 7 months ago
  91. 01b2aba Move key buffer size computation out of psa_generate_key_internal() by Ronald Cron · 3 years, 7 months ago
  92. f3bb761 Improve psa_generate_key_internal() by Ronald Cron · 3 years, 7 months ago
  93. f49478b Add missing test skip for ALT-implemented GCM by Steven Cooreman · 3 years, 2 months ago
  94. ea8d387 Fix config query file by Steven Cooreman · 3 years, 2 months ago
  95. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 3 years, 2 months ago
  96. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 3 years, 2 months ago
  97. 4971c3f Changelog entry. by David Carlier · 3 years, 2 months ago
  98. 7976574 Allow tweaking PSA_KEY_SLOT_COUNT by Steven Cooreman · 3 years, 3 months ago
  99. 0279c2f ssl-opt.sh: add --priority=normal to gnutls by Dave Rodgman · 3 years, 2 months ago
  100. 932ffb7 Return NOT_SUPPORTED according to the API contract by Steven Cooreman · 3 years, 2 months ago