- 033b178 Test that a PSS policy doesn't allow PSS_ANY_SALT and vice versa by Gilles Peskine · 3 years, 10 months ago
- f5322b3 Shorten some test descriptions by Gilles Peskine · 3 years, 10 months ago
- 454f31c Add test cases for PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
- 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
- cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
- 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
- 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
- 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
- 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
- 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
- 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
- 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
- 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
- ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
- 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
- a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
- 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
- 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
- 9a2b6ff Fix test vector dependency by Archana · 4 years ago
- a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
- 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
- 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
- d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
- 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
- 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
- 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
- 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
- 56e4aa6 Restore accidentally deleted blank lines by Paul Elliott · 4 years ago
- 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
- 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
- e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
- d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
- a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
- c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
- 8584f5b test: psa: Improve description of curve 448 tests by Archana · 4 years, 1 month ago
- ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
- 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
- 2bd5799 Fix test case dependency by gabor-mezei-arm · 4 years, 1 month ago
- ff0da72 Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
- 95aad83 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
- a56756e Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
- 50c86cf Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
- f494bcd Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
- 335e556 Update key policy testing test cases by gabor-mezei-arm · 4 years, 1 month ago
- db4522c Rename test cases by gabor-mezei-arm · 4 years, 1 month ago
- 40d5cd8 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
- d851d68 Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
- ff8264c Simplify test function by gabor-mezei-arm · 4 years, 1 month ago
- c8720c4 Give better name for test cases by gabor-mezei-arm · 4 years, 1 month ago
- 060fdce Fix tests by gabor-mezei-arm · 4 years, 1 month ago
- edf2df8 Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
- c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
- 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 4 years, 2 months ago
- 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 4 years, 2 months ago
- c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 4 years, 2 months ago
- d3f8241 Add multipart tests by Paul Elliott · 4 years, 2 months ago
- 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
- a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 4 years, 2 months ago
- ae50d28 Fix verify_hash tests for PSA RSA PSS by Janos Follath · 4 years, 2 months ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
- 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- af5bd67 Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
- c7319cd Use UNUSED wherever applicable in derive_input tests by Gilles Peskine · 4 years, 2 months ago
- 93038fa Key derivation: add test cases where the secret is missing by Gilles Peskine · 4 years, 2 months ago
- b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
- 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
- 4023c01 Add bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
- 1c77edd More explicit names for some bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
- 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 3 months ago
- ff143c0 psa: Add missing RSA test dependency by Jaeden Amero · 4 years, 3 months ago
- 81231f3 Return invalid argument for unsupported algorithm by Paul Elliott · 4 years, 3 months ago
- 5d9fa8d Add define to allow multipart ccm to work by Paul Elliott · 4 years, 3 months ago
- 0023e0a Add tests for multipart AEAD by Paul Elliott · 4 years, 3 months ago
- 4bc0edb Typo by gabor-mezei-arm · 4 years, 3 months ago
- 6e2a8da Add new tests for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
- d785a79 Fix test by gabor-mezei-arm · 4 years, 3 months ago
- e088985 Fix test names by gabor-mezei-arm · 4 years, 3 months ago
- ce8804f Update tests dependencies by gabor-mezei-arm · 4 years, 3 months ago
- 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
- 5302848 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
- b953023 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
- 0c23965 Add sanity tests for CMAC-(3)DES through PSA Crypto by Steven Cooreman · 4 years, 3 months ago
- 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
- ea7ab13 Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
- a0bc2cd tests: psa: Fix copy fail test argument by Ronald Cron · 4 years, 4 months ago
- 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
- 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
- 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
- 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
- dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
- 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago