Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
[openssl.git] / crypto / x509v3 / v3_int.c
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-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-03-06 Dr. Stephen HensonAdd an extra 'raw' function r2i to the extension code...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-19 Dr. Stephen HensonOverhaul 'crl' application, add a proper X509_CRL_print...