aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_info.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-03GH769: Reuse strndup()Dmitry-Me1-3/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
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-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-3/+4
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz1-3/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-110/+127
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-2/+2
2005-05-11Fix more error codes.Bodo Möller1-5/+5
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-5/+6
2003-03-24Support for name constraints.Dr. Stephen Henson1-2/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2002-06-13The new ASN1 code automatically allocatesDr. Stephen Henson1-0/+1
2001-10-27Add support for Subject Info Acess extension.Dr. Stephen Henson1-0/+9
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-2/+2
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-1/+1
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-7/+5
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-79/+19
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+9
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-6/+6
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-1/+1
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
1999-11-23Support for authority information access extension.Dr. Stephen Henson1-0/+236