- 94d3190 Set input cost as 1 for psa_key_exercise test by Kusumit Ghoderao · 1 year, 11 months ago
- ac7a04a Move parse_binary_string function to psa_crypto_helpers by Kusumit Ghoderao · 2 years ago
- e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
- 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
- f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
- dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years ago
- ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
- 36ad151 Merge pull request #7191 from oberon-microsystems/fix-test-sign-hash-check-for-pure-eddsa by Gilles Peskine · 2 years, 2 months ago
- cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
- 4c0da51 mbedtls_test_psa_exported_key_sanity_check: check for length equality for DH keys by Przemek Stekiel · 2 years, 3 months ago
- 654bef0 Fix typos, comments, style, optimize macros by Przemek Stekiel · 2 years, 8 months ago
- 7cf26df Add sanity check for FFDH key excercise by Przemek Stekiel · 2 years, 8 months ago
- 2dbc306 test: remove useless ECP_LIGHT guard in psa_exercise_key by Valerio Setti · 2 years, 4 months ago
- d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 6eb7311 Fix codestyle with uncrustify. by Stephan Koch · 2 years, 5 months ago
- f7a824b Add check, if the algorithm supports psa_sign_hash() before running the test. by oberon-sk · 2 years, 6 months ago
- 6d50173 Handle Edwards curves similar to Montgomery curves wrt key export length. by oberon-sk · 2 years, 6 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 9 months ago
- dc3f3bb Initilize variable by Gabor Mezei · 3 years, 1 month ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 1 month ago
- 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
- d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- b29d814 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 3 months ago
- 5eef11a Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 3 months ago
- f96e977 No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
- aa3449d exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 4 months ago
- d586b82 exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 4 months ago
- 7acb198 Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 4 months ago
- bbf452c exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 4 months ago
- 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 6 months ago
- 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
- 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
- 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 10 months ago
- 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
- 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
- 041887b Update key usage determination for exercise key tests 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
- fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size 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
- aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 5 months ago
- ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 6 months ago
- 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
- 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
- cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
- 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
- ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
- e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
- 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago