summaryrefslogtreecommitdiff
path: root/crypto/x509/x509_err.c
Commit message (Expand)AuthorAgeFilesLines
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-241-1/+3
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2020-09-111-0/+7
* Fix some places where X509_up_ref is usedBernd Edlinger2020-05-181-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-0/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-106/+1
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-0/+2
* Support SM2 certificate signingPaul Yang2019-06-281-0/+4
* Support SM2 certificate verification杨洋2019-03-131-1/+3
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-301-0/+2
* Add missing malloc-return-null instanceRich Salz2018-04-241-0/+2
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-1/+11
* make error tables const and separate header fileRich Salz2017-06-071-104/+125
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-1/+5
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* make updateRichard Levitte2016-06-201-0/+1
* Remove unused error/function codes.Rich Salz2016-05-231-1/+0
* X509_STORE_CTX accessors.Rich Salz2016-05-171-8/+2
* Add checks to X509_NAME_oneline()Dr. Stephen Henson2016-04-291-52/+8
* Make many X509_xxx types opaque.Rich Salz2016-04-151-0/+2
* Fix X509_PUBKEY cached key handling.Dr. Stephen Henson2016-04-021-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-071-0/+2
* X509_verify_cert() cleanupViktor Dukhovni2016-01-031-0/+1
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-1/+1
* Rebuild error source files.Dr. Stephen Henson2015-11-051-6/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-98/+112
* initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson2012-12-041-1/+9
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-0/+3
* Fix more error codes.Bodo Möller2005-05-111-3/+6
* Rebuild error codes.Dr. Stephen Henson2005-04-121-68/+72
* Add functionality to help making self-signed certificate.Richard Levitte2003-04-031-1/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-0/+2
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-0/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-2/+2
* Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson2000-01-191-0/+1
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-061-0/+6
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-1/+2
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-1/+3
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-0/+1