aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_ncons.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+5
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-4/+5
2015-04-30free cleanup 12Rich Salz1-4/+2
2015-03-25make X509_NAME opaqueDr. Stephen Henson1-0/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-398/+370
2015-01-06RT3662: Allow leading . in nameConstraintsDr. Stephen Henson1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+2
2014-05-23OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca1-0/+35
2010-10-11PR: 2295Dr. Stephen Henson1-1/+0
2009-05-30Update from 1.0.0-stable.Dr. Stephen Henson1-0/+5
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-13/+13
2008-09-15Fix build warnings.Geoff Thorpe1-2/+2
2008-08-08Initial support for name constraints certificate extension.Dr. Stephen Henson1-0/+281
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2003-03-24Support for name constraints.Dr. Stephen Henson1-0/+220