[Pkg-openssl-devel] Bug#198746: "bad record MAC" error when forward
different protocols over SSL
Kurt Roeckx
kurt at roeckx.be
Sun May 14 00:13:58 UTC 2006
Hi,
It's a bit hard with your description to try and reproduce it.
Have you read the FAQ? http://www.openssl.org/support/faq.html#PROG1 :
1. Is OpenSSL thread-safe?
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.
See: http://www.openssl.org/docs/crypto/threads.html
So, can you still reproduce it, and do you provide the locking function?
Kurt
More information about the Pkg-openssl-devel
mailing list