summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Add OID for RPKI id-ct-signedChecklistJob Snijders2021-05-121-0/+1
* Add a local perl module to get year last changedRich Salz2021-03-312-4/+25
* Update copyright yearMatt Caswell2021-03-113-3/+3
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+2
* fuzzer: add ctx gettable/settable to the fuzzer RNGPauli2021-02-261-1/+2
* RAND_METHOD deprecation: fuzzerPauli2021-02-238-25/+187
* RAND_METHOD deprecation: documentationPauli2021-02-231-40/+0
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Test that X509_issuer_and_serial_hash doesn't crashMatt Caswell2021-02-162-0/+2
* Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders2021-02-121-0/+1
* Add some PKIX-RPKI objectsJob Snijders2021-02-021-0/+12
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-262-9/+11
* Fix 'no-deprecated'Richard Levitte2020-12-191-7/+8
* dsa: fuzzer deprecation changesPauli2020-12-172-4/+7
* fuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC,DEPECATED_3_0}Dr. David von Oheimb2020-12-041-0/+3
* Don't Overflow when printing Thawte Strong Extranet VersionMatt Caswell2020-12-021-0/+0
* Remove fuzzing of deprecated functions in a no-deprecated buildMatt Caswell2020-11-271-1/+1
* Deprecate RSA harderRichard Levitte2020-11-182-1/+14
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* [test/recipes] Split test_fuzz into separate recipesNicola Tuveri2020-11-121-3/+3
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy2020-10-051-0/+8
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-132-4/+0
* fuzz/test-corpus: check if PATH_MAX is already definedBiswapriyo Nath2020-09-111-1/+1
* Add 4 new OIDs for PKIX key purposes and 3 new CMP information typesDr. David von Oheimb2020-09-081-0/+7
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-2/+2
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-1/+1
* 99-test_fuzz.t: Clean up and re-organize such that sub-tests could be split e...Dr. David von Oheimb2020-07-161-1/+15
* Fix typos and repeated wordsGustaf Neumann2020-07-051-1/+1
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-1/+1
* Update copyright yearMatt Caswell2020-05-152-2/+2
* Fix issues reported by markdownlintRich Salz2020-05-081-8/+12
* fuzz/asn1.c: Add missing #includeRichard Levitte2020-04-281-0/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-243-0/+6
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb2020-04-184566-0/+271
* Add a couple of hints to fuzz/README.mdDr. David von Oheimb2020-04-181-12/+27
* GOST cipher names adjustmentDmitry Belyavskiy2020-04-171-6/+6
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-2/+2
* Deprecate the low level RSA functions.Pauli2020-02-201-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-3/+3
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+5
* Make generated copyright year be "now"Rich Salz2020-01-071-4/+2
* Add support for otherName:NAIRealm in outputJan-Frederik Rieckers2019-12-111-0/+1
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-2/+2
* Don't assume the type we read was the type we expectedMatt Caswell2019-11-041-0/+0
* Support printing out some otherName variantsDmitry Belyavskiy2019-09-241-0/+3
* Update fuzzing README for recent clang versionsBrian Chen2019-09-181-32/+43