summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_all.c
AgeCommit message (Expand)Author
2022-10-20Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon
2022-10-11Update copyright yearMatt Caswell
2022-09-10crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve codin...Dr. David von Oheimb
2022-09-10X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon
2022-09-10X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-08X509_digest_sig: Handle RSA-PSS and EDDSA certificatesTomas Mraz
2021-06-05Ensure libctx/propq is propagated when handling X509_REQMatt Caswell
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-03-30x509: fix coverity 1474471: NULL pointer dereferencePauli
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-18Fix PKCS7 potential segfaultShane Lontis
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-13Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-02-07Fix no-ecMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-06-28Support SM2 certificate signingPaul Yang
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-03-13Support SM2 certificate verification杨洋
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2017-09-28Use safestack.h exclusively internally.Pauli
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-13Fix no-ocspRichard Levitte