Skip to content

Commit

Permalink
another faq.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed Feb 23, 2000
1 parent be7ae17 commit 2b670ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ OpenSSL - Frequently Asked Questions
* Do I need patent licenses to use OpenSSL?
* Is OpenSSL thread-safe?
* Why do I get a "PRNG not seeded" error message?
* Where can I get a compiled version of OpenSSL?


* Where is the documentation?
Expand Down Expand Up @@ -86,3 +87,16 @@ randomness. If this error occurs, please contact the author of the
application you are using. It is likely that it never worked
correctly. OpenSSL 0.9.5 makes the error visible by refusing to
perform potentially insecure encryption.


* Where can I get a compiled version of OpenSSL?

Some applications that use OpenSSL are distributed in binary form.
When using such an application, you don't need to install OpenSSL
yourself; the application will include the required parts (e.g. DLLs).

If you want to install OpenSSL on a Windows system and you don't have
a C compiler, read the "Mingw32" section of INSTALL.W32 for information
on how to obtain and install the free GNU C compiler.

A number of Linux and *BSD distributions include OpenSSL.

0 comments on commit 2b670ea

Please sign in to comment.