summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_crld.c
AgeCommit message (Expand)Author
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-07-02Don't dereference NULL pointers.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-21Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson