Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / fuzz / server.c
2021-06-02 Paulifuzz: remove TODOs
2021-02-23 PauliRAND_METHOD deprecation: fuzzer
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-12-19 Richard LevitteFix 'no-deprecated'
2020-12-17 Paulidsa: fuzzer deprecation changes
2020-12-04 Dr. David von Oheimbfuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-09-13 Matt CaswellFix safestack issues in ssl.h
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11 Matt CaswellUpdate copyright year
2018-08-09 Matt CaswellFix no-comp
2018-07-16 Kurt RoeckxEnable all protocols and ciphers in the fuzzer
2017-10-16 Ben LaurieRemove unused variable.
2017-09-18 PauliStack sorting safety
2017-08-11 Rich SalzMove FuzzerSetRand to separate file.
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-04-27 Andy Polyakovfuzz/{client,server}.c: omit _time64 "overload method".
2017-04-19 Jon SpillettChange 64-bit time type for windows
2017-04-16 Kurt RoeckxOptionally check for early data
2017-04-16 Kurt RoeckxUse a fixed time when fuzzing.
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-01-09 Richard LevitteFix build issues with no-dh, no-dsa and no-ec
2017-01-06 Kurt RoeckxMake client and server fuzzer reproducible
2017-01-06 Kurt Roeckxserver fuzzer: add support for DSA and ECDSA
2016-12-16 Kurt RoeckxMake client and server fuzzer support all ciphers
2016-12-02 Kurt RoeckxMake the fuzzers more reproducible
2016-12-02 Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-12-02 Kurt RoeckxAdd a FuzzerClean() function
2016-12-02 Kurt RoeckxFix formatting of fuzzers
2016-11-01 Mike Aizatsky[fuzzers] do not fail fuzzers with empty input
2016-07-11 Viktor DukhovniDon't rely on implicit rsa.h inclusion
2016-07-01 Ben LaurieRun the fuzzing corpora as tests.
2016-06-04 Kurt RoeckxAdd support for fuzzing with AFL
2016-05-07 Ben LaurieAdd fuzzing!