summaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_akey.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-128/+124
* Further comment changes for reformatMatt Caswell2015-01-221-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Reindent for readability.Richard Levitte2003-04-031-86/+104
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-8/+0
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-1/+1
* 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/+4
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-56/+8
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-5/+5
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-2/+2
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-201-7/+9
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-13/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-201-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+9
* Add initial support for Thawte strong extranet certificate extensions andDr. Stephen Henson1999-03-271-1/+1
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-061-1/+1
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-6/+4
* Oops! Remeber to include the other patches this time...Dr. Stephen Henson1999-02-171-0/+86
* More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1999-02-101-0/+185