- 9149e12 Stop selftest hanging when run on CI by Tom Cosgrove · 2 years, 5 months ago
- 56d9003 Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
- ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
- 093a4aa Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 10 months ago
- 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
- eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
- 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
- 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
- 8e9e1f6 Merge pull request #5744 from mpg/benchmark-ecc-heap-2.28 by Gilles Peskine · 3 years, 4 months ago
- db7d0d9 Update query_config by Gilles Peskine · 3 years, 4 months ago
- 6408495 Fix alignment in benchmark output by Manuel Pégourié-Gonnard · 3 years, 7 months ago
- 7c45b67 Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
- 7ece768 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
- 65f93d5 Fix udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- 0e4a1aa programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
- 5e41e0e Update generated file by Gilles Peskine · 3 years, 8 months ago
- 47569e0 fix help message issues by Jerry Yu · 3 years, 8 months ago
- 4f2dff4 Add list_config into query_comile_time_config by Jerry Yu · 3 years, 8 months ago
- 0abd677 Add list_config generation by Jerry Yu · 3 years, 8 months ago
- 6fa5c1d Use the normal idiom to support MBEDTLS_CONFIG_FILE by Gilles Peskine · 3 years, 8 months ago
- 8e8e965 Fix dynamic library extension on macOS by Gilles Peskine · 3 years, 9 months ago
- eea9c74 More explicit output for the test program by Gilles Peskine · 3 years, 9 months ago
- 3dbb3e7 Avoid undefined variable warning without MBEDTLS_MD_C by Gilles Peskine · 3 years, 9 months ago
- 99d8486 Use CMake's knowledge of what system library has dlopen() by Gilles Peskine · 3 years, 9 months ago
- 507c787 Don't build dlopen when building for Windows by Gilles Peskine · 3 years, 9 months ago
- 71fcb3c Only link with libdl on Linux by Gilles Peskine · 3 years, 9 months ago
- 27482f1 Run the dlopen test in shared library builds by Gilles Peskine · 3 years, 9 months ago
- e943353 New test app for dynamic loading of libmbed* with dlopen by Gilles Peskine · 3 years, 9 months ago
- d599dc7 Merge pull request #4932 from tom-daubney-arm/all.sh-subshells-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
- 6eb8007 Add documentation by Gilles Peskine · 4 years ago
- 560e1dc Switch to 4-space indentation by Gilles Peskine · 4 years ago
- 9b35640 Generate cpp_dummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
- 8ad54fa Update files generated from config.h by Gilles Peskine · 3 years, 10 months ago
- 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
- b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
- f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
- 1413428 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 4e54f25 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
- 065a1c8 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
- 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
- 5fd5747 Add missing header to cpp_dummy_build.cpp test by David Brown · 4 years, 6 months ago
- bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
- ea8d387 Fix config query file by Steven Cooreman · 4 years, 6 months ago
- 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
- 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
- ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
- 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
- c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
- 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
- a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
- a27a4e2 Merge pull request #3929 from gilles-peskine-arm/psa-driver-remove-old-accel by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- 28f62f6 Support running the benchmark with a single curve by Gilles Peskine · 5 years ago
- db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
- 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
- ed03890 PSA: allow the configuration to favor HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
- f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
- a8e309e cmake: Fix added sources to targets by David Brown · 4 years, 9 months ago
- 381c107 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
- 8f284c1 Add the SRTP configuration to query_config by Ron Eldor · 6 years ago
- 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 9 months ago
- 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
- 88ebb2d Include public and public-ish PSA headers in CPP check by Steven Cooreman · 4 years, 10 months ago
- 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
- 2542c21 Add MBEDTLS_PSA_CRYPTO_CONFIG to test program by John Durkop · 4 years, 10 months ago
- dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
- 0d59f7b0 Add configuration flag `MBEDTLS_PSA_CRYPTO_DRIVERS` by Steven Cooreman · 5 years ago
- 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
- d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
- abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
- 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
- be9a575 Merge tag 'mbedtls-2.23.0' into merge-2.23.0-release-to-development by Janos Follath · 5 years ago
- 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
- bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
- 0b90c9d programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
- 4d18849 Merge branch 'development-restricted' into mbedtls-2.23.0r0 by Janos Follath · 5 years ago
- c7da1fe Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
- 700ee44 Add missing copyright dates to scripts and sources by Bence Szépkúti · 5 years ago
- 15fee93 Merge pull request #3363 from bensze01/zeroize by danh-arm · 5 years ago
- 5620d71 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
- 1a3f9ed Add config.h option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 5 years ago
- bba4c17 Merge pull request #3315 from hanno-arm/tls13-experimental-macro by Janos Follath · 5 years ago
- d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
- ceef848 Rename TLS 1.3 padding granularity macro by Hanno Becker · 5 years ago
- 3427f1d Update query_config.c by Hanno Becker · 5 years ago
- 81f3662 Update query_config.c by Hanno Becker · 5 years ago
- 4850263 Merge pull request #3319 from Kxuan/development by danh-arm · 5 years ago
- e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
- 297896e Remove obsolete comment by k-stachowiak · 6 years ago
- e22da99 Fix typo in program benchmark. by Zhai Zhaoxuan · 5 years ago
- 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
- 5edd388 Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago