aboutsummaryrefslogtreecommitdiff
path: root/tests/suites
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Protect test info access with mutexPaul Elliott1-6/+9
2024-01-09Move bignum flag for negative zero into test_infoPaul Elliott1-1/+1
2024-01-05Add accessor helpers for mbedtls_test_infoPaul Elliott2-20/+19
2024-01-04Merge pull request #8641 from valeriosetti/issue8358Manuel Pégourié-Gonnard3-210/+210
2023-12-29oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_CValerio Setti1-206/+206
2023-12-21pkcs[5/12]: add CIPHER_C for [en/de]crypting functionsValerio Setti2-4/+4
2023-12-21Merge pull request #8342 from yanesca/threading_test_pcGilles Peskine2-0/+97
2023-12-20pk test suite: rename the parameter named parameterTomi Fontanilles1-39/+34
2023-12-20pk: implement non-PSA mbedtls_pk_sign_ext()Tomi Fontanilles2-57/+74
2023-12-18Add AES_PSA_INIT() to thread test casePaul Elliott1-0/+4
2023-12-18Move test dependancies to function filePaul Elliott2-2/+1
2023-12-18Remove requirement for SHA512 from ctr_drbg testPaul Elliott2-5/+12
2023-12-18Make number of threads a test argumentPaul Elliott2-9/+10
2023-12-18Increase entropy buffer sizesPaul Elliott1-3/+4
2023-12-18Guard tests correctlyPaul Elliott1-0/+2
2023-12-18Fix code stylePaul Elliott1-4/+4
2023-12-18Add re-seeding option to testPaul Elliott2-13/+22
2023-12-18Fix missing includePaul Elliott1-0/+4
2023-12-18Fix failing multi-threaded unit testJanos Follath1-1/+1
2023-12-18Add multi-threaded unit testJanos Follath2-0/+70
2023-12-15Merge pull request #8635 from daverodgman/asan-optDave Rodgman1-1/+3
2023-12-14Fix a typoDave Rodgman1-1/+1
2023-12-14Fix unused function/variable warnings from clangDave Rodgman1-0/+2
2023-12-14Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsaManuel Pégourié-Gonnard2-4/+14
2023-12-13Merge pull request #8626 from davidhorstmann-arm/fix-uninit-mpi-testDave Rodgman1-3/+5
2023-12-13Merge pull request #8599 from valeriosetti/issue8357Manuel Pégourié-Gonnard1-0/+18
2023-12-08Move MPI initialization to start of functionDavid Horstmann1-3/+5
2023-12-08Adjuest checks in generate_key_rsa suitePengyu Lv1-7/+10
2023-12-07Conditionally check the attribute of generated RSA keyPengyu Lv2-1/+8
2023-12-04test_suite_block_cipher: fix depends_on for Camellia testsValerio Setti1-0/+18
2023-12-04test_driver_key_management: rename counter for export_public_key() hitsValerio Setti1-2/+2
2023-12-04test_driver_cipher: add forced return status for encrypt and set_ivValerio Setti1-28/+12
2023-12-04test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_upd...Valerio Setti1-2/+2
2023-12-04crypto_extra: revert changes to mbedtls_psa_random_free()Valerio Setti1-2/+0
2023-12-04test_suite_psa_crypto_driver_wrappers: fix missing hit counter reset before testValerio Setti1-0/+1
2023-12-04test_suite_psa_crypto_slot_management: modify check on open key slotsValerio Setti1-3/+3
2023-12-04test_suite_psa_crypto_driver_wrappers: add counter for cipher_update()Valerio Setti1-2/+2
2023-12-04test_suite_psa_crypto_driver_wrappers: improving driver access countersValerio Setti1-6/+31
2023-12-04test_suite_psa_crypto_slot_management: some fix for available key slotsValerio Setti1-20/+20
2023-12-04test_suite_[ctr_drbg/random]: initialize/close PSA in testsValerio Setti2-0/+29
2023-11-29Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstractionJanos Follath1-0/+4
2023-11-28Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overall...Dave Rodgman1-0/+6
2023-11-28Merge branch 'development' into review/gilles/update-old-dep-MD_CANPengyu Lv32-998/+1498
2023-11-23Ensure mutex test mutex gets free'dPaul Elliott1-0/+4
2023-11-23Merge pull request #8124 from yanrayw/support_cipher_encrypt_onlyDave Rodgman5-78/+80
2023-11-23Merge pull request #7905 from lpy4105/issue/misc-improvementDave Rodgman1-8/+8
2023-11-23Merge remote-tracking branch 'origin/development' into support_cipher_encrypt...Yanray Wang29-930/+1426
2023-11-22MSan and TSan complain as well, not just ASanGilles Peskine1-5/+5
2023-11-22Disable check_mbedtls_calloc overallocation under ASanGilles Peskine1-0/+6
2023-11-21Change if to switch caseJerry Yu1-10/+15