aboutsummaryrefslogtreecommitdiff
path: root/tests/src/psa_exercise_key.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Switch to the new code styleGilles Peskine1-568/+527
2022-10-19test_suite_psa_crypto: adapt dependenies and guards so the test can run in th...Przemek Stekiel1-2/+2
2022-07-01Initilize variableGabor Mezei1-1/+1
2022-06-20Merge pull request #5834 from mprse/HKDF_1Gilles Peskine1-2/+28
2022-06-14exercise_key_agreement_key: add special handling for HKDF_EXPANDPrzemek Stekiel1-2/+21
2022-06-14exercise_key_agreement_key: provide SALT for HKDF_EXTRACTPrzemek Stekiel1-0/+7
2022-05-11Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell.Shaun Case1-2/+2
2022-04-21Use MAX_SIZE macros instead of hard-coding IV/nonce max sizeGilles Peskine1-2/+2
2022-04-21Remove redundant initialization of iv_lengthGilles Peskine1-1/+1
2022-04-15No need to recalculate iv_lengthGilles Peskine1-1/+1
2022-04-15exercise_key: support combined key agreement+derivation algorithmsGilles Peskine1-0/+24
2022-04-15exercise_key: signature: detect function/algorithm incompatibilityGilles Peskine1-1/+12
2022-04-15Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keysGilles Peskine1-14/+7
2022-04-15exercise_key: support modes where IV length is not 16Gilles Peskine1-12/+18
2022-01-19Mark unused variable in tests for cases with reduced configsAndrzej Kurek1-0/+1
2021-12-06tests: psa: Refine choice of default hash algorithm for signatureRonald Cron1-2/+2
2021-12-03tests: psa: Fix guardsRonald Cron1-4/+4
2021-11-17Merge pull request #5111 from mprse/aps_mem_leakpaul-elliott-arm1-0/+1
2021-11-03Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASHGilles Peskine1-2/+2
2021-11-03Move psa_crypto_slot_management.h out from psa_crypto_helpers.hPrzemyslaw Stekiel1-0/+1
2021-10-19Show values when TEST_EQUAL failsGilles Peskine1-4/+4
2021-06-21Fix exercise key testJanos Follath1-5/+6
2021-05-13Update key usage determination for exercise key testsgabor-mezei-arm1-7/+13
2021-05-13Add test for sign/verify message key policiesgabor-mezei-arm1-39/+77
2021-03-11Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_bu...Ronald Cron1-4/+29
2021-03-01Move wildcard-to-exercisable conversion to exercise_key in test suiteSteven Cooreman1-0/+12
2021-03-01Exercise CCM with the right amount of IV bytes in testSteven Cooreman1-0/+7
2021-03-01Add test for ouput buffer size macrosgabor-mezei-arm1-4/+29
2021-02-23Fix copypasta for the type of a variableGilles Peskine1-1/+1
2021-02-23Fix and simplify test assertionsGilles Peskine1-12/+4
2021-02-23exported_key_sanity_check: make checks slightly more systematicGilles Peskine1-31/+20
2021-02-23Use const pointers on parsing functionsGilles Peskine1-7/+7
2021-02-23exported_key_sanity_check: simplify the logic for public keysGilles Peskine1-48/+46
2021-02-23Move exercise_key and related functions to their own moduleGilles Peskine1-1/+866
2021-02-23Create a separate test module for PSA exercise_keyGilles Peskine1-0/+31