summaryrefslogtreecommitdiff
path: root/crypto/x509/x_x509.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* X509_dup: Avoid duplicating the embedded EVP_PKEYTomas Mraz2021-10-251-17/+2
* d2i_X509: revert calling X509v3_cache_extensions()Dr. David von Oheimb2021-06-121-24/+1
* Give ASN.1 objects the ability to report their libctx/propqMatt Caswell2021-06-051-0/+14
* Make sure X509_dup() also dup's any associated EVP_PKEYMatt Caswell2021-06-051-0/+17
* Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell2021-06-051-1/+1
* x509: fix a dangling pointerPauli2021-05-131-1/+3
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-1/+1
* Add ossl_ x509 symbolsShane Lontis2021-03-181-4/+4
* Add ossl_ symbol to x509 policyShane Lontis2021-03-181-3/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()Dr. David von Oheimb2021-01-131-1/+5
* Fix X509 propq so it does not use referencesShane Lontis2020-12-041-6/+14
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-271-0/+11
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+2
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-4/+0
* x_x509.c: Simplify X509_new_with_libctx() using x509_set0_libctx()Dr. David von Oheimb2020-08-211-4/+1
* Add internal method x509_set0_libctx().Shane Lontis2020-08-091-0/+14
* Add X509 related libctx changes.Shane Lontis2020-07-241-1/+30
* include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte2020-04-291-0/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* X509: Rename X509_set0_sm2_id() and friendsRichard Levitte2020-03-151-16/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Support SM2 certificate signingPaul Yang2019-06-281-0/+3
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-091-3/+10
* Support SM2 certificate verification杨洋2019-03-131-0/+12
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-3/+2
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+23
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-2/+4
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* More updates following review feedbackMatt Caswell2017-08-211-3/+0
* Remove OPENSSL_assert() from crypto/x509Matt Caswell2017-08-211-1/+2
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Properly initialise the internal proxy certificate path length cacheRichard Levitte2016-07-231-0/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-2/+52
* Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson2016-05-021-2/+3
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+2
* Ensure we check i2d_X509 return valMatt Caswell2016-04-261-3/+12
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-1/+1
* remove old unused oneline name fieldDr. Stephen Henson2016-03-011-7/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Drop cached certificate signature validity flagViktor Dukhovni2016-01-181-1/+0