summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_x509.c
AgeCommit message (Expand)Author
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2021-10-25X509_dup: Avoid duplicating the embedded EVP_PKEYTomas Mraz
2021-06-12d2i_X509: revert calling X509v3_cache_extensions()Dr. David von Oheimb
2021-06-05Give ASN.1 objects the ability to report their libctx/propqMatt Caswell
2021-06-05Make sure X509_dup() also dup's any associated EVP_PKEYMatt Caswell
2021-06-05Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell
2021-05-13x509: fix a dangling pointerPauli
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_ symbol to x509 policyShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-13d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()Dr. David von Oheimb
2020-12-04Fix X509 propq so it does not use referencesShane Lontis
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
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-13Fix safestack issues in x509v3.hMatt Caswell
2020-08-21x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()Dr. David von Oheimb
2020-08-09Add internal method x509_set0_libctx().Shane Lontis
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
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
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-01remove old unused oneline name fieldDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-18Drop cached certificate signature validity flagViktor Dukhovni