-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SSL_CTX_set1_sigalgs_list() binding. #7336
Comments
We'd accept a patch reverting that PR. |
Jean-Daniel
added a commit
to Jean-Daniel/cryptography
that referenced
this issue
Jun 19, 2022
Jean-Daniel
added a commit
to Jean-Daniel/cryptography
that referenced
this issue
Jun 19, 2022
Jean-Daniel
added a commit
to Jean-Daniel/cryptography
that referenced
this issue
Jun 19, 2022
alex
pushed a commit
that referenced
this issue
Jun 19, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For the same reason as it was added some years ago (#4006)
SSL_CTX_set1_sigalgs_list()
is required to control how to connect to a TLS 1.3 server.And it is required to implements pyca/pyopenssl#848
As TLS 1.3 is becoming common, this is even more important to be able to access this function than before.
Could it be possible to revert #6473
The text was updated successfully, but these errors were encountered: