Clarification.
authorBodo Möller <bodo@openssl.org>
Wed, 8 Mar 2000 20:20:15 +0000 (20:20 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 8 Mar 2000 20:20:15 +0000 (20:20 +0000)
FAQ

diff --git a/FAQ b/FAQ
index a34ccb5c7dc4af748e906f32fc4dd40cafff4c2e..58650cfd74e5ddafb992b3839b63908fbfb4315c 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -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
-multi-threaded versions of the standard libraries.  If your platform
-is not one of these, consult the INSTALL file.
+Yes (with limitations: an SSL connection may not concurrently be used
+by multiple threads).  On Windows and many Unix systems, OpenSSL
+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
 OpenSSL.  This is described in the threads(3) manpage.
 
 Multi-threaded applications must provide two callback functions to
 OpenSSL.  This is described in the threads(3) manpage.