Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.3k
gh-133623: Add ssl.HAS_PSK_TLS13 to detect external TLS 1.3 PSK support#133624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from3 commits
Commits
Show all changes
9 commits Select commitHold shift + click to select a range
5c9727c
Add ssl.HAS_PSK_TLS13 to detect libssl external TLS 1.3 PSK support
WillChilds-Klein1521abb
📜🤖 Added by blurb_it.
blurb-it[bot]dd5ad5d
Update whatsnew entry with PR ID
WillChilds-Klein6fc7e2b
Update Doc/library/ssl.rst
WillChilds-Kleinbfc64ff
Update Doc/whatsnew/3.15.rst
WillChilds-Kleinbf53321
Remove whatsnew change, not ready for 3.15 yet
WillChilds-Klein9a1128e
Revert "Remove whatsnew change, not ready for 3.15 yet"
WillChilds-Klein459baa9
Add extra newline to match 3.14 whatsnews formatting
WillChilds-Kleinf8493b8
Merge branch 'main' into has-psk-tls13
WillChilds-KleinFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -934,6 +934,13 @@ Constants | ||
.. versionadded:: 3.13 | ||
.. data:: HAS_PSK_TLS13 | ||
Whether the OpenSSL library has built-in support for External PSKs in TLS | ||
1.3 as described in :rfc:`9258`. | ||
.. versionadded:: 3.15 | ||
WillChilds-Klein marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
.. data:: HAS_PHA | ||
Whether the OpenSSL library has built-in support for TLS-PHA. | ||
8 changes: 5 additions & 3 deletionsDoc/whatsnew/3.15.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -86,10 +86,12 @@ New modules | ||
Improved modules | ||
================ | ||
ssl | ||
--- | ||
* Indicate through :data:`ssl.HAS_PSK_TLS13` whether the :mod:`ssl` module supports | ||
"External PSKs" in TLSv1.3, as described in RFC 9258. | ||
(Contributed by Will Childs-Klein in :gh:`133624`.) | ||
WillChilds-Klein marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
.. Add improved modules above alphabetically, not here at the end. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsMisc/NEWS.d/next/Security/2025-05-07-22-49-27.gh-issue-133623.fgWkBm.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Indicate through :data:`ssl.HAS_PSK_TLS13` whether the :mod:`ssl` module supports "External PSKs" in TLSv1.3, as described in RFC 9258. Patch by Will Childs-Klein. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.