aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lu.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-13/+13
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-17/+15
* Fix safestack issues in x509_vfy.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-15/+4
* Add X509 related libctx changes.Shane Lontis2020-07-241-16/+37
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* 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-31/+36
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-0/+35
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix error handling in x509_lu.cBernd Edlinger2019-09-051-9/+27
* Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis2019-07-311-5/+5
* Cleanup use of X509 STORE locksShane Lontis2019-07-181-37/+40
* Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell2019-04-091-0/+3
* Fix compilation with `-DREF_PRINT`Anna Henningsen2019-01-131-1/+1
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Harmonize use of sk_TYPE_find's return value.Andy Polyakov2018-08-071-5/+6
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-301-2/+45
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-21/+34
* Don't crash if there are no trusted certsMatt Caswell2018-04-191-2/+13
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-39/+24
* Remove duplicate X509_OBJECT free function.David Benjamin2017-03-211-16/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Add -Wswitch-enumRich Salz2016-09-221-4/+4
* Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY2016-08-041-2/+2
* Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson2016-07-261-14/+6
* Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson2016-07-261-12/+15
* Remove current_method from X509_STORE_CTXDr. Stephen Henson2016-07-261-7/+2
* Add X509_STORE lock and unlock functionsRichard Levitte2016-07-251-0/+10
* Add setter and getter for X509_STORE's check_policyRichard Levitte2016-07-251-0/+11
* Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte2016-07-251-8/+109
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-12/+22
* Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY2016-06-041-2/+2
* X509_STORE_CTX accessors.Rich Salz2016-05-171-59/+68
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-5/+4
* Fix some X509_STORE macrosMatt Caswell2016-04-291-0/+5
* Add getters for X509_STORE and X509_OBJECT membersChristian Heimes2016-04-281-0/+15
* GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi2016-04-271-0/+10
* Make many X509_xxx types opaque.Rich Salz2016-04-151-1/+32