aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-03-30 02:00:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-03-30 02:00:25 +0000
commit35af460fef9b8bca5b358661bbfe12c60cdc7bfa (patch)
tree2481a7a93f14d5e1a45f106e900bd7f877806513 /FAQ
parent7ae634de49b58283dd239a13d26296f10f07a325 (diff)
downloadopenssl-35af460fef9b8bca5b358661bbfe12c60cdc7bfa.tar.gz
Add a couple of FAQs.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ19
1 files changed, 19 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 0260935bb0..533cb00f6c 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?
+* 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?
* How do I create certificates or certificate requests?
* Why can't I create certificate requests?
@@ -172,6 +174,23 @@ otherwise the conflict will cause a program to crash: typically on the
first BIO related read or write operation.
+* I've called <some function> and it fails, why?
+
+Before submitting a report or asking in one of the mailing lists you
+should try to determine the cause. In particular you should call
+ERR_print_errors() or ERR_print_errors_fp() after the failed call
+and see if the message helps.
+
+
+* I just get a load of numbers for the error output, what do they mean?
+
+The actual format is described in the ERR_print_errors() manual page.
+You should call the function ERR_load_crypto_strings() before hand and
+the message will be output in text form. If you can't do this (for example
+it is a pre-compiled binary) you can use the errstr utility on the error
+code itself (the hex digits after the second colon).
+
+
* Why do I get errors about unknown algorithms?
This can happen under several circumstances such as reading in an