]> git.ipfire.org Git - thirdparty/openssl.git/history - fuzz
cmp_client.c: add comment on certConf and add 'ossl_unused' to two functions
[thirdparty/openssl.git] / fuzz /
2023-06-01  Kurt RoeckxAdd PEM fuzzer
2023-05-22  Dragan ZuvicAdding some selected MS OIDs for #19630 added ms-corp...
2023-05-08  Matt CaswellUpdate the corpora submodule
2023-05-01  Matt CaswellUpdate the corpora
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-11  Tomas MrazAdd openssl/fuzz-corpora repository as submodule
2023-04-11  Tomas MrazRemove fuzz corpora data from the repository
2023-03-01  Hardik ShahAdd fuzz test for v3name
2023-02-27  Alex GaynorAdded a fuzzer for SMIME
2022-11-29  Xu Yizhouobj: Add SM4 XTS OID
2022-11-17  Richard LevitteUse <openssl/e_os2.h> rather than <stdint.h>
2022-11-10  Paulifuzz: add punycode decoder fuzz test
2022-10-03  Job SnijdersAdd Content Type OID for RPKI id-ct-signedTAL
2022-09-23  Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-15  K1Add support for PBE using hmacWithSM3
2022-06-28  Lutz JaenickeObjects: Add OIDs needed for CAdES-Processing
2022-06-28  Jiasheng Jiangfuzz/asn1.c: Add check for ASN1_item_i2d
2022-05-04  Dr. David von Oheimbobjects.txt: Add newly registered OIDs according to...
2022-05-03  Matt CaswellUpdate copyright year
2022-03-16  tangyiquncheck return value of functions that call BIO_new()
2022-02-28  Jiasheng Jiangfuzz/fuzz_rand.c: Add check for OSSL_LIB_CTX_new
2022-02-20  Jiasheng Jiangfuzz/asn1.c: Add missing check for BIO_new
2022-01-03  Dr. David von OheimbUpdate troublesome copyright years of auto-generated...
2021-11-11  Job SnijdersAdd OID for RPKI id-ct-ASPA
2021-10-05  Tianjia Zhangobj: Add SM4 GCM/CCM OID
2021-09-23  Tavis Ormandyincrease x509 code coverage metrics
2021-08-24  Matt CaswellFix the error handling in i2v_AUTHORITY_KEYID
2021-06-17  Matt CaswellUpdate copyright year
2021-06-15  Dr. David von Oheimbfuzz/asn1parse.c: Clean up non-portable code and catch...
2021-06-11  Tomas Mrazfuzz/asn1parse: Use BIO_s_mem() as fallback output
2021-06-02  Paulifuzz: remove TODOs
2021-05-26  Rich SalzUse "" for include internal/xxx
2021-05-12  Job SnijdersAdd OID for RPKI id-ct-signedChecklist
2021-03-31  Rich SalzAdd a local perl module to get year last changed
2021-03-11  Matt CaswellUpdate copyright year
2021-02-28  Pauliprov: update rand implementations to have a params...
2021-02-26  Paulifuzzer: add ctx gettable/settable to the fuzzer RNG
2021-02-23  PauliRAND_METHOD deprecation: fuzzer
2021-02-23  PauliRAND_METHOD deprecation: documentation
2021-02-18  Matt CaswellUpdate copyright year
2021-02-16  Matt CaswellTest that X509_issuer_and_serial_hash doesn't crash
2021-02-12  Job SnijdersAdd OID for draft-ietf-opsawg-finding-geofeeds detached...
2021-02-02  Job SnijdersAdd some PKIX-RPKI objects
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-12-02  Matt CaswellDon't Overflow when printing Thawte Strong Extranet...
2020-11-27  Matt CaswellRemove fuzzing of deprecated functions in a no-deprecat...
2020-11-18  Richard LevitteDeprecate RSA harder
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-12  Nicola Tuveri[test/recipes] Split test_fuzz into separate recipes
2020-10-15  Matt CaswellUpdate copyright year
2020-10-05  Dmitry BelyavskiySome OIDs used in Russian X.509 certificates.
2020-09-13  Matt CaswellFix safestack issues in cmp.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-09-11  Biswapriyo Nathfuzz/test-corpus: check if PATH_MAX is already defined
2020-09-08  Dr. David von OheimbAdd 4 new OIDs for PKIX key purposes and 3 new CMP...
2020-08-21  Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-07-30  Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-16  Dr. David von Oheimb99-test_fuzz.t: Clean up and re-organize such that...
2020-07-04  Gustaf NeumannFix typos and repeated words
2020-06-13  Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-05-15  Matt CaswellUpdate copyright year
2020-05-08  Rich SalzFix issues reported by markdownlint
2020-04-27  Richard Levittefuzz/asn1.c: Add missing #include
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-18  Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-18  Dr. David von OheimbAdd a couple of hints to fuzz/README.md
2020-04-17  Dmitry BelyavskiyGOST cipher names adjustment
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.
2020-01-07  Rich SalzMake generated copyright year be "now"
2019-12-11  Jan-Frederik RieckersAdd support for otherName:NAIRealm in output
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-11-04  Matt CaswellDon't assume the type we read was the type we expected
2019-09-24  Dmitry BelyavskiySupport printing out some otherName variants
2019-09-18  Brian ChenUpdate fuzzing README for recent clang versions
2019-09-12  Richard LevitteDeprecate ERR_get_state()
2019-08-29  Matt CaswellUpdate fuzz README.md
2019-07-01  PauliAdd OIDs for kmac128, kmac256 and blake2.
2019-05-29  FdaSilvaYYFuzz: add a few more types into Fuzzing for ESS
2019-05-22  voevFix GOST OID
2019-03-13  杨洋Support SM2 certificate verification
2019-01-22  Richard LevitteBuild: Change all _NO_INST to use attributes instead.
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
2018-11-20  Matt CaswellUpdate copyright year
2018-11-04  PauliGMAC implementation
2018-10-17  cclaussprint() is a function in Python 3
2018-09-12  Brian 'geeknik'... Update README.md
2018-09-11  Matt CaswellUpdate copyright year
2018-09-07  Patrick Steuerfuzz/driver.c: appease -Wmissing-prototypes
2018-08-23  Kurt RoeckxUpdate fuzz corpora
2018-08-09  Matt CaswellFix no-comp
next