On 15.03.2012 05:16, Sébastien WENSKE wrote:
OpenSSL 1.0.1 (not 10.0.1)
-----Original Message-----
From: Sébastien WENSKE [mailto:sebastien@xxxxxxxxx]
Sent: mercredi 14 mars 2012 17:14
To: squid-users@xxxxxxxxxxxxxxx
Subject: TLS v1.2 support
Hi guys,
OpenSSL 10.01 just released, it seems that it supports TLS v1.2.
Thanks for the heads-up.
What about Squid?
Squid supports whatever the library you build it with does.
About the only relevance a change like this has is if there are new
options which we have to map from squid.conf to the OpenSSL API calls
("NO_TLSv11" or such.). Or if they do some more ABI-breaking alterations
like the 1.0.0 c->d re-write had.
Amos