summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_ncons.c
AgeCommit message (Expand)Author
2018-05-29Update copyright yearMatt Caswell
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-01-25Few nit'sFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY
2016-05-17Copyright consolidation 07/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-04-30free cleanup 12Rich Salz
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-06RT3662: Allow leading . in nameConstraintsDr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-05-23OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca
2010-10-11PR: 2295Dr. Stephen Henson
2009-05-30Update from 1.0.0-stable.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-09-15Fix build warnings.Geoff Thorpe
2008-08-08Initial support for name constraints certificate extension.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2003-03-24Support for name constraints.Dr. Stephen Henson