summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.c
AgeCommit message (Expand)Author
2006-11-27Add RFC 3779 support.Ben Laurie
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson
2006-09-17Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson
2006-09-14Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson
2006-09-11Fixes for new CRL/cert callbacks. Update CRL processing code to use newDr. Stephen Henson
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson
2005-06-05Old typo...Richard Levitte
2005-05-27Assing check_{cert,crl}_time to 'ok' variable so it returns errors onDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-20Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.Dr. Stephen Henson
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-10Move allow_proxy_certs declaration to start of function.Dr. Stephen Henson
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-11-29Make an explicit check during certificate validation to see that theRichard Levitte
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-10-01Don't use C++ reserved work "explicit".Dr. Stephen Henson
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson
2004-03-05Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson
2003-06-04Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-18A variable of type time_t is supposed to be a time measurement starting atRichard Levitte
2002-02-23Updates from stable branch.Dr. Stephen Henson
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-07-30Don't miss files...Lutz Jänicke
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-28Comment and indentationBodo Möller
2001-01-20Fix to stop X509_time_adj() using GeneralizedTime.Dr. Stephen Henson
2000-12-15Locking issues.Bodo Möller
2000-09-22Only use the new informational verify codes if weDr. Stephen Henson
2000-09-06Another round of indentation changes: Position braces consistently,Bodo Möller
2000-09-06More indentation consistency: for (), while (), if (), return ()Bodo Möller
2000-09-06Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less o...Bodo Möller
2000-09-05Fix typo in rsautl.Dr. Stephen Henson
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-07-26Make NEG_PUBKEY_BUG on by default.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-07New compatability trust and purpose settings.Dr. Stephen Henson