memset, memcpy, sizeof consistency fixes
[openssl.git] / crypto / x509 / x509_vfy.c
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-03-28 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen HensonFix verify algorithm.
2015-02-25 Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-02-25 Matt CaswellIn certain situations the server provided certificate...
2015-02-09 Dr. Stephen HensonRemove obsolete IMPLEMENT_ASN1_SET_OF
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: RFC3779
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-09-08 Paul SuhlerRT2841: Extra return in check_issued
2014-08-15 Rich SalzRT2751: Declare get_issuer_sk() earlier.
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-05 Viktor DukhovniSet optional peername when X509_check_host() succeeds.
2014-06-23 Viktor DukhovniOne more typo when changing !result to result <= 0
2014-06-23 Viktor DukhovniFix typo in last commit
2014-06-23 Viktor DukhovniMultiple verifier reference identities.
2014-06-23 Viktor DukhovniX509_check_mumble() failure is <= 0, not just 0
2014-06-22 Viktor DukhovniDrop hostlen from X509_VERIFY_PARAM_ID.
2014-05-25 Dr. Stephen HensonDon't use expired certificates if possible.
2014-05-25 Dr. Stephen HensonRename vpm_int.h to x509_lcl.h
2014-05-21 Viktor DukhovniFixes to host checking.
2014-03-03 Dr. Stephen HensonFor self signed root only indicate one error.
2014-02-14 Dr. Stephen HensonInclude TA in checks/callback with partial chains.
2014-02-14 Dr. Stephen HensonDon't do loop detection for self signed check.
2014-01-09 Dr. Stephen HensonFix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.
2013-12-13 Dr. Stephen HensonAdd opaque ID structure.
2013-12-13 Dr. Stephen HensonFix for partial chain notification.
2013-09-08 Dr. Stephen HensonPartial path fix.
2013-07-12 Dr. Stephen HensonFix verify loop with CRL checking.
2013-01-06 Ben LaurieFix warning.
2012-12-21 Dr. Stephen HensonMake partial chain checking work if we only have the...
2012-12-13 Dr. Stephen HensonNew verify flag to return success if we have any certif...
2012-12-06 Dr. Stephen HensonFix two bugs which affect delta CRL handling:
2012-12-05 Dr. Stephen HensonIntegrate host, email and IP address checks into X509_v...
2012-12-04 Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2012-08-03 Dr. Stephen HensonRename Suite B functions for consistency.
2012-08-03 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2012-03-05 Dr. Stephen Hensondon't do loop check for single self signed certificate
2011-09-23 Dr. Stephen HensonPR: 2606
2011-09-06 Dr. Stephen HensonInitialise X509_STORE_CTX properly so CRLs with nextUpd...
2010-12-25 Dr. Stephen Hensonavoid verification loops in trusted store when path...
2010-11-02 Dr. Stephen HensonSubmitted by: Jonathan Dixon <joth@chromium.org>
2010-02-25 Dr. Stephen Hensonadd -trusted_first option and verify flag
2010-02-25 Dr. Stephen Hensontidy verify code. xn not used any more and check for...
2010-02-25 Dr. Stephen HensonExperimental support for partial chain verification...
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 HensonUpdate from 1.0.0-stable.
2009-06-15 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
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.
next