1. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  2. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  3. 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
  4. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  5. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  6. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  7. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  8. 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
  9. 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 4 years, 2 months ago
  10. 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 4 years, 2 months ago
  11. c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 4 years, 2 months ago
  12. d3f8241 Add multipart tests by Paul Elliott · 4 years, 2 months ago
  13. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  14. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  15. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  16. 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 3 months ago
  17. ff143c0 psa: Add missing RSA test dependency by Jaeden Amero · 4 years, 3 months ago
  18. 81231f3 Return invalid argument for unsupported algorithm by Paul Elliott · 4 years, 3 months ago
  19. 5d9fa8d Add define to allow multipart ccm to work by Paul Elliott · 4 years, 3 months ago
  20. 0023e0a Add tests for multipart AEAD by Paul Elliott · 4 years, 3 months ago
  21. 4bc0edb Typo by gabor-mezei-arm · 4 years, 3 months ago
  22. 6e2a8da Add new tests for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  23. d785a79 Fix test by gabor-mezei-arm · 4 years, 3 months ago
  24. e088985 Fix test names by gabor-mezei-arm · 4 years, 3 months ago
  25. ce8804f Update tests dependencies by gabor-mezei-arm · 4 years, 3 months ago
  26. 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  27. 5302848 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
  28. b953023 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  29. 0c23965 Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
  30. 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
  31. ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
  32. a0bc2cd tests: psa: Fix copy fail test argument by Ronald Cron · 4 years, 4 months ago
  33. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
  34. 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
  35. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  36. 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
  37. dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
  38. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  39. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  40. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  41. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
  42. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
  43. 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
  44. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
  45. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
  46. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
  47. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  48. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  49. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  50. 069346c New test suite for not-supported cases: key creation (import, generate) by Gilles Peskine · 4 years, 6 months ago
  51. d00f5e1 tests: psa: Remove generate key test case restriction by Ronald Cron · 4 years, 8 months ago
  52. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  53. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  54. 7c9e7da Add CAVS14.0 AES-GCM vectors to test more IV, tag and key lengths by Steven Cooreman · 4 years, 7 months ago
  55. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  56. 10ec780 Remove HAVE_RAM_AVAILABLE for derive_full and derive_output tests by Steven Cooreman · 4 years, 6 months ago
  57. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago
  58. 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 4 years, 7 months ago
  59. 1e87d5b tests: psa: Fix export related tests by Ronald Cron · 4 years, 7 months ago
  60. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
  61. b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
  62. 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago
  63. 8405b5f Change PSA crypto test dependencies to PSA_WANT_xxx by Gilles Peskine · 4 years, 7 months ago
  64. 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
  65. f7b666c tests: psa: Move PSA key attributes tests by Ronald Cron · 4 years, 6 months ago
  66. 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
  67. 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
  68. 9b31218 Testing a maximum size key is RAM intensive, and should be dependent by Steven Cooreman · 4 years, 7 months ago
  69. affc38c Make test cases that use PKCS7 padding dependent on it by Steven Cooreman · 4 years, 7 months ago
  70. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  71. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  72. d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
  73. db6e33e Merge pull request #3826 from frestr/test/chachapoly_vector by Gilles Peskine · 4 years, 9 months ago
  74. d61ed3c PSA Crypto: Add zero-length input test vectors for ChaChaPoly by Fredrik Strupe · 4 years, 9 months ago
  75. b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
  76. 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
  77. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  78. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  79. 326e474 Add basic test cases for Curve25519 by Gilles Peskine · 4 years, 10 months ago
  80. f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
  81. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  82. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  83. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  84. 81e0050 tests: psa: Add owner identifier as test parameter by Ronald Cron · 5 years ago
  85. ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
  86. cd65f4c Add empty-output-buffer test cases for single-part hash functions by Gilles Peskine · 5 years ago
  87. ffecb7b Implement support for multipart ECB and add tests by Steven Cooreman · 5 years ago
  88. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  89. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  90. 5a3c210 Update to renamed curve constant by Steven Cooreman · 5 years ago
  91. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  92. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  93. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  94. 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
  95. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  96. af9dbc9 Fix dependency in PSA test cases by Gilles Peskine · 5 years ago
  97. c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
  98. 6eb45f9 Add missing dependency on MBEDTLS_CIPHER_MODE_CBC by Gilles Peskine · 5 years ago
  99. 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
  100. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago