summaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_purp.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-531/+598
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+4
* Extension checking fixes.Dr. Stephen Henson2014-04-151-3/+3
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-061-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-5/+5
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-8/+8
* Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson2008-09-011-2/+4
* Add support for CRLs partitioned by reason code.Dr. Stephen Henson2008-08-291-0/+10
* Support for policy mappings extension.Dr. Stephen Henson2008-08-121-0/+1
* Initial support for name constraints certificate extension.Dr. Stephen Henson2008-08-081-0/+5
* Add support for nameRelativeToCRLIssuer field in distribution point nameDr. Stephen Henson2008-08-041-2/+33
* We support inhibit any policy extension, add to table.Dr. Stephen Henson2008-07-131-1/+2
* X509 verification fixes.Dr. Stephen Henson2008-07-131-1/+2
* fix orderNils Larsch2006-12-181-1/+1
* Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson2006-12-061-2/+2
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+10
* Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson2006-09-141-32/+49
* Cache some CRL related extensions.Dr. Stephen Henson2006-07-241-0/+1
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+37
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-091-1/+3
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-281-2/+22
* V1 certificates that aren't self signed can't be accepted as CAs.Dr. Stephen Henson2004-12-031-2/+0
* Split X509_check_ca() into a small self and an internal functionRichard Levitte2004-11-301-11/+16
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-291-27/+23
* Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson2004-03-051-2/+3
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte2003-01-291-0/+4
* Undo previous change, X509_check_issued() was correct.Bodo Möller2002-01-271-1/+1
* Apply a small patch from Diego R. Lopez <diego.lopez@rediris.es>,Richard Levitte2002-01-261-1/+1
* Reject certificates with unhandled critical extensions.Dr. Stephen Henson2001-10-211-2/+52
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-0/+10
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Tolerate some "variations" used in someDr. Stephen Henson2001-02-011-2/+4
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-2/+32
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-2/+2
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-2/+63
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-7/+7
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-25/+30
* Fix for SSL server purpose checkingDr. Stephen Henson2000-05-041-14/+18
* New compatability trust and purpose settings.Dr. Stephen Henson2000-03-071-1/+8
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-4/+4
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-071-4/+4
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-211-0/+2
* Fix a bug in the modified purpose code: it wasn't updated to use theDr. Stephen Henson1999-12-031-1/+1
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-28/+63
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-15/+15
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-1/+1
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-30/+50