aboutsummaryrefslogtreecommitdiff
path: root/programs/test
AgeCommit message (Expand)AuthorFilesLines
2024-02-22Benchmark only one side of ECDH, both static and ephemeralManuel Pégourié-Gonnard1-15/+42
2024-02-22Don't authorize private access to fields where not actually neededGilles Peskine3-4/+0
2024-02-22Benchmark: not using private fields anymoreGilles Peskine1-2/+0
2024-02-22Benchmark: remove the legacy-context ECDH blockGilles Peskine1-129/+0
2024-02-10Merge pull request #8702 from minosgalanakis/update/dhm_context_in_programs_5015Manuel Pégourié-Gonnard1-5/+10
2024-02-09Merge remote-tracking branch 'upstream/development' into make_tests_thread_safePaul Elliott4-5/+33
2024-02-08Merge pull request #8636 from paul-elliott-arm/new_test_thread_interfaceJanos Follath3-4/+5
2024-01-26programs_benchmark: Updated to use `mbedtls_dhm_read_public()`.Minos Galanakis1-1/+2
2024-01-26programs_benchmark: Updated to use `mbedtls_dhm_set_group()` & `mbedtls_dhm_g...Minos Galanakis1-4/+8
2024-01-24Refactor common PThreads CMake codePaul Elliott2-8/+0
2024-01-19Set preferences before finding Threads in CMakePaul Elliott2-0/+4
2024-01-12add support for AES-CTR to benchmarkDave Rodgman1-1/+28
2024-01-05Link programs with pthread via cmakePaul Elliott2-4/+8
2024-01-05Migrate to threading_helpers.hPaul Elliott1-0/+1
2024-01-05Add accessor helpers for mbedtls_test_infoPaul Elliott1-2/+4
2024-01-03Merge pull request #8512 from mschulz-at-hilscher/feature/timing-alt-compatib...Dave Rodgman1-0/+9
2024-01-02Merge pull request #8511 from mschulz-at-hilscher/feature/rsa3072-benchmarkDave Rodgman1-1/+1
2023-12-07Fix potential double-free in calloc selftestDavid Horstmann1-0/+3
2023-12-06Merge pull request #8513 from mschulz-at-hilscher/feature/explicitly-accessin...Manuel Pégourié-Gonnard1-4/+4
2023-11-21Fix the build with gcc-12 -Wuse-after-freeGilles Peskine1-6/+12
2023-11-16Explicitly indicating when private fields are accessed in benchmark.c.Matthias Schulz1-4/+4
2023-11-16Alternative Timing compatible benchmark.cMatthias Schulz1-0/+9
2023-11-16Add benchmark for RSA 3072.Matthias Schulz1-1/+1
2023-11-16Improve explanations of what bad thing a metatest doesGilles Peskine1-11/+36
2023-11-16Uniformly use MBEDTLS_THREADING_C guardsGilles Peskine1-2/+2
2023-11-10Add documentationGilles Peskine1-0/+48
2023-11-10Uninitialized read: make the pointer non-volatile rather than the bufferGilles Peskine1-3/+4
2023-11-10More consistent usage of volatileGilles Peskine1-4/+4
2023-11-09Strengthen against possible compiler optimizationsGilles Peskine1-7/+11
2023-11-06programs/test/metatest indirectly includes library/common.hGilles Peskine1-0/+1
2023-11-06Add metatests for mutex usageGilles Peskine1-1/+99
2023-11-06Don't use %llx in printfGilles Peskine1-1/+4
2023-11-06Fix cast from pointer to integer of different sizeGilles Peskine1-1/+1
2023-11-06Don't cast a function pointer to a data pointerGilles Peskine1-1/+1
2023-11-06Use casts when doing nonstandard pointer conversionsGilles Peskine1-2/+2
2023-11-06Strengthen against Clang optimizationsGilles Peskine1-9/+15
2023-11-06Metatests for basic Asan and Msan featuresGilles Peskine1-0/+48
2023-11-06Metatests for null pointer dereferenceGilles Peskine1-0/+25
2023-11-06Validate that test_fail causes a test failureGilles Peskine1-0/+12
2023-11-06Add a metatest programGilles Peskine2-0/+82
2023-11-02update headersDave Rodgman14-194/+15
2023-10-18Merge pull request #7982 from gilles-peskine-arm/sample_program_demo_scripts-3.4Gilles Peskine1-25/+12
2023-10-11Merge pull request #8185 from yanrayw/aes_benchmark_cfbTom Cosgrove1-8/+58
2023-10-09benchmark: improve code readabilityYanray Wang1-0/+10
2023-09-28Remove generated files in all cmake_as_x testsDavid Horstmann2-1/+5
2023-09-12Update CMake minimum version(s) to match main CMakeLists.txtPaul Elliott3-3/+3
2023-09-12benchmark: add AES_CFB8Yanray Wang1-8/+26
2023-09-12benchmark: add AES_CFB128Yanray Wang1-2/+24
2023-09-08Fix query_config.c generation with CMake build systemRonald Cron1-0/+2
2023-09-05Don't include configuration adjustment headersGilles Peskine1-0/+1