Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL context#105295
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bedevere-bot commentedJun 4, 2023
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
For back-compatibility, possibly |
It sounds like that makes sense. go for it in this PR and we'll take a look. add some form of news entry once you've done that as well. |
grantramsay commentedJun 5, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Maybe I should just remove the call to Edit: although doing it at the context level will be slightly cleaner once the deprecated methods are removed... |
… side SSL contextOpenssl states this is a "server side only" operation.Calling this on a client side socket can result in unexpected behavior
gramsay0 commentedJul 14, 2023
@gpshead I've updated this to only call |
… side SSL context (python#105295)*pythongh-105293: Do not call SSL_CTX_set_session_id_context on client side SSL contextOpenssl states this is a "server side only" operation.Calling this on a client side socket can result in unexpected behavior* Add news entry on SSL "set session id context" changes
Uh oh!
There was an error while loading.Please reload this page.
SSL_CTX_set_session_id_contexton client side SSL context #105293