summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-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-051-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-301-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
* Tidy up x509_vfy callback handlingViktor Dukhovni2016-04-031-2/+2
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-19/+37
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove useless locking codeAlessandro Ghedini2015-11-241-2/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-8/+13
* Remove useless codeAlessandro Ghedini2015-10-231-2/+0
* Embed X509_CINFDr. Stephen Henson2015-09-161-3/+1
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-3/+1
* remove 0 assignments.Rich Salz2015-09-031-18/+2
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-0/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-09-011-3/+3
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-09-011-2/+2
* Use enum for X509_LOOKUP_TYPERich Salz2015-05-281-2/+6
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free NULL cleanup 5aRich Salz2015-04-301-2/+5
* remove malloc castsRich Salz2015-04-281-4/+4
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-4/+0