1. 3f86a90 Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
  2. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  3. 386f582 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
  4. 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  5. c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  6. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
  7. ed71e92 Add tests for CCM*-no-tag. by Mateusz Starzyk · 3 years, 10 months ago
  8. 7780413 Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
  9. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  10. b9b817e Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  11. 25794d8 Test PSS verification with different salt lengths by Gilles Peskine · 3 years, 10 months ago
  12. 033b178 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
  13. f5322b3 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
  14. 454f31c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  15. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  16. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  17. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  18. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  19. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  20. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  21. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  22. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  23. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  24. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  25. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  26. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  27. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  28. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  29. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  30. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  31. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  32. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  33. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  34. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  35. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  36. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  37. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  38. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  39. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  40. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  41. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  42. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  43. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  44. 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
  45. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  46. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  47. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  48. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  49. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  50. c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
  51. 8584f5b test: psa: Improve description of curve 448 tests by Archana · 4 years, 1 month ago
  52. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  53. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  54. 2bd5799 Fix test case dependency by gabor-mezei-arm · 4 years, 1 month ago
  55. ff0da72 Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
  56. 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  57. a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  58. 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  59. f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  60. 335e556 Update key policy testing test cases by gabor-mezei-arm · 4 years, 1 month ago
  61. db4522c Rename test cases by gabor-mezei-arm · 4 years, 1 month ago
  62. 40d5cd8 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  63. d851d68 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  64. ff8264c Simplify test function by gabor-mezei-arm · 4 years, 1 month ago
  65. c8720c4 Give better name for test cases by gabor-mezei-arm · 4 years, 1 month ago
  66. 060fdce Fix tests by gabor-mezei-arm · 4 years, 1 month ago
  67. edf2df8 Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  68. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  69. 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
  70. c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
  71. 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 4 years, 2 months ago
  72. 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 4 years, 2 months ago
  73. c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 4 years, 2 months ago
  74. d3f8241 Add multipart tests by Paul Elliott · 4 years, 2 months ago
  75. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  76. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  77. 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 4 years, 2 months ago
  78. ae50d28 Fix verify_hash tests for PSA RSA PSS by Janos Follath · 4 years, 2 months ago
  79. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  80. 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago
  81. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  82. af5bd67 Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  83. c7319cd Use UNUSED wherever applicable in derive_input tests by Gilles Peskine · 4 years, 2 months ago
  84. 93038fa Key derivation: add test cases where the secret is missing by Gilles Peskine · 4 years, 2 months ago
  85. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  86. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  87. 4023c01 Add bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
  88. 1c77edd More explicit names for some bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
  89. 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 3 months ago
  90. ff143c0 psa: Add missing RSA test dependency by Jaeden Amero · 4 years, 3 months ago
  91. 81231f3 Return invalid argument for unsupported algorithm by Paul Elliott · 4 years, 3 months ago
  92. 5d9fa8d Add define to allow multipart ccm to work by Paul Elliott · 4 years, 3 months ago
  93. 0023e0a Add tests for multipart AEAD by Paul Elliott · 4 years, 3 months ago
  94. 4bc0edb Typo by gabor-mezei-arm · 4 years, 3 months ago
  95. 6e2a8da Add new tests for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  96. d785a79 Fix test by gabor-mezei-arm · 4 years, 3 months ago
  97. e088985 Fix test names by gabor-mezei-arm · 4 years, 3 months ago
  98. ce8804f Update tests dependencies by gabor-mezei-arm · 4 years, 3 months ago
  99. 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  100. 5302848 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago