Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
πŸ“œπŸ€– Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored and WillChilds-Klein committed Dec 18, 2024
commit 9543715d7c381a530ee098bdac4de1bda779122f
Original file line number Diff line number Diff line change
@@ -0,0 +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.