- 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
- c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month 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
- 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
- ff143c0 psa: Add missing RSA test dependency by Jaeden Amero · 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
- 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
- f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
- 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
- 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
- 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
- ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
- 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
- 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
- caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
- b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
- 069346c New test suite for not-supported cases: key creation (import, generate) by Gilles Peskine · 4 years, 6 months ago
- d00f5e1 tests: psa: Remove generate key test case restriction by Ronald Cron · 4 years, 8 months ago
- 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
- a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
- 7c9e7da Add CAVS14.0 AES-GCM vectors to test more IV, tag and key lengths by Steven Cooreman · 4 years, 7 months ago
- 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
- 10ec780 Remove HAVE_RAM_AVAILABLE for derive_full and derive_output tests by Steven Cooreman · 4 years, 6 months ago
- 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago
- 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 4 years, 7 months ago
- 1e87d5b tests: psa: Fix export related tests by Ronald Cron · 4 years, 7 months ago
- 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
- b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
- 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago
- 8405b5f Change PSA crypto test dependencies to PSA_WANT_xxx by Gilles Peskine · 4 years, 7 months ago
- 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
- f7b666c tests: psa: Move PSA key attributes tests by Ronald Cron · 4 years, 6 months ago
- 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
- 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
- 9b31218 Testing a maximum size key is RAM intensive, and should be dependent by Steven Cooreman · 4 years, 7 months ago
- affc38c Make test cases that use PKCS7 padding dependent on it by Steven Cooreman · 4 years, 7 months ago
- cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
- 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
- d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
- db6e33e Merge pull request #3826 from frestr/test/chachapoly_vector by Gilles Peskine · 4 years, 9 months ago
- d61ed3c PSA Crypto: Add zero-length input test vectors for ChaChaPoly by Fredrik Strupe · 4 years, 9 months ago
- b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
- 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
- 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
- ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
- 326e474 Add basic test cases for Curve25519 by Gilles Peskine · 4 years, 10 months ago
- f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
- dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
- b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
- 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
- 81e0050 tests: psa: Add owner identifier as test parameter by Ronald Cron · 5 years ago
- ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
- cd65f4c Add empty-output-buffer test cases for single-part hash functions by Gilles Peskine · 5 years ago
- ffecb7b Implement support for multipart ECB and add tests by Steven Cooreman · 5 years ago
- d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
- 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
- 5a3c210 Update to renamed curve constant by Steven Cooreman · 5 years ago
- aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
- fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
- ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
- 6f5cc71 Document masking of Montgomery private keys in psa_export_key by Steven Cooreman · 5 years ago
- 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
- af9dbc9 Fix dependency in PSA test cases by Gilles Peskine · 5 years ago
- c03d499 Fix undeclared dep on deterministic ECDSA in test by Manuel Pégourié-Gonnard · 5 years ago
- 6eb45f9 Add missing dependency on MBEDTLS_CIPHER_MODE_CBC by Gilles Peskine · 5 years ago
- 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
- 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
- 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
- 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
- 29eb80d Remove some spurious dependencies on MBEDTLS_SHA256_C by Gilles Peskine · 6 years ago