summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_purp.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-437/+508
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+4
* Change old obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Update from HEAD.Dr. Stephen Henson2008-07-131-1/+2
* Update from HEAD.Dr. Stephen Henson2008-07-131-1/+2
* Update from HEAD.Dr. Stephen Henson2006-12-061-2/+2
* Add RFC 3779 support, contributed by ARIN.Ben Laurie2006-11-271-0/+10
* 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
* New function X509_cmp().Dr. Stephen Henson1999-11-161-1/+3
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-3/+3
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-11/+42
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+366