aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_enum.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid converting void * to a function pointer when NULL is defined asRichard Levitte2000-01-181-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-9/+2
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-211-3/+4
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-1/+1
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-091-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-4/+3
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-061-1/+1
* Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1999-03-041-1/+1
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-3/+1
* Preliminary support for reason code CRL extension.Dr. Stephen Henson1999-02-201-0/+105