aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_genn.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-159/+157
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Avoid warnings.Dr. Stephen Henson2008-04-011-1/+1
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-261-0/+92
* fix warningNils Larsch2006-02-131-2/+2
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+59
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-4/+4
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-227/+37
* 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-2/+2
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-191-5/+59
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+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-10/+15
* Change functions to ANSI C.Ulf Möller1999-04-191-20/+9
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-6/+5
* Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1999-02-071-0/+249