X Tutup
Skip to content

Commit 65e6a0d

Browse files
Shorten news entry, update whatsnew
1 parent 57ce78f commit 65e6a0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,12 @@ symtable
591591

592592
(Contributed by Bénédikt Tran in :gh:`120029`.)
593593

594+
ssl
595+
---
596+
597+
* Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports TLSv1.3
598+
post-handshake client authentication (PHA). (Contributed by Will Childs-Klein in
599+
:gh:`128036`.)
594600

595601
sys
596602
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TLSv1.3 post-handshake client authentication (PHA), often referred to as "mutual TLS" or "mTLS", allows TLS servers to authenticate client identities using digital certificates. This commit exposes a boolean property ``ssl.HAS_PHA`` to indicate whether the crypto library CPython is built against supports PHA, allowing python's test suite and consuming modules to branch accordingly.
1+
Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports TLSv1.3 post-handshake client authentication (PHA). Patch by Will Childs-Klein.

0 commit comments

Comments
 (0)
X Tutup