- 0c29cf8 Move ssl_ticket to the PSA API by Ben Taylor · 6 months ago
- 5096b4c Revert "Remove mbedtls_test" by Ronald Cron · 8 months ago
- d5331ff cmake: Move cert.o to mbedtls_test_helpers library of objects by Ronald Cron · 8 months ago
- d2cabf2 Add missing extra include path to fuzzer programs by David Horstmann · 9 months ago
- 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
- 939ce9d Remove mbedtls_test by Ronald Cron · 9 months ago
- b247898 cmake: GNU GCC: Set base compile options target by target by Ronald Cron · 10 months ago
- 5dab92e CMake: support "make programs" by Gilles Peskine · 11 months ago
- e708e86 Fix missing-prototype error in programs/fuzz by moving LLVMFuzzerTestOneInput prototype to common.h by Michael Schuster · 1 year, 2 months ago
- 6f55ddc programs: fuzz: Fix comment by Ronald Cron · 1 year, 1 month ago
- 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
- b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
- 7f72a06 Remove cruft by Gilles Peskine · 1 year, 5 months ago
- 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 5 months ago
- abf0be3 fuzz_dtlsserver: explicitly note the one access to a private field by Gilles Peskine · 1 year, 5 months ago
- d5f6897 fuzz_pubkey, fuzz_privkey: no real need to access private fields by Gilles Peskine · 1 year, 5 months ago
- 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
- a8f6192 Remove unneeded lines from fuzz/Makefile by Paul Elliott · 1 year, 6 months ago
- 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 6 months ago
- 053db69 Allow programs/fuzz to be linked against pthread by Paul Elliott · 1 year, 7 months ago
- 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
- e13775d fuzzer Makefile: Added -lbcrypt linkage by Minos Galanakis · 2 years ago
- 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
- 1f9d8a4 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
- 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
- 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 3 months ago
- 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 3 months ago
- 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 9ec14f6 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
- f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
- eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
- 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
- 106a0af pkcs7: provide fuzz harness by Nayna Jain · 4 years, 9 months ago
- 9bb8e0d Fix fuzz_privkey build without MBEDTLS_ENTROPY_C defined by Neil Armstrong · 3 years ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- 06a00af Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
- ca53459 programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 4e0cc40 programs/fuzz: Use build_info.h in common.h by David Horstmann · 3 years, 8 months ago
- f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
- 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
- a1dc3e5 Add safety to dummy_random in case of NULL context by Paul Elliott · 3 years, 6 months ago
- bb01681 Ensure valid context is used in fuzz_dtlsserver by Paul Elliott · 3 years, 6 months ago
- 51a7679 Ensure context is passed in to dummy_rand by Paul Elliott · 3 years, 6 months ago
- 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
- 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 6ff9ef5 Fix cmake build of fuzz_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 7f93da1 Use the dedicated dummy_random in fuzzing programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 909d3bf Removes MBEDTLS_SSL_TRUNCATED_HMAC code from fuzz programs by Thomas Daubney · 4 years, 2 months ago
- e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
- 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
- 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
- e7e958b Merge pull request #4393 from gilles-peskine-arm/generate-tests-python3-make-2.x by Gilles Peskine · 4 years, 2 months ago
- 99cce1d Remove copy-pasted definition of PYTHON that wasn't used by Gilles Peskine · 4 years, 3 months ago
- eb2efb0 Avoid unused variable warning in X.509 CSR fuzzing by Hanno Becker · 4 years, 10 months ago
- 54ac185 Adapt X.509 fuzzing code to support MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
- c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
- 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
- a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 5 months ago
- ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
- f06a54c With make, build query_config.c only once by Gilles Peskine · 4 years, 7 months ago
- a8e309e cmake: Fix added sources to targets by David Brown · 4 years, 8 months ago
- 381c107 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
- 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
- a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 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
- a89040c Fix undeclared deps on CTR_DRBG in programs/fuzz by Manuel Pégourié-Gonnard · 5 years ago
- eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
- aae57bf Remove remaining references to the crypto subdirectory by Gilles Peskine · 5 years ago
- d7fb66f If a key is not of a supported type, something went wrong by Gilles Peskine · 5 years ago
- e60b365 EC keys can have the type MBEDTLS_PK_ECKEY_DH too by Gilles Peskine · 5 years ago
- f02b984 Sanity check on elliptic curve keys: check that the group is known by Gilles Peskine · 5 years ago
- 8d36696 Fix fuzz_pubkey failure on valid RSA keys by Gilles Peskine · 5 years ago
- 8b1ed1c Adds explicit include to stdlib.h for abort by Philippe Antoine · 6 years ago
- 7d4bd6f Checks mbedtls_rsa_export_crt return in fuzz targets by Philippe Antoine · 6 years ago
- 66070bc Checks mbedtls_rsa_export return in fuzz targets by Philippe Antoine · 6 years ago
- 5d46f6a Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
- 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 6 years ago
- 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 6 years ago
- 26f3e28 Honor MBEDTLS_CONFIG_FILE in fuzz tests by Gilles Peskine · 6 years ago
- 42a2ce8 No booleans and import config by Philippe Antoine · 6 years ago
- a82fdd4 Removing space before opening parenthesis by Philippe Antoine · 6 years ago
- b3d3127 Style corrections by Philippe Antoine · 6 years ago
- 2321945 Syntax fix by Philippe Antoine · 6 years ago
- 3e408d5 Fixes warnings from MSVC by Philippe Antoine · 6 years ago
- daab28a checks MBEDTLS_PEM_PARSE_C by Philippe Antoine · 6 years ago
- 48f35f5 Move fuzz directory to programs by Philippe Antoine · 6 years ago