COMMITS
/ Doc/library/ssl.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 29, 2025
A
GH-121970: Remove Docutils list monkeypatch (#142056)
Adam Turner committed
November 6, 2025
P
gh-139707: Add docs for optional modules (GH-140171)
Petr Viktorin committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
October 9, 2025
B
gh-88046: remove impossible conditional import for `_ssl.RAND_egd` (#139648)
Bénédikt Tran committed
September 8, 2025
B
gh-138633: fix Sphinx references in `ssl` documentation (#138648)
Bénédikt Tran committed
B
gh-138633: synchronize documented signatures of SSL objects with runtime ones (#138639)
Bénédikt Tran committed
R
gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
Ron Frederick committed
August 30, 2025
R
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)
Ron Frederick committed
August 19, 2025
P
[docs] minor, fix grammar in ssl.SSLContect.sslsocket_class docstring (GH-137935)
PrinceNaroliya committed
July 28, 2025
R
gh-136306: Add support for getting and setting SSL groups (#136307)
Ron Frederick committed
July 12, 2025
I
gh-99813: Start using `SSL_sendfile` when available (#99907)
Illia Volochii committed
May 9, 2025
W
gh-133623: Add `ssl.HAS_PSK_TLS13` to detect external TLS 1.3 PSK support (#133624)
Will Childs-Klein committed
February 4, 2025
S
Use roles :data: and :const: for referencing module variables (GH-129507)
Serhiy Storchaka committed
January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
December 24, 2024
W
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
Will Childs-Klein committed
December 19, 2024
K
gh-122706: fix docs for asyncio ssl sockets (#128092)
Kumar Aditya committed
September 17, 2024
R
GH-103484: Fix broken links reported by linkcheck (#124169)
Rafael Fontenelle committed
R
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 3, 2024
S
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (#122646)
scottwoodall committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
June 16, 2024
M
gh-118596: Add thread-safety clarifications to the SSLContext documentation (#118597)
mm-matthias committed
May 26, 2024
N
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 12, 2024
H
Fix version directive indents (#117719)
Hugo van Kemenade committed
March 6, 2024
W
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff committed
March 5, 2024
S
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka committed
February 29, 2024
C
gh-73580: Docs for tunnelling TLS through TLS (GH-22539)
Carl Bordum Hansen committed
February 17, 2024
January 24, 2024
T
gh-104360: remove reference to removed module-level wrap_socket (GH-104361)
Thomas Grainger committed
December 21, 2023
J
Docs: OpenSSL wording ambiguity (#113296)
Jan Brasna committed
November 29, 2023
G
gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)
Grant Ramsay committed
November 27, 2023
G
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Grant Ramsay committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
September 20, 2023
M
gh-109109: Expose retrieving certificate chains in SSL module (#109113)
Mateusz Nowak committed
July 28, 2023
S
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka committed
July 22, 2023
J
gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)
Jocelyn Castellano committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
March 22, 2023
B
gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (#96932)
Benjamin Fogle committed
January 20, 2023
S
Fix minor typos in SSL documentation (#101158)
Simon Robinson committed
December 20, 2022
T
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Thomas Grainger committed
November 24, 2022
I
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
Illia Volochii committed
November 3, 2022
V
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
Victor Stinner committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
June 28, 2022
V
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code (#94312)
Victor Stinner committed