Revise OpenSSL fix to work with OpenSSL 1.0.0beta*
commitabd447f87667c21f8a5c2134d456cb5c1555d7c7
authorNick Mathewson <nickm@torproject.org>
Mon, 1 Feb 2010 03:48:29 +0000 (31 22:48 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 1 Feb 2010 03:48:29 +0000 (31 22:48 -0500)
treea7f5f7a5730bae9e2857aed07b1c84638bf64f57
parent1744e447a15216b74f239b30da735416dd1fde92
Revise OpenSSL fix to work with OpenSSL 1.0.0beta*

In brief: you mustn't use the SSL3_FLAG solution with anything but 0.9.8l,
and you mustn't use the SSL_OP solution with anything before 0.9.8m, and
you get in _real_ trouble if you try to set the flag in 1.0.0beta, since
they use it for something different.

For the ugly version, see my long comment in tortls.c
src/common/tortls.c