aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_info.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* GH769: Reuse strndup()Dmitry-Me2016-03-031-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-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
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-3/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-110/+127
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-2/+2
* Fix more error codes.Bodo Möller2005-05-111-5/+5
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-5/+6
* Support for name constraints.Dr. Stephen Henson2003-03-241-2/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* The new ASN1 code automatically allocatesDr. Stephen Henson2002-06-131-0/+1
* Add support for Subject Info Acess extension.Dr. Stephen Henson2001-10-271-0/+9
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-7/+5
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-79/+19
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+9
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-0/+236