From 97853bd5c1f0e82bfe1eeaf0b57fbe4f98488f2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 8 Mar 2000 20:20:15 +0000 Subject: [PATCH] Clarification. --- FAQ | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/FAQ b/FAQ index a34ccb5c7d..58650cfd74 100644 --- a/FAQ +++ b/FAQ @@ -79,9 +79,11 @@ the popular web browsers without RSA support. * 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. -- 2.25.1