File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,20 @@ Changelog
44Versions are year-based with a strict backward-compatibility policy.
55The third digit is only for regressions.
66
7- 25.2.0 (UNRELEASED)
7+ 25.3.0 (UNRELEASED)
8+ -------------------
9+
10+ Backward-incompatible changes:
11+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+ Deprecations:
14+ ^^^^^^^^^^^^^
15+
16+ Changes:
17+ ^^^^^^^^
18+
19+
20+ 25.2.0 (2025-09-14)
821-------------------
922
1023Backward-incompatible changes:
@@ -18,8 +31,9 @@ Deprecations:
1831Changes:
1932^^^^^^^^
2033
21- - pyOpenSSL now sets ``SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER `` by default, matching CPython's behavior.
22- - Added ``OpenSSL.SSL.Context.set_tls13_ciphersuites `` that allows the allowed TLS 1.3 ciphers.
34+ - pyOpenSSL now sets ``SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER `` on connections by default, matching CPython's behavior.
35+ - Added ``OpenSSL.SSL.Context.clear_mode ``.
36+ - Added ``OpenSSL.SSL.Context.set_tls13_ciphersuites `` to set the allowed TLS 1.3 ciphers.
2337- Added ``OpenSSL.SSL.Connection.set_info_callback ``
2438
253925.1.0 (2025-05-17)
Original file line number Diff line number Diff line change 1717 "__version__" ,
1818]
1919
20- __version__ = "25.1 .0"
20+ __version__ = "25.2 .0"
2121
2222__title__ = "pyOpenSSL"
2323__uri__ = "https://pyopenssl.org/"
You can’t perform that action at this time.
0 commit comments