mbedtls/programs/test
Gilles Peskine 984352d6f1 Benchmark: remove the legacy-context ECDH block
We have two blocks of code to benchmark ECDH. One uses the legacy context
structure, which is only enabled when MBEDTLS_ECP_RESTARTABLE is enabled.
That block doesn't convey any information that's specific to restartable
ECC, it exists only for historical reasons (it came first). The other block
uses only the implementation-agnostic API.

Remove the block that uses the legacy context. It doesn't provide much
extra information and most users won't even see it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-22 10:50:12 +01:00
..
cmake_package update headers 2023-11-02 19:47:20 +00:00
cmake_package_install update headers 2023-11-02 19:47:20 +00:00
cmake_subproject Refactor common PThreads CMake code 2024-01-24 18:05:53 +00:00
benchmark.c Benchmark: remove the legacy-context ECDH block 2024-02-22 10:50:12 +01:00
CMakeLists.txt Refactor common PThreads CMake code 2024-01-24 18:05:53 +00:00
dlopen.c update headers 2023-11-02 19:47:20 +00:00
dlopen_demo.sh update headers 2023-11-02 19:47:20 +00:00
generate_cpp_dummy_build.sh update headers 2023-11-02 19:47:20 +00:00
metatest.c Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe 2024-02-09 14:33:58 +00:00
query_compile_time_config.c update headers 2023-11-02 19:47:20 +00:00
query_config.h update headers 2023-11-02 19:47:20 +00:00
query_included_headers.c update headers 2023-11-02 19:47:20 +00:00
selftest.c Fix potential double-free in calloc selftest 2023-12-07 14:26:44 +00:00
udp_proxy.c update headers 2023-11-02 19:47:20 +00:00
udp_proxy_wrapper.sh update headers 2023-11-02 19:47:20 +00:00
zeroize.c update headers 2023-11-02 19:47:20 +00:00