Skip to content

Commit

Permalink
Fix TLS typos in the news post for 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robby- committed Feb 22, 2024
1 parent b6b8104 commit 8c4181a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-02-17-anope-212-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++.
Expand Down

0 comments on commit 8c4181a

Please sign in to comment.