Clarification.

This commit is contained in:
Bodo Möller 2000-03-08 20:20:15 +00:00
parent c61252001b
commit 97853bd5c1

8
FAQ
View File

@ -79,9 +79,11 @@ the popular web browsers without RSA support.
* Is OpenSSL thread-safe? * Is OpenSSL thread-safe?
Yes. On Windows and many Unix systems, OpenSSL automatically uses the Yes (with limitations: an SSL connection may not concurrently be used
multi-threaded versions of the standard libraries. If your platform by multiple threads). On Windows and many Unix systems, OpenSSL
is not one of these, consult the INSTALL file. automatically uses the multi-threaded versions of the standard
libraries. If your platform is not one of these, consult the INSTALL
file.
Multi-threaded applications must provide two callback functions to Multi-threaded applications must provide two callback functions to
OpenSSL. This is described in the threads(3) manpage. OpenSSL. This is described in the threads(3) manpage.