- f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
- 7274590 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
- bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 1 year, 6 months ago
- 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
- 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
- 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
- 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
- 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
- 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
- f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
- 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
- 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
- 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
- 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
- 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
- ea08ab7 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
- 41966d7 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
- 0684069 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
- 438cd48 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
- b0a01b1 Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
- a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
- ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
- 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
- 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
- 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
- f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
- 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
- 6ed1436 Feedback from Arm: guarantee that output_length <= output_size even on error, to reduce the risk that a missing error check by Stephan Koch · 2 years, 5 months ago
- 8a23f49 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 6d08dba Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
- 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
- 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
- d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
- d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
- 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
- 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- 4da5a85 cipher_alg_without_iv: also test multipart operations by Gilles Peskine · 3 years, 4 months ago
- 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
- 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
- e001596 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
- 33c6968 test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago
- dc4e4b7 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
- 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- e6e02b6 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
- 25e65db Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
- 18f662b Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
- ed33ef1 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
- ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
- af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
- 659af9e Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
- 79df41d Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
- 58e510f Simplify test function by gabor-mezei-arm · 4 years, 1 month ago
- ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
- 9ac4847 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
- 43611b0 Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
- 7aa1efd Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
- 54f7351 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
- d086e6e Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
- ff8d52b Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
- 3e5f6cd Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- 34b147d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
- 33b58ee Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
- a93e423 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
- f627931 Add bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
- 0faba4e More explicit names for some bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
- abd7258 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
- dc76df4 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
- ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
- 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
- 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
- 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
- ac5db4d Merge pull request #4246 from ronald-cron-arm/finalize-psa-config-support by Ronald Cron · 4 years, 4 months ago
- 0c510f3 Fix NULL+0 in test code by Gilles Peskine · 4 years, 4 months ago
- ee414c7 Update dependencies in PSA test code by Ronald Cron · 4 years, 5 months ago
- 3240c9d Update tests for other invalid key operations. by Maulik Patel · 4 years, 5 months ago
- fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
- e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
- 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
- fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
- b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
- ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
- e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
- 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
- ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
- c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago
- f49478b Add missing test skip for ALT-implemented GCM by Steven Cooreman · 4 years, 6 months ago
- 70f654a Fix a malformed define guard by Steven Cooreman · 4 years, 6 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
- 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
- 50f1f5e Use PSA_ALG_ macros to inspect AEAD base algorithm by Steven Cooreman · 4 years, 6 months ago
- 2f09913 Set default IV for AES-GCM to 12 bytes by Steven Cooreman · 4 years, 7 months ago
- 82645b1 Allow skipping vectors w/ non-12-byte IV AES-GCM on ALT by Steven Cooreman · 4 years, 7 months ago
- d588ea1 Allow skipping AES-192 for alternative implementations in PSA test suite by Steven Cooreman · 4 years, 7 months ago
- 9189202 Remove trail check in the generate_random test by Gilles Peskine · 4 years, 6 months ago
- 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
- 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago