aboutsummaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Switch to the new code styleGilles Peskine18-3031/+2903
2022-12-16Fix leak of modulus structures in testsGilles Peskine1-0/+6
2022-12-16New helper function to allocate and read a modulusGilles Peskine1-0/+17
2022-12-16Move bignum helpers to their own moduleGilles Peskine2-84/+122
2022-11-29Minor formatting fixes to address code review commentsAditya Deshpande1-2/+1
2022-11-28Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED),...Aditya Deshpande1-2/+25
2022-11-22Merge branch 'development' into driver-wrapper-key-agreementAditya Deshpande1-2/+26
2022-11-22Merge branch 'development' into driver-wrapper-key-agreementAditya Deshpande1-1/+5
2022-11-21Add tests for the key agreement driver wrapper to test_suite_psa_crypto_drive...Aditya Deshpande1-0/+2
2022-11-15Support negative zero as MPI test inputGilles Peskine1-2/+26
2022-11-09Forbid empty mpi_core in test dataGilles Peskine1-1/+5
2022-11-08Add default return case to mbedtls_test_transparent_key_agreement()Aditya Deshpande1-0/+10
2022-11-07Merge branch 'development' into driver-wrapper-key-agreementAditya Deshpande1-2/+2
2022-11-07Fix formatting and code commentsAditya Deshpande1-1/+1
2022-11-07Refactor call hierarchy for ECDH so that it goes through the driver wrapper i...Aditya Deshpande1-9/+30
2022-10-19test_suite_psa_crypto: adapt dependenies and guards so the test can run in th...Przemek Stekiel1-2/+2
2022-10-14Newlines at end of file + trim trailing whitespaceAditya Deshpande1-2/+2
2022-10-14Add driver wrapper function for raw key agreement, along with test call for t...Aditya Deshpande1-0/+73
2022-10-14Merge pull request #6383 from mprse/aead_driver_testManuel Pégourié-Gonnard1-12/+90
2022-10-10mbedtls_test_read_mpi_core: allow odd number of hex digitsGilles Peskine1-3/+30
2022-10-05Readability improvementGilles Peskine1-1/+1
2022-10-02test_driver_aead.c: add support for LIBTESTDRIVER1 testsPrzemek Stekiel1-12/+90
2022-09-30New function mbedtls_test_read_mpi_coreGilles Peskine1-0/+18
2022-09-30Allow test assertions on constant-flow scalar dataGilles Peskine1-0/+13
2022-09-16Make legacy_or_psa.h public.Manuel Pégourié-Gonnard1-1/+1
2022-08-23Remove unnecessary `psa/crypto.h` includeAndrzej Kurek1-4/+0
2022-08-22Update SHA and MD5 dependencies in the SSL moduleAndrzej Kurek1-18/+26
2022-08-01Remove radix arg from mbedtls_test_read_mpiWerner Lewis1-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-16New test helper macros TEST_LE_U, TEST_LE_SGilles Peskine1-0/+46
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-03-10Merge pull request #5292 from mprse/asym_encryptGilles Peskine1-0/+161
2022-03-07Change names rsa->asymmetric_encryptionPrzemek Stekiel1-22/+22
2022-02-07Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappersRonald Cron1-2/+11
2022-02-03Test driver: keep variable declarations firstAndrzej Kurek1-8/+8
2022-02-03Test drivers: rename import call source to driver locationAndrzej Kurek1-2/+2
2022-02-02test_driver_rsa.c: Fix commentPrzemyslaw Stekiel1-1/+1
2022-02-02Compact the argument listsPrzemyslaw Stekiel1-44/+16
2022-01-19Mark unused variable in tests for cases with reduced configsAndrzej Kurek1-0/+1
2022-01-10test_driver_rsa.c: fix include file namePrzemyslaw Stekiel1-1/+1