Skip to content

Commit 7f19054

Browse files
Shorten news entry, update whatsnew
1 parent bebd324 commit 7f19054

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Summary -- Release highlights
7070
New Features
7171
============
7272

73+
* Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports TLSv1.3
74+
post-handshake client authentication (PHA). (Contributed by Will Childs-Klein in
75+
:gh:`128036`.)
7376

7477

7578
Other Language Changes
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)