aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_info.c
Commit message (Expand)AuthorAgeFilesLines
* 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