From: Robby Date: Thu, 22 Feb 2024 13:56:52 +0000 (+0100) Subject: Fix TLS typos in the news post for 2.1.2. X-Git-Url: https://jfr.im/git/irc/anope/website.git/commitdiff_plain/8c4181a0f4323e4f94f4f56a8f0d144226a38e89?hp=b6b8104d3ba38589ce9b9748df11fad21209e37f Fix TLS typos in the news post for 2.1.2. --- diff --git a/_posts/2024-02-17-anope-212-release.md b/_posts/2024-02-17-anope-212-release.md index 37451b3..579af0d 100644 --- a/_posts/2024-02-17-anope-212-release.md +++ b/_posts/2024-02-17-anope-212-release.md @@ -10,8 +10,8 @@ Anope 2.1.2 has been released, which is the third release on our new development The notable changes include: - Added module:tlsv10 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to no). -- Added module:tlsv11 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes). -- Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.0 is usable (defaults to yes) +- Added module:tlsv11 to m_ssl_openssl for configuring whether TLSv1.1 is usable (defaults to yes). +- Added module:tlsv12 to m_ssl_openssl for configuring whether TLSv1.2 is usable (defaults to yes) - Bumped the minimum OpenSSL version to 1.1.0. - Bumped the minumum GnuTLS version to 3.0.0. - Modernized mutex and thread code to use Modern C++.