aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_lu.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_0-post-reformatMatt Caswell1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-587/+554
2015-01-22Fix indent issue with functions using STACK_OFMatt Caswell1-2/+2
2015-01-22Additional comment changes for reformat of 1.0.0Matt Caswell1-1/+1
2015-01-22mark all block comments that need format preserving so thatTim Hudson1-1/+2
2012-04-16Minor compatibility fixes [from HEAD].Andy Polyakov1-1/+1
2010-02-19Fix X509_STORE lockingBodo Möller1-39/+44
2009-12-09PR: 2124Dr. Stephen Henson1-1/+7
2009-10-18Add new function X509_STORE_set_verify_cb and use it in appsDr. Stephen Henson1-0/+6
2006-09-26Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson1-0/+2
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson1-20/+17
2006-09-11Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson1-12/+45
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson1-3/+92
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson1-2/+13
2005-05-11Fix more error codes.Bodo Möller1-1/+1
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-9/+19
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-4/+2
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson1-0/+11
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson1-2/+21
2000-09-06Another superfluous pair of parentheses.Bodo Möller1-1/+1
2000-09-06Another round of indentation changes: Position braces consistently,Bodo Möller1-56/+62
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson1-75/+166
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller1-4/+9
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-8/+8
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-1/+1
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-4/+4
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1-2/+2
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1-1/+4
1999-11-24Initial chain verify code: not tested probably not workingDr. Stephen Henson1-0/+13
1999-06-02stackBen Laurie1-11/+12
1999-05-30Yet another stack.Ben Laurie1-1/+1
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1-1/+1
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller1-1/+1
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-69/+29
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-1/+1
1999-01-10Add prototype, fix parameter passing bug.Ben Laurie1-1/+1
1999-01-07Accept NULL in *_free.Ben Laurie1-0/+3
1999-01-03Make sure the already existing X509_STORE->depth variable is initializedRalf S. Engelschall1-0/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-3/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-3/+10
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+439