From: Nick Mathewson Date: Sun, 27 Apr 2025 15:19:29 +0000 (-0400) Subject: changes file for new *ssl version requirements. X-Git-Tag: tor-0.4.9.3-alpha~60^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=101fae4a62205453a9894a01ed4a08c0dc8a93ee;p=thirdparty%2Ftor.git changes file for new *ssl version requirements. --- diff --git a/changes/ticket41059 b/changes/ticket41059 new file mode 100644 index 0000000000..6029b075ff --- /dev/null +++ b/changes/ticket41059 @@ -0,0 +1,8 @@ + o New system requirements: + - When built with OpenSSL, Tor now requires OpenSSL 1.1.1 or later. + (We strongly recommend 3.0 or later, but still build with 1.1.1, + even though it is not supported by the OpenSSL team, + due to its presence in Debian oldstable.) + Part of ticket 41059. + - When built with LibreSSL, Tor now requires LibreSSL 3.7 or later. + Part of ticket 41059.