Remove --classic build entirely
[openssl.git] / crypto / x509v3 / v3_crld.c
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-02-09 Dr. Stephen HensonRemove obsolete IMPLEMENT_ASN1_SET_OF
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2009-04-20 Dr. Stephen HensonUpdates from 1.0.0-stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-08-29 Dr. Stephen HensonAdd support for CRLs partitioned by reason code.
2008-08-27 Dr. Stephen HensonAdd support for freshest CRL extension.
2008-08-04 Dr. Stephen HensonAdd support for nameRelativeToCRLIssuer field in distri...
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-07-25 Dr. Stephen HensonAdd support for setting IDP too.
2005-07-25 Dr. Stephen HensonDon't use @syntax for extended CRLDP format.
2005-07-25 Dr. Stephen HensonAllow setting of all fields in CRLDP. Few cosmetic...
2005-07-24 Dr. Stephen HensonPrint out previously unsupported fields in CRLDP by...
2005-07-23 Dr. Stephen HensonInitial print only support for IDP CRL extension.
2003-11-20 Dr. Stephen HensonGive CRLDP its standard name.
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-01-04 Dr. Stephen HensonUpdate OCSP API.
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-07-02 Bodo MöllerDon't dereference NULL pointers.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-07 Dr. Stephen Henson#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-06-21 Dr. Stephen HensonImplement STACK_OF(ANS1_OBJECT) for extended key usage...
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-21 Dr. Stephen HensonSuppport for CRL distribution points extension. Also...