Skip to content

Commit

Permalink
Shorten news entry, update whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Dec 17, 2024
1 parent 6434375 commit d2a2073
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,12 @@ symtable

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

ssl
---

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

sys
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
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 comments on commit d2a2073

Please sign in to comment.