aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_purp.c
Commit message (Expand)AuthorAgeFilesLines
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-4/+4
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-2/+2
* Fix self signed handling.Dr. Stephen Henson2015-10-151-9/+10
* New function X509_get0_subject_key_id()Dr. Stephen Henson2015-09-221-0/+7
* Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse2015-09-031-0/+4
* Win32 build fix: include internal/numbers.h to get UIN32_MAXRichard Levitte2015-09-031-0/+1
* functions to retrieve certificate flagsDr. Stephen Henson2015-09-011-0/+22
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+3
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-3/+2
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* OPENSSL_NO_xxx cleanup: RFC3779Rich Salz2015-01-271-4/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-541/+609
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Extension checking fixes.Dr. Stephen Henson2014-04-151-3/+3
* Check chain is not NULL before assuming we have a validated chain.Dr. Stephen Henson2012-12-151-1/+1
* Fix OCSP checking.Ben Laurie2012-12-071-1/+1
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-061-2/+2
* allow key agreement for SSL/TLS certificatesDr. Stephen Henson2012-01-261-4/+9
* Include self-signed flag in certificates by checking SKID/AKID as wellDr. Stephen Henson2010-02-251-3/+8
* add anyExtendedKeyUsage OIDDr. Stephen Henson2010-02-241-0/+4
* 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