aboutsummaryrefslogtreecommitdiff
path: root/tests/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Access the test data mutex via accessorPaul Elliott1-1/+15
2024-01-09Protect test info access with mutexPaul Elliott1-4/+6
2024-01-09Move bignum flag for negative zero into test_infoPaul Elliott2-18/+35
2024-01-05Use mbedtls_test_info accessors internally as wellPaul Elliott1-2/+4
2024-01-05Add accessor helpers for mbedtls_test_infoPaul Elliott1-1/+75
2023-12-04test_driver_key_management: rename counter for export_public_key() hitsValerio Setti1-1/+1
2023-12-04test_driver_cipher: add forced return status for encrypt and set_ivValerio Setti1-3/+7
2023-12-04test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_upd...Valerio Setti1-1/+1
2023-12-04test_suite_psa_crypto_slot_management: modify check on open key slotsValerio Setti1-8/+3
2023-12-04test_suite_psa_crypto_driver_wrappers: add counter for cipher_update()Valerio Setti1-1/+2
2023-12-04test_suite_psa_crypto_driver_wrappers: improving driver access countersValerio Setti2-2/+5
2023-12-04test_suite_[ctr_drbg/random]: initialize/close PSA in testsValerio Setti1-0/+23
2023-12-04psa: free RNG implementation before checking for remaining open key slotsValerio Setti1-3/+8
2023-11-29Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstractionJanos Follath1-2/+10
2023-11-28Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overall...Dave Rodgman1-0/+15
2023-11-23Ensure mutex test mutex gets free'dPaul Elliott1-2/+10
2023-11-22Detect enabled GCC/Clang sanitizersGilles Peskine1-0/+15
2023-11-15psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHERValerio Setti1-0/+1
2023-11-15psa_exercise_key: replace legacy symbols with PSA_WANT onesValerio Setti1-7/+7
2023-11-15test_driver_extension: fix acceleration support for CCM and CCM*Valerio Setti1-0/+8
2023-11-15Merge pull request #8499 from valeriosetti/issue8488Manuel Pégourié-Gonnard1-3/+92
2023-11-08test_driver_extension: use same def/undef pattern for all accelerated symbolsValerio Setti1-3/+92
2023-11-08ssl: use MBEDTLS_SSL_HAVE_* in testsPengyu Lv1-9/+9
2023-11-04Merge pull request #8443 from valeriosetti/issue8274Gilles Peskine1-18/+104
2023-11-02update headersDave Rodgman49-637/+49
2023-10-30test_driver_extension: manage curves' acceleration the same as other PSA_WANT...Valerio Setti1-18/+104
2023-10-23libtestdriver1: fix acceleration for ALG_STREAM_CIPHER/ALG_ECB_NO_PADDINGValerio Setti1-2/+16
2023-10-19CMAC: accelerate CMAC in accel_cipherYanray Wang1-1/+8
2023-10-11md: remove unnecessary inclusions of mbedtls/md.hValerio Setti1-3/+0
2023-09-25Merge remote-tracking branch 'upstream-public/development' into development-r...Gilles Peskine3-1/+36
2023-09-24Add SHA-3 support to libtestdriver1Manuel Pégourié-Gonnard1-0/+32
2023-09-22Merge pull request #8092 from silabs-Kusumit/PBKDF2_output_keyGilles Peskine2-1/+4
2023-09-22Merge pull request #1071 from gilles-peskine-arm/ssl_decrypt_stream_short_bufferGilles Peskine1-0/+21
2023-09-19Make TEST_CALLOC_NONNULL more robustDave Rodgman1-0/+6
2023-09-19Introduce TEST_CALLOC_NONNULLDave Rodgman1-0/+26
2023-09-18Refactoring: create mbedtls_test_ssl_prepare_record_mac()Gilles Peskine1-0/+21
2023-09-05Rename parse_binary_string functionKusumit Ghoderao1-1/+1
2023-08-21Remove obsolete header inclusionsGilles Peskine1-3/+0
2023-08-18Move parse_binary_string function to psa_crypto_helpersKusumit Ghoderao2-1/+4
2023-08-10Merge pull request #7936 from AgathiyanB/assert-false-macroTom Cosgrove1-0/+10
2023-08-04Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_...Dave Rodgman1-39/+41
2023-07-26Merge pull request #7935 from AgathiyanB/add-enum-castsGilles Peskine1-1/+1
2023-07-21Remove trailing backslashAgathiyan Bragadeesh1-2/+2
2023-07-21Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stab...Gilles Peskine1-0/+35
2023-07-21For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE()Tom Cosgrove1-2/+2
2023-07-21Rename the length argument to TEST_CALLOC() to be the more accurate item_countTom Cosgrove1-15/+15
2023-07-21For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC()Tom Cosgrove1-3/+3
2023-07-20For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP()Tom Cosgrove1-12/+12
2023-07-20For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL()Tom Cosgrove1-11/+11
2023-07-20For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL()Tom Cosgrove1-7/+9