1. c4d3c19 Update copyright year by Matt Caswell · 7 years ago
  2. 9d74090 Faster fuzz test: teach the fuzz test programs to handle directories by Richard Levitte · 7 years ago
  3. 273f7fe Add fuzz corpora file that found the ASN.1 stack depth issue by Matt Caswell · 7 years ago
  4. 3d328a4 Add SM2 signature and ECIES schemes by Jack Lloyd · 7 years ago
  5. 5cd4225 Missings OIDs for XTS added. by Pauli · 7 years ago
  6. e45b4dd Add OIDs for DSTU-4145 by gmile · 7 years ago
  7. 3b5e517 Add GOST OIDs for Edwards parameter sets by Sergey Zhuravlev · 7 years ago
  8. 0d66475 Update copyright year by Matt Caswell · 7 years ago
  9. 97d37b8 Generate copyright year properly by Rich Salz · 7 years ago
  10. 4bed94f SHA512/224 and SHA512/256 by Pauli · 7 years ago
  11. 67e247f SM3: restructure to EVP internal and update doc to right location by Ronald Tse · 7 years ago
  12. 976b038 Conditionalize fuzz tests on feature macros by Benjamin Kaduk · 7 years ago
  13. ba24968 Update asn1 and x509 corpora by Kurt Roeckx · 7 years ago
  14. 902f7d5 ASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functions by Kurt Roeckx · 7 years ago
  15. 222cb30 Don't turn b2 negative by Kurt Roeckx · 7 years ago
  16. e8ff08f Update location of the libfuzzer repository by Kurt Roeckx · 7 years ago
  17. 8d3363f make update by Richard Levitte · 7 years ago
  18. 8e32e1a Generate a dictionary of OIDs for fuzzers by Richard Levitte · 7 years ago
  19. cc1c473 Remove unused variable. by Ben Laurie · 7 years ago
  20. d2ef6e4 Stack sorting safety by Pauli · 8 years ago
  21. 61389f0 bndiv fuzzer: limit the size of the input to avoid timeout by gbrl · 8 years ago
  22. 710769f Move FuzzerSetRand to separate file. by Rich Salz · 8 years ago
  23. 9f08a1c Install custom RAND_METHOD for fuzzing by Rich Salz · 8 years ago
  24. 515b124 Update fuzz corpora by Kurt Roeckx · 8 years ago
  25. b12ae4a fuzz/{client,server}.c: omit _time64 "overload method". by Andy Polyakov · 8 years ago
  26. 424aa35 Change 64-bit time type for windows by Jon Spillett · 8 years ago
  27. ff54cd9 Optionally check for early data by Kurt Roeckx · 8 years ago
  28. 14a6570 Use a fixed time when fuzzing. by Kurt Roeckx · 8 years ago
  29. 930aa9e Document how to update the corpus. by Kurt Roeckx · 8 years ago
  30. b534df9 Make x509 and asn1 fuzzer reproducible by Kurt Roeckx · 8 years ago
  31. 644fb11 Switch libfuzzer to use trace-pc-guard by Kurt Roeckx · 8 years ago
  32. 31ae516 Act on deprecation of LONG and ZLONG, step 1 by Richard Levitte · 8 years ago
  33. 64f11ee Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants by Richard Levitte · 8 years ago
  34. 076fc55 Make default_method mostly compile-time by Rich Salz · 8 years ago
  35. 8a58560 Fix out-of-memory condition in conf by Matt Caswell · 8 years ago
  36. 9dd4ac8 Update client, server and x509 fuzz corpus by Kurt Roeckx · 8 years ago
  37. d2828c8 Update client and server corpus by Kurt Roeckx · 8 years ago
  38. 18e3ab7 Fix build issues with no-dh, no-dsa and no-ec by Richard Levitte · 8 years ago
  39. 3b72dcd Update fuzz corpora by Kurt Roeckx · 8 years ago
  40. 76d1ba3 Make client and server fuzzer reproducible by Kurt Roeckx · 8 years ago
  41. 1379945 Make the bignum fuzzer reproducible by Kurt Roeckx · 8 years ago
  42. f8d4b3b Update fuzz documentation by Kurt Roeckx · 8 years ago
  43. d2aa960 server fuzzer: add support for DSA and ECDSA by Kurt Roeckx · 8 years ago
  44. f15eed3 Update fuzz corpora by Kurt Roeckx · 8 years ago
  45. 4e99547 Make client and server fuzzer support all ciphers by Kurt Roeckx · 8 years ago
  46. e104d01 Document the recommended parameters for fuzzing by Kurt Roeckx · 8 years ago
  47. 6c0e1e2 Update client fuzz corpus by Kurt Roeckx · 8 years ago
  48. af5a4b4 Update client fuzzer corpus by Kurt Roeckx · 8 years ago
  49. 141ecc4 Fuzz corpora update by Kurt Roeckx · 8 years ago
  50. 4410f9d And client fuzzer by Kurt Roeckx · 8 years ago
  51. 231f133 Make asn1 fuzzer more reproducible by Kurt Roeckx · 8 years ago
  52. d69d8f9 Make the fuzzers more reproducible by Kurt Roeckx · 8 years ago
  53. 0282aeb Move libfuzzer sanitizer options to README by Kurt Roeckx · 8 years ago
  54. 1b6a77a CMS fuzzer: also use id2 by Kurt Roeckx · 8 years ago
  55. 3a9b9b2 Make the random number generator predictable when fuzzing. by Kurt Roeckx · 8 years ago
  56. 8087bcb bndiv fuzzer: move new and free calls to the init and cleanup function. by Kurt Roeckx · 8 years ago
  57. 7d22cce bignum fuzzer: move new and free calls to the init and cleanup function. by Kurt Roeckx · 8 years ago
  58. da15cb7 asn1parse: create the out bio during init, free it during cleanup by Kurt Roeckx · 8 years ago
  59. ad4da7f Add a FuzzerClean() function by Kurt Roeckx · 8 years ago
  60. baae2cb FuzzerInitialize always exists by Kurt Roeckx · 8 years ago
  61. f3e911d Fix formatting of fuzzers by Kurt Roeckx · 8 years ago
  62. c22d648 Update fuzz corpora by Kurt Roeckx · 8 years ago
  63. ea6199e conf fuzzer: also check for an empty file by Kurt Roeckx · 8 years ago
  64. fe2582a Fix link to LibFuzzer by Sergey Bronnikov · 8 years ago
  65. ba74070 [fuzzers] do not fail fuzzers with empty input by Mike Aizatsky · 8 years ago
  66. 2b68739 Update fuzz corpora by Kurt Roeckx · 8 years ago
  67. 44f206a Add to fuzz corpora for CVE-2016-6309 by Robert Swiecki · 8 years ago
  68. 5579eab Update fuzz corpora by Kurt Roeckx · 9 years ago
  69. 255af26 Some minor tweaks to the fuzzing docs by Matt Caswell · 9 years ago
  70. 68e71e9 Include what we use. by Ben Laurie · 9 years ago
  71. 620c6ad Fix various no-*s. by Ben Laurie · 9 years ago
  72. abdb0c7 Skip non-existing files. by Kurt Roeckx · 9 years ago
  73. 49dadc1 Fix no-ct by Matt Caswell · 9 years ago
  74. 2980ae2 Add all publicly avaiable asn1 types to the asn1 fuzzer. by Kurt Roeckx · 9 years ago
  75. df0aa77 Fix building with no-cms by Matt Caswell · 9 years ago
  76. 7218ae5 Use _NO_INST in some build.info files by Richard Levitte · 9 years ago
  77. 33e49fd Fix strict-warnings build by Matt Caswell · 9 years ago
  78. e10aeee fuzzers: print and convert it back by Kurt Roeckx · 9 years ago
  79. 878f422 Make fuzzer and fuzz tester builds less magic by Richard Levitte · 9 years ago
  80. 1d03b7b Don't rely on implicit rsa.h inclusion by Viktor Dukhovni · 9 years ago
  81. d20841c Add OPENSSL_NO_EC wrapper by Rich Salz · 9 years ago
  82. 31b15b9 Update fuzz/README.md by Rich Salz · 9 years ago
  83. 0483f58 Simplify INCLUDE statements in build.info files by Richard Levitte · 9 years ago
  84. 352dbba fix 'set but not used' warning by Dr. Stephen Henson · 9 years ago
  85. a05b0bc Re-add x509 and crl fuzzer by Kurt Roeckx · 9 years ago
  86. 90d28f0 Run the fuzzing corpora as tests. by Ben Laurie · 9 years ago
  87. 03cb37a Add comment about X509_print by Alex Gaynor · 9 years ago
  88. f08c8c1 Add x509 and crl corpora by Kurt Roeckx · 9 years ago
  89. e1859d8 Add X509 and CRL fuzzer by Kurt Roeckx · 9 years ago
  90. d0ba311 Update fuzz corpora by Kurt Roeckx · 9 years ago
  91. 2dca984 Update fuzz corpora by Kurt Roeckx · 9 years ago
  92. 0a32065 include stdlib for malloc() and free() by Kurt Roeckx · 9 years ago
  93. ff2c608 Add fuzz corpora. by Ben Laurie · 9 years ago
  94. f59d013 Add support for fuzzing with AFL by Kurt Roeckx · 9 years ago
  95. 4a2c4c1 Add ct fuzzer. by Ben Laurie · 9 years ago
  96. 75a1122 Linkify libfuzzer. by Ben Laurie · 9 years ago
  97. e298cb1 Fuzz everything with every input. by Ben Laurie · 9 years ago
  98. e78fade Sort. by Ben Laurie · 9 years ago
  99. 44c8a5e Add final(?) set of copyrights. by Rich Salz · 9 years ago
  100. c38bb72 Add fuzzing! by Ben Laurie · 9 years ago