aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x509_lu.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Remove useless locking codeAlessandro Ghedini1-2/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-8/+13
2015-10-23Remove useless codeAlessandro Ghedini1-2/+0
2015-09-16Embed X509_CINFDr. Stephen Henson1-3/+1
2015-09-16X509_CRL_INFO embedDr. Stephen Henson1-3/+1
2015-09-03remove 0 assignments.Rich Salz1-18/+2
2015-09-02make X509_CRL opaqueDr. Stephen Henson1-0/+1
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-3/+3
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson1-2/+2
2015-05-28Use enum for X509_LOOKUP_TYPERich Salz1-2/+6
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-4/+4
2015-04-30free NULL cleanup 5aRich Salz1-2/+5
2015-04-28remove malloc castsRich Salz1-4/+4
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-4/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-613/+581
2015-01-22More indent fixes for STACK_OFMatt Caswell1-1/+1
2015-01-22Fix indent issue with functions using STACK_OFMatt Caswell1-2/+2
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-05-25Don't use expired certificates if possible.Dr. Stephen Henson1-4/+18
2012-11-27New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson1-0/+11
2012-07-19Don't ignore (\!) reference count in X509_STORE_freeDr. Stephen Henson1-0/+13
2012-04-16Minor compatibility fixes.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 "missing" function X509_STORE_set_verify_cb().Dr. 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