aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-08-311-3/+3
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-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
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-613/+581
* More indent fixes for STACK_OFMatt Caswell2015-01-221-1/+1
* Fix indent issue with functions using STACK_OFMatt Caswell2015-01-221-2/+2
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Don't use expired certificates if possible.Dr. Stephen Henson2014-05-251-4/+18
* New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson2012-11-271-0/+11
* Don't ignore (\!) reference count in X509_STORE_freeDr. Stephen Henson2012-07-191-0/+13
* Minor compatibility fixes.Andy Polyakov2012-04-161-1/+1
* Fix X509_STORE lockingBodo Möller2010-02-191-39/+44
* PR: 2124Dr. Stephen Henson2009-12-091-1/+7
* Add "missing" function X509_STORE_set_verify_cb().Dr. Stephen Henson2009-10-181-0/+6
* Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2006-09-261-0/+2
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-171-20/+17