]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509v3/v3_purp.c
Remove /* foo.c */ comments
[thirdparty/openssl.git] / crypto / x509v3 / v3_purp.c
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-15  Dr. Stephen HensonFix self signed handling.
2015-09-22  Dr. Stephen HensonNew function X509_get0_subject_key_id()
2015-09-03  David WoodhouseRevert "OPENSSL_NO_xxx cleanup: RFC3779"
2015-09-03  Richard LevitteWin32 build fix: include internal/numbers.h to get...
2015-09-01  Dr. Stephen Hensonfunctions to retrieve certificate flags
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-03  Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-02-06  Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: RFC3779
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-04-15  Dr. Stephen HensonExtension checking fixes.
2012-12-15  Dr. Stephen HensonCheck chain is not NULL before assuming we have a valid...
2012-12-07  Ben LaurieFix OCSP checking.
2012-12-06  Dr. Stephen HensonFix two bugs which affect delta CRL handling:
2012-01-26  Dr. Stephen Hensonallow key agreement for SSL/TLS certificates
2010-02-25  Dr. Stephen HensonInclude self-signed flag in certificates by checking...
2010-02-24  Dr. Stephen Hensonadd anyExtendedKeyUsage OID
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-10-22  Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-12  Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
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-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-13  Dr. Stephen HensonWe support inhibit any policy extension, add to table.
2008-07-13  Dr. Stephen HensonX509 verification fixes.
2006-12-18  Nils Larschfix order
2006-12-06  Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-11-27  Ben LaurieAdd RFC 3779 support.
2006-09-14  Dr. Stephen HensonSupport for AKID in CRLs and partial support for IDP...
2006-07-24  Dr. Stephen HensonCache some CRL related extensions.
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2005-04-09  Richard LevitteAdded restrictions on the use of proxy certificates...
2004-12-28  Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-03  Dr. Stephen HensonV1 certificates that aren't self signed can't be accept...
2004-11-30  Richard LevitteSplit X509_check_ca() into a small self and an internal...
2004-11-29  Richard LevitteMake an explicit check during certificate validation...
2004-03-05  Dr. Stephen HensonVarious X509 fixes. Disable broken certificate workarounds
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-01-29  Richard LevitteDVCS (see RFC 3029) was missing among the possible...
2002-01-27  Bodo MöllerUndo previous change, X509_check_issued() was correct.
2002-01-26  Richard LevitteApply a small patch from Diego R. Lopez <diego.lopez...
2001-10-21  Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-05-10  Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-01  Dr. Stephen HensonTolerate some "variations" used in some
2001-01-17  Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-09-05  Dr. Stephen Henson*BIG* verify code reorganisation.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-06-01  Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-04  Dr. Stephen HensonFix for SSL server purpose checking
2000-03-07  Dr. Stephen HensonNew compatability trust and purpose settings.
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-07  Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
2000-01-21  Ulf MöllerSome more ifdefs for no-xxx options.
1999-12-03  Dr. Stephen HensonFix a bug in the modified purpose code: it wasn't updat...
1999-12-02  Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29  Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-27  Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-26  Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-16  Dr. Stephen HensonNew function X509_cmp().
1999-11-04  Dr. Stephen HensonAllow additional information to be attached to a
1999-10-25  Bodo MöllerImprove support for running everything as a monolithic...
1999-10-13  Dr. Stephen HensonInitial support for certificate purpose checking: this...