summaryrefslogtreecommitdiff
path: root/crypto/x509/x509_lu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change functions to ANSI C.Ulf Möller1999-04-191-69/+29
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-1/+1
* Add prototype, fix parameter passing bug.Ben Laurie1999-01-101-1/+1
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Make sure the already existing X509_STORE->depth variable is initializedRalf S. Engelschall1999-01-031-0/+1
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-3/+3
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-3/+10
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+439