diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-03-31 13:50:30 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-03-31 13:50:30 +0200 |
commit | bc494872b8ba6862e59035a643430d764a3a4b2a (patch) | |
tree | 860ee7a13b1b979921cf3d8461cf961ae5807e95 /FAQ | |
parent | update FAQ (diff) | |
download | openssl-bc494872b8ba6862e59035a643430d764a3a4b2a.tar.xz openssl-bc494872b8ba6862e59035a643430d764a3a4b2a.zip |
fix FAQ (again)
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -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 <M_some_evil_pkcs12_macro> and I get errors why? -* I've called <some function> 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? |