- 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
- adc07aa Merge pull request #6696 from gilles-peskine-arm/fuzz-cflags-2.28 by Gilles Peskine · 2 years, 8 months ago
- 0e0793f Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- bcc535c Linewrap for the benefit of Uncrustify by David Horstmann · 2 years, 9 months ago
- b7dcc93 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
- b400fb0 Merge pull request #6452 from AndrzejKurek/depends-py-reloaded-2-28 by Dave Rodgman · 2 years, 8 months ago
- f22f73e Fix issue in dh_genprime.c where the error code returned by mbedtls_mpi_write_file() is incorrectly reported on failure by Aditya Deshpande · 2 years, 9 months ago
- d818c08 Fix: include version.h in ssl_test_lib.h by Yanray Wang · 2 years, 9 months ago
- 4d4b077 Add output of build version in ssl_server2 and ssl_client2 by Yanray Wang · 2 years, 9 months ago
- 068a00b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 9 months ago
- 9e722ad Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 9 months ago
- e470821 Add missing SHA dependencies by Andrzej Kurek · 2 years, 10 months ago
- 9155e7f Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
- 7829d8f Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
- 4ed670f Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
- b3b0ec9 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
- 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
- 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 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
- df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month 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
- d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- a49a00c Add negative tests for opaque mixed-PSK (client) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 67fc488 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
- 331c342 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 69e567c ssl_server2.c: fix build err (key_slot - unused variable) by Przemyslaw Stekiel · 3 years, 10 months ago
- ab09c9e Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
- d99f8b2 Rewrite x25519 example program by Thomas Daubney · 3 years, 3 months 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, 3 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
- a30439a Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
- 736d91d Fix buffer size calculation by Gilles Peskine · 3 years, 4 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
- 478181d Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
- 388ee8a Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- 65f93d5 Fix udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- 448cf48 Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
- 11d0a6f programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 0e4a1aa programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 2db000f programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
- 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
- e2462ba Add missing dependencies on MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED by Andrzej Kurek · 3 years, 7 months 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
- 3d28378 Check return values in more places by Gilles Peskine · 3 years, 8 months ago
- 4a5396e Merge pull request #5299 from paul-elliott-arm/crypt_and_hash_prog_2.x by Gilles Peskine · 3 years, 8 months ago
- d068876 Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
- 8f20bab Fix printf format specifier by Paul Elliott · 3 years, 8 months ago
- 110afd0 Prevent resource leak by Paul Elliott · 3 years, 8 months ago
- 620cbb9 Merge pull request #5262 from xffbai/code-align-backport2.x by Ronald Cron · 3 years, 8 months ago
- 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
- f40545d Fix (d)tls1_2 into (d)tls12 in version options by Xiaofei Bai · 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
- 58efe61 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
- a226ac9 ssl_client2/ssl_server2: Rework ordering of cleanup by Przemyslaw Stekiel · 3 years, 9 months ago
- e9dea7c ssl_client2: move memory leak check before rng_free() by Przemyslaw Stekiel · 3 years, 9 months ago
- b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
- d6e0a58 ssl_client2/ssl_server2: Move is_psa_leaking() before mbedtls_psa_crypto_free() (and rng_free()) by Przemyslaw Stekiel · 3 years, 9 months ago
- 7c7fb87 ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
- 294ca30 Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
- 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 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
- 3f0722c Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
- 85f3165 Fix printf format signedness error by Gilles Peskine · 4 years ago
- 38d41b9 load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
- 373c54e load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
- db92884 load_roots: arguments must be files by Gilles Peskine · 4 years ago
- 82c0432 New sample program to benchmark certificate loading by Gilles Peskine · 4 years 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
- 8890f64 Add ARIA to the PSA API by Gilles Peskine · 3 years, 11 months 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
- 87e8b5c Use distinct variables for distinct purposes by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 40e26b2 Fix memory leak on failure path in test code by Manuel Pégourié-Gonnard · 4 years, 1 month ago