diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-21 19:10:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 19:10:53 (GMT) |
commit | 8fd2d36c1c6da78b2402fcb8bcefdad8428c8bc3 (patch) | |
tree | d85e993d4a4ada9a9c79b7c679a97c0ab6fd2848 /Doc/whatsnew | |
parent | b60c3d2f7efede5d80bde2aec0b558b12814a0b3 (diff) | |
download | cpython-8fd2d36c1c6da78b2402fcb8bcefdad8428c8bc3.zip cpython-8fd2d36c1c6da78b2402fcb8bcefdad8428c8bc3.tar.gz cpython-8fd2d36c1c6da78b2402fcb8bcefdad8428c8bc3.tar.bz2 |
gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
The wrapper macros are more readable and match the form recommended in
the OpenSSL documentation. They also slightly less error-prone, as the
mapping of arguments to SSL_CTX_ctrl is not always clear. (Though in
this case it's straightforward.)
https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_get_max_proto_version.html
(cherry picked from commit 936f71e5d4f50f2238b0320d44f7fb5f88e39809)
Co-authored-by: David Benjamin <davidben@davidben.net>
Diffstat (limited to 'Doc/whatsnew')
0 files changed, 0 insertions, 0 deletions