aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_enum.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-08-23Constify some input parameters.FdaSilvaYY1-1/+3
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+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-32/+35
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-09-01Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson1-8/+11
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-1/+1
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-7/+5
2000-01-18Avoid converting void * to a function pointer when NULL is defined asRichard Levitte1-1/+1
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-9/+2
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1-3/+4
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-1/+1
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1-1/+1
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-4/+3
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1-1/+1
1999-03-04Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1-1/+1
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-3/+1
1999-02-20Preliminary support for reason code CRL extension.Dr. Stephen Henson1-0/+105