summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.c
AgeCommit message (Expand)Author
2011-09-23PR: 2606Dr. Stephen Henson
2010-11-02Submitted by: Jonathan Dixon <joth@chromium.org>Dr. Stephen Henson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-06-15Don't check self-signed signature in X509_verify_cert(), the check justDr. Stephen Henson
2008-07-13Update from HEAD.Dr. Stephen Henson
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-12-06Update from HEAD.Dr. Stephen Henson
2006-11-27Add RFC 3779 support, contributed by ARIN.Ben Laurie
2005-06-16Update from head.Dr. Stephen Henson
2005-06-05Old typo...Richard Levitte
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