1. 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 3 years, 3 months ago
  2. 9d5abfe Merge pull request #4137 from stevew817/fix/unused_argument_warnings by Gilles Peskine · 3 years, 3 months ago
  3. 70f654a Fix a malformed define guard by Steven Cooreman · 3 years, 3 months ago
  4. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 3 years, 3 months ago
  5. 7339335 Merge pull request #3967 from bensze01/psa_macro_rename by Ronald Cron · 3 years, 3 months ago
  6. d17062e Correct english in changelog. by Paul Elliott · 3 years, 3 months ago
  7. 3d210cf Merge pull request #4066 from mstarzyk-mobica/const_asn1write by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  8. 97ce71d Merge pull request #4109 from gilles-peskine-arm/ssl-opt-server-failure-development by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  9. b2024ef Merge pull request #4129 from chris-jones-arm/move-test-macros by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  10. 4dad303 Merge pull request #4089 from mstarzyk-mobica/remove_havege by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  11. b22a31f Add changelog for applying missing const attributes to the API. by Mateusz Starzyk · 3 years, 3 months ago
  12. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 3 years, 3 months ago
  13. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 3 years, 5 months ago
  14. de6cb26 Merge pull request #4063 from mstarzyk-mobica/const_asn1 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  15. 8a12982 Merge pull request #4010 from stevew817/feature/gcm_vectors by Ronald Cron · 3 years, 3 months ago
  16. 74afe47 Fix unused variables in PSA core when no KDF algorithm is present by Steven Cooreman · 3 years, 3 months ago
  17. 7196fef Fix unused variable in PSA core when no AEAD algorithm is present by Steven Cooreman · 3 years, 3 months ago
  18. 6dce4bb Fix unused argument when compiling with MBEDTLS_ECDSA_SIGN_ALT by Steven Cooreman · 3 years, 3 months ago
  19. 1e9c042 Minor fixup of SKIP_IF test macro documentation verbiage by Steven Cooreman · 3 years, 3 months ago
  20. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 3 years, 3 months ago
  21. 50f1f5e Use PSA_ALG_ macros to inspect AEAD base algorithm by Steven Cooreman · 3 years, 3 months ago
  22. 2f09913 Set default IV for AES-GCM to 12 bytes by Steven Cooreman · 3 years, 4 months ago
  23. 82645b1 Allow skipping vectors w/ non-12-byte IV AES-GCM on ALT by Steven Cooreman · 3 years, 4 months ago
  24. d588ea1 Allow skipping AES-192 for alternative implementations in PSA test suite by Steven Cooreman · 3 years, 4 months ago
  25. 7c9e7da Add CAVS14.0 AES-GCM vectors to test more IV, tag and key lengths by Steven Cooreman · 3 years, 4 months ago
  26. 2222d68 Allow GCM selftest to skip non-12-byte IVs for ALT implementations by Steven Cooreman · 3 years, 4 months ago
  27. 3f063f6 Merge pull request #4102 from mstarzyk-mobica/const_pk by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  28. 2c5d9e6 No configuration symbols for FFDH by Gilles Peskine · 3 years, 3 months ago
  29. 7df7d1e ECC: add rationale by Gilles Peskine · 3 years, 3 months ago
  30. c74712f Fix an example that didn't follow the given pattern by Gilles Peskine · 3 years, 3 months ago
  31. 59c6347 Remove the time stamp by Gilles Peskine · 3 years, 3 months ago
  32. aaf866e ssl-opt.sh: Only check the server exit for Mbed TLS by Gilles Peskine · 3 years, 3 months ago
  33. da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 3 years, 3 months ago
  34. 07907ae Add change log entry by Ronald Cron · 3 years, 3 months ago
  35. 395889f psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined by Ronald Cron · 3 years, 3 months ago
  36. a0b4dec Merge pull request #4072 from gilles-peskine-arm/psa_import_ecc_key-not_supported by Gilles Peskine · 3 years, 3 months ago
  37. a6d155f Move test macros to macros.h by Chris Jones · 3 years, 3 months ago
  38. b168c0d More robust code to set the IV by Gilles Peskine · 3 years, 3 months ago
  39. 5d332f0 Merge pull request #4105 from paul-elliott-arm/fix_test_leak by Gilles Peskine · 3 years, 3 months ago
  40. 6b8d0a4 Merge pull request #4123 from gilles-peskine-arm/fix-build-test_generate_random by Ronald Cron · 3 years, 3 months ago
  41. f8ceb4c Merge pull request #4120 from bensze01/fix_changelog by Ronald Cron · 3 years, 3 months ago
  42. 9189202 Remove trail check in the generate_random test by Gilles Peskine · 3 years, 3 months ago
  43. d88ccae Update the documentation of mbedtls_psa_ecp_load_representation by Gilles Peskine · 3 years, 3 months ago
  44. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 3 years, 3 months ago
  45. fe9a425 Fix mistake in 2.25.0 Changelog by Bence Szépkúti · 3 years, 3 months ago
  46. dadd10d Attempt to make Base64 table access constant flow by Paul Elliott · 3 years, 3 months ago
  47. a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 3 years, 3 months ago
  48. 3292453 Add missing const attribute to Public Key API by Mateusz Starzyk · 3 years, 3 months ago
  49. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 3 years, 3 months ago
  50. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 3 years, 3 months ago
  51. 077599a New test suite for random generation by Gilles Peskine · 3 years, 3 months ago
  52. 21c64fa Merge pull request #4052 from stevew817/feature/skip_large_tests_on_OOM by Ronald Cron · 3 years, 3 months ago
  53. 7f919de ssl-opt.sh: if the server fails, do treat it as a test failure by Gilles Peskine · 3 years, 3 months ago
  54. c7b5374 Fix for memory leak in ssl tests by Paul Elliott · 3 years, 3 months ago
  55. 39ddb0a Improve test infrastructure documentation by Chris Jones · 3 years, 3 months ago
  56. 2747d7d Duplicate no-DRBG tests: with and without MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 3 years, 3 months ago
  57. 10ec780 Remove HAVE_RAM_AVAILABLE for derive_full and derive_output tests by Steven Cooreman · 3 years, 3 months ago
  58. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 3 years, 3 months ago
  59. 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 3 years, 3 months ago
  60. 00c3e87 Merge pull request #3933 from ronald-cron-arm/psa-import-export by Ronald Cron · 3 years, 3 months ago
  61. aaedbdc Refuse reproducible mode with MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 3 years, 3 months ago
  62. 4a23c98 Fix exit status if the RNG seeding failed by Gilles Peskine · 3 years, 3 months ago
  63. 567e0ad Add documentation and minor style changes by Chris Jones · 3 years, 3 months ago
  64. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 3 years, 3 months ago
  65. 6a32ad8 Merge pull request #4094 from d-otte/development by Janos Follath · 3 years, 3 months ago
  66. bbd2bfb Merge pull request #4096 from gilles-peskine-arm/mpi_sub_abs-buffer_overflow-development by Janos Follath · 3 years, 3 months ago
  67. da43d78 adjusting Changelog entry for PR #4094 by Daniel Otte · 3 years, 3 months ago
  68. 1bf4c55 psa: Improve psa_import_key_into_slot() documentation by Ronald Cron · 3 years, 3 months ago
  69. d976346 Expand and improve psa-crypto-implementation-structure.md by Ronald Cron · 3 years, 3 months ago
  70. 1e87d5b tests: psa: Fix export related tests by Ronald Cron · 3 years, 3 months ago
  71. e907e55 psa: export: Check output buffer size earlier by Ronald Cron · 3 years, 3 months ago
  72. 9cfdf6e Fix coding style issues by Ronald Cron · 3 years, 3 months ago
  73. 31520b4 Fix psa-crypto-implementation-structure.md by Ronald Cron · 3 years, 3 months ago
  74. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 3 years, 5 months ago
  75. c9066e4 psa: driver wrapper: Fix generate key unit test dependency by Ronald Cron · 3 years, 5 months ago
  76. 84a3fa1 tests: psa: Change key management test driver default forced return value by Ronald Cron · 3 years, 5 months ago
  77. 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 3 years, 5 months ago
  78. fb2ed5b psa: import: Move registered SE support to the driver wrapper by Ronald Cron · 3 years, 5 months ago
  79. bf33c93 psa: Call import software implementation as a driver by Ronald Cron · 3 years, 5 months ago
  80. a0fe59f psa: Export internally psa_import_key_into_slot() by Ronald Cron · 3 years, 5 months ago
  81. 2ebfdcc psa: Change psa_import_key_into_slot() signature by Ronald Cron · 3 years, 5 months ago
  82. dd04d42 psa: import: Move key buffer allocation by Ronald Cron · 3 years, 5 months ago
  83. d6ec303 psa: Move ECP key import to psa_crypto_ecp.c by Ronald Cron · 3 years, 5 months ago
  84. b14dbbe psa: Rename ECP key import function by Ronald Cron · 3 years, 5 months ago
  85. 79cc548 psa: Change psa_import_ecp_key() signature by Ronald Cron · 3 years, 6 months ago
  86. 13f8b09 psa: ecp: import: Move key buffer allocation by Ronald Cron · 3 years, 5 months ago
  87. abf2aef psa: Move RSA key import to psa_crypto_rsa.c by Ronald Cron · 3 years, 5 months ago
  88. b6420e3 psa: Rename psa_import_rsa_key to mbedtls_psa_rsa_import_key by Ronald Cron · 3 years, 5 months ago
  89. 4f2a7f0 psa: Change psa_import_rsa_key() signature by Ronald Cron · 3 years, 6 months ago
  90. 8f813ee psa: rsa: import: Move key buffer allocation by Ronald Cron · 3 years, 6 months ago
  91. f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 3 years, 5 months ago
  92. e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 3 years, 5 months ago
  93. 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 3 years, 5 months ago
  94. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 3 years, 5 months ago
  95. 7285cda psa: Export internally psa_export_(public_)key_internal by Ronald Cron · 3 years, 5 months ago
  96. d18b5f8 psa: Change psa_export_(public_)key_internal signature by Ronald Cron · 3 years, 5 months ago
  97. 9486f9d psa: Disentangle public export and export code by Ronald Cron · 3 years, 5 months ago
  98. 200a52c psa: Align naming of export internal functions by Ronald Cron · 3 years, 5 months ago
  99. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 3 years, 5 months ago
  100. 3c8ca3a psa: Rename psa_export_rsa/ecp_key to mbedtls_psa_rsa/ecp_export_key by Ronald Cron · 3 years, 5 months ago