OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / fuzz / asn1.c
7 days ago Richard LevitteCopyright year updates
2024-02-21 Matt CaswellDon't print excessively long ASN1 items in fuzzer
2022-06-28 Jiasheng Jiangfuzz/asn1.c: Add check for ASN1_item_i2d
2022-05-03 Matt CaswellUpdate copyright year
2022-02-20 Jiasheng Jiangfuzz/asn1.c: Add missing check for BIO_new
2021-05-26 Rich SalzUse "" for include internal/xxx
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-17 Paulidsa: fuzzer deprecation changes
2020-11-27 Matt CaswellRemove fuzzing of deprecated functions in a no-deprecat...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-04-27 Richard Levittefuzz/asn1.c: Add missing #include
2020-04-23 Matt CaswellUpdate copyright year
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2019-05-29 FdaSilvaYYFuzz: add a few more types into Fuzzing for ESS
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2017-11-03 Benjamin KadukConditionalize fuzz tests on feature macros
2017-11-03 Kurt RoeckxASN1 fuzzer: Use d2i_TYPE / i2d_TYPE functions
2017-08-11 Rich SalzMove FuzzerSetRand to separate file.
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-04-16 Kurt RoeckxMake x509 and asn1 fuzzer reproducible
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 1
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2016-12-08 Kurt RoeckxMake asn1 fuzzer more reproducible
2016-12-02 Kurt RoeckxAdd a FuzzerClean() function
2016-12-02 Kurt RoeckxFix formatting of fuzzers
2016-08-01 Ben LaurieInclude what we use.
2016-08-01 Ben LaurieFix various no-*s.
2016-07-20 Kurt RoeckxAdd all publicly avaiable asn1 types to the asn1 fuzzer.
2016-07-16 Kurt Roeckxfuzzers: print and convert it back
2016-07-06 Rich SalzAdd OPENSSL_NO_EC wrapper
2016-07-01 Ben LaurieRun the fuzzing corpora as tests.
2016-06-04 Kurt RoeckxAdd support for fuzzing with AFL
2016-06-03 Ben LaurieFuzz everything with every input.
2016-05-07 Ben LaurieAdd fuzzing!