X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=FAQ;h=29acc8afdf5be9f58c0bce13c58259e6b522414b;hb=9ef9e78520eba0fb3d92b581dc4f895a5f464387;hp=6e34953c11ee19ca3d73f5ba6acf1a65e27cf85b;hpb=26b0d15628a63c452d53711df3e4f2891b288ae4;p=oweals%2Fopenssl.git diff --git a/FAQ b/FAQ index 6e34953c11..29acc8afdf 100644 --- a/FAQ +++ b/FAQ @@ -10,6 +10,8 @@ OpenSSL - Frequently Asked Questions * Why does the linker complain about undefined symbols? * Where can I get a compiled version of OpenSSL? * I've compiled a program under Windows and it crashes: why? +* How do I read or write a DER encoded buffer using the ASN1 functions? +* I've tried using and I get errors why? * I've called and it fails, why? * I just get a load of numbers for the error output, what do they mean? * Why do I get errors about unknown algorithms? @@ -30,7 +32,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.5a was released on April 1st, 2000. +OpenSSL 0.9.6 was released on September 24th, 2000. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at and I get errors why? + +This usually happens when you try compiling something using the PKCS#12 +macros with a C++ compiler. There is hardly ever any need to use the +PKCS#12 macros in a program, it is much easier to parse and create +PKCS#12 files using the PKCS12_parse() and PKCS12_create() functions +documented in doc/openssl.txt and with examples in demos/pkcs12. The +'pkcs12' application has to use the macros because it prints out +debugging information. + + * I've called and it fails, why? Before submitting a report or asking in one of the mailing lists, you