]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150898: Assume OpenSSL supports keylogging (#150870)
authorRobsdedude <dev@rouvenbauer.de>
Tue, 9 Jun 2026 14:37:38 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 14:37:38 +0000 (16:37 +0200)
commitb2e2cd3912af3213ece29a22cebe774e21c6f62a
tree648a089f52a1bd1801b55121a27cdb1ba95ce8a8
parent0a179e748bcf158bdcdd47f0e57a1983993f4610
gh-150898: Assume OpenSSL supports keylogging (#150870)

Since version 3.10, CPython requires OpenSSL 1.1.1 or higher.
Therefore, support for keylogging can be assumed.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2026-06-04-06-50-06.gh-issue-150898.1LkLA3.rst [new file with mode: 0644]