1. 44703e4 Update comment format by Ben Taylor · 12 days ago
  2. d5b655a Re-add missing and by Ben Taylor · 12 days ago
  3. a750e1b Minor comment updates by Ben Taylor · 12 days ago
  4. 4bb98be initial remove of MBEDTLS_USE_PSA_CRYPTO by Ben Taylor · 3 months ago
  5. 02c76eb Add minor corrections to the fuzz Makefile by Ben Taylor · 11 days ago
  6. 8beeed0 Add further updates to paths by Ben Taylor · 7 weeks ago
  7. 60a5b32 Correct onefile name by Ben Taylor · 9 weeks ago
  8. 52510b2 Update header names by Ben Taylor · 9 weeks ago
  9. c7c480a Revert temporary merge changes by Ben Taylor · 9 weeks ago
  10. b8ebc21 Correct typo by Ben Taylor · 5 weeks ago
  11. 5578c06 Remove duplicated slash by Ben Taylor · 5 weeks ago
  12. d9fc98a Correct CFLAGS path int Makefile by Ben Taylor · 5 weeks ago
  13. 56d54c6 Remove fuzz progs from Makefile by Ben Taylor · 7 weeks ago
  14. c9b7175 Add in fuzz path variable by Ben Taylor · 8 weeks ago
  15. d6cc47e Add some name changes in to allow merge by Ben Taylor · 9 weeks ago
  16. 80490a2 Revert some changes to allow merge by Ben Taylor · 9 weeks ago
  17. 946b0d9 Corrected windows paths by Ben Taylor · 2 months ago
  18. 9784b40 Remove wildcard as it is no longer required by Ben Taylor · 2 months ago
  19. 38b063a add fix to fuzz makefile for windows by Ben Taylor · 4 months ago
  20. 7287040 fixed issue with binary cleanup in fuzz programs by Ben Taylor · 4 months ago
  21. c42f5d4 added fix for Makefile in fuzz programs by Ben Taylor · 4 months ago
  22. aa5aa47 corrected Makefile path for fuzz progs by Ben Taylor · 4 months ago
  23. a59cef4 add fixes for the fuzz Make system by Ben Taylor · 4 months ago
  24. dc02779 update common. to fuzz_common.h by Ben Taylor · 4 months ago
  25. eea3dda corrected cmake path by Ben Taylor · 4 months ago
  26. 2584ead add fix for fuzz Makefile for new common path by Ben Taylor · 4 months ago
  27. 107b21c removed common.* from programs/fuzz by Ben Taylor · 4 months ago
  28. dd27691 remove fuzz_privkey.c and fuzz_pubkey.c by Ben Taylor · 4 months ago
  29. b9f83b3 Remove srand from fuzz by Ben Taylor · 5 months ago
  30. 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
  31. 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
  32. 858b829 Add define to fuzz/common.c and ssl/ssl_test_lib.c by Felix Conway · 4 months ago
  33. 998760a Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program by Felix Conway · 4 months ago
  34. 0cfe54e remove RNG parameters from SSL API's by Ben Taylor · 5 months ago
  35. 0c29cf8 Move ssl_ticket to the PSA API by Ben Taylor · 6 months ago
  36. 5096b4c Revert "Remove mbedtls_test" by Ronald Cron · 8 months ago
  37. d5331ff cmake: Move cert.o to mbedtls_test_helpers library of objects by Ronald Cron · 8 months ago
  38. d2cabf2 Add missing extra include path to fuzzer programs by David Horstmann · 9 months ago
  39. 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
  40. 939ce9d Remove mbedtls_test by Ronald Cron · 9 months ago
  41. b247898 cmake: GNU GCC: Set base compile options target by target by Ronald Cron · 10 months ago
  42. 5dab92e CMake: support "make programs" by Gilles Peskine · 11 months ago
  43. e708e86 Fix missing-prototype error in programs/fuzz by moving LLVMFuzzerTestOneInput prototype to common.h by Michael Schuster · 1 year, 2 months ago
  44. 6f55ddc programs: fuzz: Fix comment by Ronald Cron · 1 year, 1 month ago
  45. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  46. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  47. 7f72a06 Remove cruft by Gilles Peskine · 1 year, 5 months ago
  48. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 5 months ago
  49. abf0be3 fuzz_dtlsserver: explicitly note the one access to a private field by Gilles Peskine · 1 year, 5 months ago
  50. d5f6897 fuzz_pubkey, fuzz_privkey: no real need to access private fields by Gilles Peskine · 1 year, 5 months ago
  51. 7fd162e Refactor common PThreads CMake code by Paul Elliott · 1 year, 6 months ago
  52. a8f6192 Remove unneeded lines from fuzz/Makefile by Paul Elliott · 1 year, 7 months ago
  53. 85ea3e6 Set preferences before finding Threads in CMake by Paul Elliott · 1 year, 7 months ago
  54. 053db69 Allow programs/fuzz to be linked against pthread by Paul Elliott · 1 year, 7 months ago
  55. 4068c7e Link programs with pthread via cmake by Paul Elliott · 1 year, 8 months ago
  56. e13775d fuzzer Makefile: Added -lbcrypt linkage by Minos Galanakis · 2 years ago
  57. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  58. 1f9d8a4 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
  59. 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
  60. 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
  61. 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
  62. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  63. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  64. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  65. 9ec14f6 programs/fuzz: set sensible default CFLAGS by Gilles Peskine · 2 years, 8 months ago
  66. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  67. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  68. 68a01a6 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
  69. 106a0af pkcs7: provide fuzz harness by Nayna Jain · 4 years, 9 months ago
  70. 9bb8e0d Fix fuzz_privkey build without MBEDTLS_ENTROPY_C defined by Neil Armstrong · 3 years, 1 month ago
  71. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  72. 06a00af Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
  73. ca53459 programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
  74. 4e0cc40 programs/fuzz: Use build_info.h in common.h by David Horstmann · 3 years, 8 months ago
  75. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  76. 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  77. 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
  78. a1dc3e5 Add safety to dummy_random in case of NULL context by Paul Elliott · 3 years, 6 months ago
  79. bb01681 Ensure valid context is used in fuzz_dtlsserver by Paul Elliott · 3 years, 6 months ago
  80. 51a7679 Ensure context is passed in to dummy_rand by Paul Elliott · 3 years, 6 months ago
  81. 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
  82. 351c71b Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Dave Rodgman · 3 years, 8 months ago
  83. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  84. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  85. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  86. 6ff9ef5 Fix cmake build of fuzz_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  87. 7f93da1 Use the dedicated dummy_random in fuzzing programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  88. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  89. 909d3bf Removes MBEDTLS_SSL_TRUNCATED_HMAC code from fuzz programs by Thomas Daubney · 4 years, 2 months ago
  90. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  91. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  92. 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 3 months ago
  93. e7e958b Merge pull request #4393 from gilles-peskine-arm/generate-tests-python3-make-2.x by Gilles Peskine · 4 years, 3 months ago
  94. 99cce1d Remove copy-pasted definition of PYTHON that wasn't used by Gilles Peskine · 4 years, 3 months ago
  95. eb2efb0 Avoid unused variable warning in X.509 CSR fuzzing by Hanno Becker · 4 years, 10 months ago
  96. 54ac185 Adapt X.509 fuzzing code to support MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  97. f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 4 months ago
  98. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  99. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  100. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago