aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson2006-09-111-12/+45
* Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson2006-09-101-3/+92
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-251-2/+13
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-9/+19
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-4/+2
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-0/+11
* Allow various X509_STORE_CTX properties to beDr. Stephen Henson2001-05-091-2/+21
* Another superfluous pair of parentheses.Bodo Möller2000-09-061-1/+1
* Another round of indentation changes: Position braces consistently,Bodo Möller2000-09-061-56/+62
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-75/+166
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-4/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-1/+1
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-4/+4
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-2/+2
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-1/+4
* Initial chain verify code: not tested probably not workingDr. Stephen Henson1999-11-241-0/+13
* stackBen Laurie1999-06-021-11/+12
* Yet another stack.Ben Laurie1999-05-301-1/+1
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-091-1/+1
* Support verify_depth from the SSL API without need for user-definedBodo Möller1999-05-011-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2