aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_genn.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-159/+157
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-04-01Avoid warnings.Dr. Stephen Henson1-1/+1
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson1-0/+92
2006-02-13fix warningNils Larsch1-2/+2
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-0/+59
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-4/+4
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-227/+37
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-2/+2
1999-11-19Support for otherName in GeneralName.Dr. Stephen Henson1-5/+59
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-2/+2
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-5/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1-10/+15
1999-04-19Change functions to ANSI C.Ulf Möller1-20/+9
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-6/+5
1999-02-07Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1-0/+249