aboutsummaryrefslogtreecommitdiff
path: root/fuzz
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Add OID for RPKI id-ct-signedChecklistJob Snijders1-0/+1
2021-03-31Add a local perl module to get year last changedRich Salz2-4/+25
2021-03-11Update copyright yearMatt Caswell3-3/+3
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli1-1/+2
2021-02-26fuzzer: add ctx gettable/settable to the fuzzer RNGPauli1-1/+2
2021-02-23RAND_METHOD deprecation: fuzzerPauli8-25/+187
2021-02-23RAND_METHOD deprecation: documentationPauli1-40/+0
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-16Test that X509_issuer_and_serial_hash doesn't crashMatt Caswell2-0/+2
2021-02-12Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders1-0/+1
2021-02-02Add some PKIX-RPKI objectsJob Snijders1-0/+12
2021-01-28Update copyright yearRichard Levitte2-2/+2
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2-9/+11
2020-12-19Fix 'no-deprecated'Richard Levitte1-7/+8
2020-12-17dsa: fuzzer deprecation changesPauli2-4/+7
2020-12-04fuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC,DEPECATED_3_0}Dr. David von Oheimb1-0/+3
2020-12-02Don't Overflow when printing Thawte Strong Extranet VersionMatt Caswell1-0/+0
2020-11-27Remove fuzzing of deprecated functions in a no-deprecated buildMatt Caswell1-1/+1
2020-11-18Deprecate RSA harderRichard Levitte2-1/+14
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-6/+6
2020-11-12[test/recipes] Split test_fuzz into separate recipesNicola Tuveri1-3/+3
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy1-0/+8
2020-09-13Fix safestack issues in cmp.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in ssl.hMatt Caswell2-4/+0
2020-09-11fuzz/test-corpus: check if PATH_MAX is already definedBiswapriyo Nath1-1/+1
2020-09-08Add 4 new OIDs for PKIX key purposes and 3 new CMP information typesDr. David von Oheimb1-0/+7
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb1-2/+2
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb1-1/+1
2020-07-1699-test_fuzz.t: Clean up and re-organize such that sub-tests could be split e...Dr. David von Oheimb1-1/+15
2020-07-05Fix typos and repeated wordsGustaf Neumann1-1/+1
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb1-1/+1
2020-05-15Update copyright yearMatt Caswell2-2/+2
2020-05-08Fix issues reported by markdownlintRich Salz1-8/+12
2020-04-28fuzz/asn1.c: Add missing #includeRichard Levitte1-0/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz3-0/+6
2020-04-23Update copyright yearMatt Caswell2-2/+2
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb4566-0/+271
2020-04-18Add a couple of hints to fuzz/README.mdDr. David von Oheimb1-12/+27
2020-04-17GOST cipher names adjustmentDmitry Belyavskiy1-6/+6
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-2/+2
2020-02-20Deprecate the low level RSA functions.Pauli1-1/+1
2020-02-12Deprecate the low level DSA functions.Pauli1-3/+3
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-0/+5
2020-01-07Make generated copyright year be "now"Rich Salz1-4/+2
2019-12-11Add support for otherName:NAIRealm in outputJan-Frederik Rieckers1-0/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-11-04Don't assume the type we read was the type we expectedMatt Caswell1-0/+0
2019-09-24Support printing out some otherName variantsDmitry Belyavskiy1-0/+3
2019-09-18Update fuzzing README for recent clang versionsBrian Chen1-32/+43