1. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  2. 1f9d8a4 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
  3. 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  4. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 3 months ago
  5. 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 3 months ago
  6. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  7. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  8. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  9. 9ec14f6 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
  10. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  11. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  12. 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  13. 106a0af pkcs7: provide fuzz harness by Nayna Jain · 4 years, 9 months ago
  14. 9bb8e0d Fix fuzz_privkey build without MBEDTLS_ENTROPY_C defined by Neil Armstrong · 3 years ago
  15. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  16. 06a00af Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
  17. ca53459 programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  18. 4e0cc40 programs/fuzz: Use build_info.h in common.h by David Horstmann · 3 years, 8 months ago
  19. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  20. 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  21. 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
  22. a1dc3e5 Add safety to dummy_random in case of NULL context by Paul Elliott · 3 years, 6 months ago
  23. bb01681 Ensure valid context is used in fuzz_dtlsserver by Paul Elliott · 3 years, 6 months ago
  24. 51a7679 Ensure context is passed in to dummy_rand by Paul Elliott · 3 years, 6 months ago
  25. 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
  26. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  27. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  28. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  29. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  30. 6ff9ef5 Fix cmake build of fuzz_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  31. 7f93da1 Use the dedicated dummy_random in fuzzing programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  32. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  33. 909d3bf Removes MBEDTLS_SSL_TRUNCATED_HMAC code from fuzz programs by Thomas Daubney · 4 years, 2 months ago
  34. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  35. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  36. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
  37. e7e958b Merge pull request #4393 from gilles-peskine-arm/generate-tests-python3-make-2.x by Gilles Peskine · 4 years, 3 months ago
  38. 99cce1d Remove copy-pasted definition of PYTHON that wasn't used by Gilles Peskine · 4 years, 3 months ago
  39. eb2efb0 Avoid unused variable warning in X.509 CSR fuzzing by Hanno Becker · 4 years, 10 months ago
  40. 54ac185 Adapt X.509 fuzzing code to support MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  41. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
  42. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  43. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  44. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 5 months ago
  45. ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
  46. f06a54c With make, build query_config.c only once by Gilles Peskine · 4 years, 7 months ago
  47. a8e309e cmake: Fix added sources to targets by David Brown · 4 years, 9 months ago
  48. 381c107 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
  49. 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
  50. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  51. 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
  52. bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
  53. a89040c Fix undeclared deps on CTR_DRBG in programs/fuzz by Manuel Pégourié-Gonnard · 5 years ago
  54. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  55. aae57bf Remove remaining references to the crypto subdirectory by Gilles Peskine · 5 years ago
  56. d7fb66f If a key is not of a supported type, something went wrong by Gilles Peskine · 5 years ago
  57. e60b365 EC keys can have the type MBEDTLS_PK_ECKEY_DH too by Gilles Peskine · 5 years ago
  58. f02b984 Sanity check on elliptic curve keys: check that the group is known by Gilles Peskine · 5 years ago
  59. 8d36696 Fix fuzz_pubkey failure on valid RSA keys by Gilles Peskine · 5 years ago
  60. 8b1ed1c Adds explicit include to stdlib.h for abort by Philippe Antoine · 6 years ago
  61. 7d4bd6f Checks mbedtls_rsa_export_crt return in fuzz targets by Philippe Antoine · 6 years ago
  62. 66070bc Checks mbedtls_rsa_export return in fuzz targets by Philippe Antoine · 6 years ago
  63. 5d46f6a Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
  64. 9b9a790 Handle deleting non-existant files on Windows by Darryl Green · 6 years ago
  65. 4f055f4 Use 3rdparty headers from the submodule by Janos Follath · 6 years ago
  66. 26f3e28 Honor MBEDTLS_CONFIG_FILE in fuzz tests by Gilles Peskine · 6 years ago
  67. 42a2ce8 No booleans and import config by Philippe Antoine · 6 years ago
  68. a82fdd4 Removing space before opening parenthesis by Philippe Antoine · 6 years ago
  69. b3d3127 Style corrections by Philippe Antoine · 6 years ago
  70. 2321945 Syntax fix by Philippe Antoine · 6 years ago
  71. 3e408d5 Fixes warnings from MSVC by Philippe Antoine · 6 years ago
  72. daab28a checks MBEDTLS_PEM_PARSE_C by Philippe Antoine · 6 years ago
  73. 48f35f5 Move fuzz directory to programs by Philippe Antoine · 6 years ago