1. ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
  2. b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
  3. b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
  4. 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
  5. 4869dcd Change some examples to use new PSA crypto config by David Brown · 4 years, 6 months ago
  6. 0baa7b5 Change ifdefs in psa_crypto.c to new WANT macros by David Brown · 4 years, 6 months ago
  7. 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
  8. 63ca260 Change psa_crypto.c ifdefs for cipher modes by David Brown · 4 years, 6 months ago
  9. 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
  10. da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
  11. e04acc2 Use PSA definitions in PSA file by David Brown · 4 years, 6 months ago
  12. bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
  13. db003f3 Remove unused definition by David Brown · 4 years, 7 months ago
  14. 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 7 months ago
  15. 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
  16. a9f1d83 Add symmetric ciphers and block modes by David Brown · 4 years, 7 months ago
  17. b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
  18. 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
  19. ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
  20. 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
  21. e31fb03 Merge pull request #4136 from daverodgman/ssl-opt-gnutls-priority by Dave Rodgman · 4 years, 6 months ago
  22. 010d7c7 Merge pull request #3744 from ronald-cron-arm/psa-generate-key-internal by Ronald Cron · 4 years, 6 months ago
  23. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  24. efa8509 Merge pull request #4143 from stevew817/fix_misconstructed_dependency by Gilles Peskine · 4 years, 6 months ago
  25. 495ef98 Merge pull request #3976 from devnexen/fbsd_dfly_upd by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  26. d81ab56 psa: Avoid empty block by Ronald Cron · 4 years, 6 months ago
  27. 3772afe psa: key generation: Use PSA_EXPORT_KEY_OUTPUT_SIZE by Ronald Cron · 4 years, 6 months ago
  28. 9539126 psa: ecp: Improve pre-processor condition and its comment by Ronald Cron · 4 years, 6 months ago
  29. 2365fde psa: rsa: Rename psa_read_rsa_exponent by Ronald Cron · 4 years, 6 months ago
  30. 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 4 years, 8 months ago
  31. d00f5e1 tests: psa: Remove generate key test case restriction by Ronald Cron · 4 years, 8 months ago
  32. f619c68 psa: driver wrappers: Add generate key unit test with no fallback by Ronald Cron · 4 years, 8 months ago
  33. bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 4 years, 9 months ago
  34. 7023db5 Move ECP key generation code to the PSA ECP specific C file by Ronald Cron · 4 years, 9 months ago
  35. 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 4 years, 9 months ago
  36. 9e18fc1 Move RSA key generation code to the PSA RSA specific C file by Ronald Cron · 4 years, 9 months ago
  37. 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
  38. 5c4d386 psa: Extend psa_get_key_buffer_size scope by Ronald Cron · 4 years, 8 months ago
  39. 55ed059 Export "internally" psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  40. 2a38a6b Change psa_generate_key_internal() signature by Ronald Cron · 4 years, 10 months ago
  41. 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 4 years, 8 months ago
  42. 3121628 psa: driver wrapper: Clarify the scope of and rename get_expected_key_size by Ronald Cron · 4 years, 8 months ago
  43. 9cca316 psa: driver wrapper: Fix buffer allocation in case of key generation by Ronald Cron · 4 years, 8 months ago
  44. 2b56bc8 Move key buffer allocation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  45. 01b2aba Move key buffer size computation out of psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  46. f3bb761 Improve psa_generate_key_internal() by Ronald Cron · 4 years, 10 months ago
  47. ea8d387 Fix config query file by Steven Cooreman · 4 years, 6 months ago
  48. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  49. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  50. 4971c3f Changelog entry. by David Carlier · 4 years, 6 months ago
  51. 7976574 Allow tweaking PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 7 months ago
  52. 0279c2f ssl-opt.sh: add --priority=normal to gnutls by Dave Rodgman · 4 years, 6 months ago
  53. 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 4 years, 6 months ago
  54. 9d5abfe Merge pull request #4137 from stevew817/fix/unused_argument_warnings by Gilles Peskine · 4 years, 6 months ago
  55. 70f654a Fix a malformed define guard by Steven Cooreman · 4 years, 6 months ago
  56. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  57. 7339335 Merge pull request #3967 from bensze01/psa_macro_rename by Ronald Cron · 4 years, 6 months ago
  58. d17062e Correct english in changelog. by Paul Elliott · 4 years, 6 months ago
  59. 97ce71d Merge pull request #4109 from gilles-peskine-arm/ssl-opt-server-failure-development by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  60. b2024ef Merge pull request #4129 from chris-jones-arm/move-test-macros by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  61. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  62. 8a12982 Merge pull request #4010 from stevew817/feature/gcm_vectors by Ronald Cron · 4 years, 6 months ago
  63. 74afe47 Fix unused variables in PSA core when no KDF algorithm is present by Steven Cooreman · 4 years, 6 months ago
  64. 7196fef Fix unused variable in PSA core when no AEAD algorithm is present by Steven Cooreman · 4 years, 6 months ago
  65. 6dce4bb Fix unused argument when compiling with MBEDTLS_ECDSA_SIGN_ALT by Steven Cooreman · 4 years, 6 months ago
  66. 1e9c042 Minor fixup of SKIP_IF test macro documentation verbiage by Steven Cooreman · 4 years, 6 months ago
  67. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
  68. 50f1f5e Use PSA_ALG_ macros to inspect AEAD base algorithm by Steven Cooreman · 4 years, 6 months ago
  69. 2f09913 Set default IV for AES-GCM to 12 bytes by Steven Cooreman · 4 years, 7 months ago
  70. 82645b1 Allow skipping vectors w/ non-12-byte IV AES-GCM on ALT by Steven Cooreman · 4 years, 7 months ago
  71. d588ea1 Allow skipping AES-192 for alternative implementations in PSA test suite by Steven Cooreman · 4 years, 7 months ago
  72. 7c9e7da Add CAVS14.0 AES-GCM vectors to test more IV, tag and key lengths by Steven Cooreman · 4 years, 7 months ago
  73. 2222d68 Allow GCM selftest to skip non-12-byte IVs for ALT implementations by Steven Cooreman · 4 years, 7 months ago
  74. aaf866e ssl-opt.sh: Only check the server exit for Mbed TLS by Gilles Peskine · 4 years, 6 months ago
  75. da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 4 years, 6 months ago
  76. 07907ae Add change log entry by Ronald Cron · 4 years, 6 months ago
  77. 395889f psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined by Ronald Cron · 4 years, 6 months ago
  78. a0b4dec Merge pull request #4072 from gilles-peskine-arm/psa_import_ecc_key-not_supported by Gilles Peskine · 4 years, 6 months ago
  79. a6d155f Move test macros to macros.h by Chris Jones · 4 years, 6 months ago
  80. 5d332f0 Merge pull request #4105 from paul-elliott-arm/fix_test_leak by Gilles Peskine · 4 years, 6 months ago
  81. 6b8d0a4 Merge pull request #4123 from gilles-peskine-arm/fix-build-test_generate_random by Ronald Cron · 4 years, 6 months ago
  82. f8ceb4c Merge pull request #4120 from bensze01/fix_changelog by Ronald Cron · 4 years, 6 months ago
  83. 9189202 Remove trail check in the generate_random test by Gilles Peskine · 4 years, 6 months ago
  84. d88ccae Update the documentation of mbedtls_psa_ecp_load_representation by Gilles Peskine · 4 years, 6 months ago
  85. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  86. fe9a425 Fix mistake in 2.25.0 Changelog by Bence Szépkúti · 4 years, 6 months ago
  87. a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 4 years, 6 months ago
  88. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  89. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  90. 21c64fa Merge pull request #4052 from stevew817/feature/skip_large_tests_on_OOM by Ronald Cron · 4 years, 6 months ago
  91. 7f919de ssl-opt.sh: if the server fails, do treat it as a test failure by Gilles Peskine · 4 years, 6 months ago
  92. c7b5374 Fix for memory leak in ssl tests by Paul Elliott · 4 years, 6 months ago
  93. 39ddb0a Improve test infrastructure documentation by Chris Jones · 4 years, 6 months ago
  94. 10ec780 Remove HAVE_RAM_AVAILABLE for derive_full and derive_output tests by Steven Cooreman · 4 years, 6 months ago
  95. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago
  96. 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 4 years, 7 months ago
  97. 00c3e87 Merge pull request #3933 from ronald-cron-arm/psa-import-export by Ronald Cron · 4 years, 6 months ago
  98. 567e0ad Add documentation and minor style changes by Chris Jones · 4 years, 6 months ago
  99. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
  100. 6a32ad8 Merge pull request #4094 from d-otte/development by Janos Follath · 4 years, 6 months ago