aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_trs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi2016-06-201-3/+0
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-151-4/+4
* Don't leak memory on X509_TRUST_add() error pathMatt Caswell2016-06-011-3/+9
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Compat self-signed trust with reject-only aux dataViktor Dukhovni2016-01-311-22/+31
* Check chain extensions also for trusted certificatesViktor Dukhovni2016-01-311-8/+11
* Make it possible to check for explicit auxiliary trustViktor Dukhovni2016-01-291-1/+1
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-271-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Reject when explicit trust EKU are set and none match.Viktor Dukhovni2016-01-201-0/+15
* Drop incorrect id == -1 case from X509_check_trustViktor Dukhovni2016-01-031-2/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* make X509_CERT_AUX opaqueDr. Stephen Henson2015-08-311-0/+1
* 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-3/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-1/+1
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-160/+181
* Experimental support for partial chain verification: if an intermediateDr. Stephen Henson2010-02-251-0/+9
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-1/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-2/+2
* Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte2003-06-111-0/+1
* Typo.Dr. Stephen Henson2001-10-201-1/+1
* Add missing variable length cipher flag for Blowfish.Dr. Stephen Henson2001-05-241-1/+2
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-0/+10
* Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2001-02-261-1/+2
* Comment and indentationBodo Möller2001-01-281-4/+4
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-0/+8
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+4
* New compatability trust and purpose settings.Dr. Stephen Henson2000-03-071-8/+9
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-3/+3
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-19/+42
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-38/+71
* Oops! Commit died on me :-(Dr. Stephen Henson1999-11-271-0/+207