]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x509_vfy.c
Add NULL checks from master
[thirdparty/openssl.git] / crypto / x509 / x509_vfy.c
2015-05-13  Rich SalzAdd NULL checks from master
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_0-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellAdditional comment changes for reformat of 1.0.0
2015-01-22  Matt CaswellFurther comment amendments to preserve formatting prior...
2014-01-09  Dr. Stephen HensonFix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.
2013-08-06  Dr. Stephen HensonFix verify loop with CRL checking.
2012-12-06  Dr. Stephen HensonFix two bugs which affect delta CRL handling:
2012-02-27  Dr. Stephen Hensonxn is never actually used, remove it
2011-09-23  Dr. Stephen HensonPR: 2606
2011-09-06  Dr. Stephen HensonInitialise X509_STORE_CTX properly so CRLs with nextUpd...
2010-11-02  Dr. Stephen HensonSubmitted by: Jonathan Dixon <joth@chromium.org>
2009-11-17  Dr. Stephen HensonPR: 2103
2009-10-31  Dr. Stephen HensonAdd missing functions to allow access to newer X509_STO...
2009-10-23  Dr. Stephen HensonIf not checking all certificates don't attempt to find...
2009-10-22  Dr. Stephen HensonNeed to check <= 0 here.
2009-09-04  Dr. Stephen HensonOops, s can be NULL
2009-09-02  Dr. Stephen HensonPR: 2013
2009-06-26  Dr. Stephen HensonAllow checking of self-signed certifictes if a flag...
2009-06-15  Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-04-15  Dr. Stephen HensonPR: 1899
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-10-07  Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-09-15  Geoff ThorpeFix build warnings.
2008-09-07  Ben LaurieFix warning.
2008-09-01  Dr. Stephen HensonInitial support for delta CRLs. If "use deltas" flag...
2008-08-29  Dr. Stephen HensonAdd support for CRLs partitioned by reason code.
2008-08-20  Dr. Stephen HensonInitial indirect CRL support.
2008-08-13  Dr. Stephen HensonInitial support for CRL path validation. This supports...
2008-08-12  Dr. Stephen HensonInitial code to support distinct certificate and CRL...
2008-08-12  Dr. Stephen HensonSupport for policy mappings extension.
2008-08-08  Dr. Stephen HensonInitial support for name constraints certificate extension.
2008-08-04  Dr. Stephen HensonAdd support for nameRelativeToCRLIssuer field in distri...
2008-07-30  Dr. Stephen HensonInitial support for alternative CRL issuing certificates.
2008-07-13  Dr. Stephen HensonX509 verification fixes.
2008-02-28  Dr. Stephen HensonAvoid warnings.
2007-09-07  Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-02-07  Richard LevitteAfter objects have been freed, NULLify the pointers...
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-12-11  Nils Larschuse const ASN1_TIME *
2006-12-06  Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-11-27  Ben LaurieAdd RFC 3779 support.
2006-09-21  Dr. Stephen HensonTidy up CRL handling by checking for critical extension...
2006-09-17  Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-09-14  Dr. Stephen HensonSupport for AKID in CRLs and partial support for IDP...
2006-09-11  Dr. Stephen HensonFixes for new CRL/cert callbacks. Update CRL processing...
2006-09-10  Dr. Stephen HensonAdd verify callback functions to lookup a STACK of...
2006-07-25  Dr. Stephen HensonSupport for multiple CRLs with same issuer name in...
2005-06-05  Richard LevitteOld typo...
2005-05-27  Dr. Stephen HensonAssing check_{cert,crl}_time to 'ok' variable so it...
2005-05-11  Bodo MöllerFix more error codes.
2005-04-20  Dr. Stephen HensonRename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-19  Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-10  Dr. Stephen HensonMove allow_proxy_certs declaration to start of function.
2005-04-09  Richard LevitteAdded restrictions on the use of proxy certificates...
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-01-17  Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2004-12-28  Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-29  Richard LevitteMake an explicit check during certificate validation...
2004-10-04  Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-10-01  Dr. Stephen HensonDon't use C++ reserved work "explicit".
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-03-27  Dr. Stephen HensonAllow CRLs to be passed into X509_STORE_CTX. This is...
2004-03-05  Dr. Stephen HensonVarious X509 fixes. Disable broken certificate workarounds
2003-09-30  Dr. Stephen HensonASN1 parse fix and release file changes.
2003-06-04  Dr. Stephen HensonReally get X509_CRL_CHECK_ALL right this time...
2002-12-10  Richard LevitteA memset() too many got converted into a OPENSSL_cleanse().
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-18  Richard LevitteA variable of type time_t is supposed to be a time...
2002-02-23  Dr. Stephen HensonUpdates from stable branch.
2001-10-21  Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-12  Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-07-30  Lutz JänickeDon't miss files...
2001-05-09  Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-05-07  Dr. Stephen HensonInitial CRL based revocation checking.
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-01-28  Bodo MöllerComment and indentation
2001-01-20  Dr. Stephen HensonFix to stop X509_time_adj() using GeneralizedTime.
2000-12-15  Bodo MöllerLocking issues.
2000-09-22  Dr. Stephen HensonOnly use the new informational verify codes if we
2000-09-06  Bodo MöllerAnother round of indentation changes: Position braces...
2000-09-06  Bodo MöllerMore indentation consistency: for (), while (), if...
2000-09-06  Bodo MöllerFix X509_STORE_CTX_init. Make indentation more consist...
2000-09-05  Dr. Stephen HensonFix typo in rsautl.
2000-09-05  Dr. Stephen Henson*BIG* verify code reorganisation.
2000-08-21  Dr. Stephen HensonVarious fixes...
2000-07-26  Dr. Stephen HensonMake NEG_PUBKEY_BUG on by default.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-03-07  Dr. Stephen HensonNew compatability trust and purpose settings.
2000-03-02  Dr. Stephen HensonFix bug which would free up a public key
2000-02-26  Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26  Dr. Stephen HensonRename functions for new convention.
2000-02-11  Ben LaurieCorrect time in seconds instead of minutes.
2000-01-30  Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-09  Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
1999-11-29  Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-11-29  Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
next