From: Dr. Stephen Henson Date: Wed, 31 Mar 2010 11:50:30 +0000 (+0000) Subject: fix FAQ (again) X-Git-Tag: OpenSSL-fips-2_0-rc1~1156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc494872b8ba6862e59035a643430d764a3a4b2a;p=openssl fix FAQ (again) --- diff --git a/FAQ b/FAQ index 620eb03c3f..13e5e9bcf4 100644 --- a/FAQ +++ b/FAQ @@ -752,27 +752,6 @@ openssl-security@openssl.org if you don't get a prompt reply at least acknowledging receipt then resend or mail it directly to one of the more active team members (e.g. Steve). - -[PROG] ======================================================================== - -* Is OpenSSL thread-safe? -* 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? -* OpenSSL uses DER but I need BER format: does OpenSSL support BER? -* 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? -* Why can't the OpenSSH configure script detect OpenSSL? -* Can I use OpenSSL's SSL library with non-blocking I/O? -* Why doesn't my server application receive a client certificate? -* Why does compilation fail due to an undefined symbol NID_uniqueIdentifier? -* I think I've detected a memory leak, is this a bug? -* Why does Valgrind complain about the use of uninitialized data? -* Why doesn't a memory BIO work when a file does? -* Where are the declarations and implementations of d2i_X509() etc? - - [PROG] ======================================================================== * Is OpenSSL thread-safe?