summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_ncons.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Skip CN DNS name constraint checks when not neededViktor Dukhovni2018-05-231-23/+8
* Limit scope of CN name constraintsViktor Dukhovni2018-05-231-18/+125
* Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell2017-10-261-7/+46
* Guard against DoS in name constraints handling.David Benjamin2017-09-221-1/+30
* Move e_os.h to be the very first include.Pauli2017-08-301-2/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+3
* Few nit'sFdaSilvaYY2017-01-251-0/+1
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-231-1/+2
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-111-0/+46
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-151-2/+2
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+5
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-4/+5
* free cleanup 12Rich Salz2015-04-301-4/+2
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-398/+370
* RT3662: Allow leading . in nameConstraintsDr. Stephen Henson2015-01-061-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+2
* OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca2014-05-231-0/+35
* PR: 2295Dr. Stephen Henson2010-10-111-1/+0
* Update from 1.0.0-stable.Dr. Stephen Henson2009-05-301-0/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-13/+13
* Fix build warnings.Geoff Thorpe2008-09-151-2/+2
* Initial support for name constraints certificate extension.Dr. Stephen Henson2008-08-081-0/+281
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Support for name constraints.Dr. Stephen Henson2003-03-241-0/+220