X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=FAQ;h=832bb9d72750b4bad9ec480934c4dfe07bdf5f24;hp=3da6e849a1499ed0ee3ce379f2433c05777ed9e4;hb=49976df599496d60aff29260b9b8b28b100b9434;hpb=e6a58767c58b1f30b43b9bc3236c64ea18e437df diff --git a/FAQ b/FAQ index 3da6e849a1..832bb9d727 100644 --- a/FAQ +++ b/FAQ @@ -1,14 +1,26 @@ OpenSSL - Frequently Asked Questions -------------------------------------- +* Which is the current version of OpenSSL? * Where is the documentation? * How can I contact the OpenSSL developers? * Do I need patent licenses to use OpenSSL? * Is OpenSSL thread-safe? * Why do I get a "PRNG not seeded" error message? +* Why does the linker complain about undefined symbols? * Where can I get a compiled version of OpenSSL? +* Which is the current version of OpenSSL? + +The current version is available from . +OpenSSL 0.9.4 was released on August 9th, 1999. + +In addition to the current stable release, you can also access daily +snapshots of the OpenSSL development version at , or get it by anonymous CVS access. + + * Where is the documentation? OpenSSL is a library that provides cryptographic functionality to @@ -89,6 +101,19 @@ correctly. OpenSSL 0.9.5 makes the error visible by refusing to perform potentially insecure encryption. +* Why does the linker complain about undefined symbols? + +Maybe the compilation was interruped, and make doesn't notice that +something is missing. Run "make clean; make". + +If you used ./Configure instead of ./config, make sure that you +selected the right target. File formats may differ slightly between +OS versions (for example sparcv8/sparcv9, or a.out/elf). + +If that doesn't help, you may want to try using the current snapshot. +If the problem persists, please submit a bug report. + + * Where can I get a compiled version of OpenSSL? Some applications that use OpenSSL are distributed in binary form.