Skip to content
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 Context.set_sigalgs_list() and Connection.get_sigalgs() #851

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jean-Daniel
Copy link

@Jean-Daniel Jean-Daniel commented Jul 8, 2019

This is based on SSL_CTX_set1_sigalgs(3).

It let the client limits the set of signature algorithms that should be used by the server for certificate selection.

This extension is supported from TLS 1.2, but it is especially useful with TLS 1.3, as the new cipher list used by TLS 1.3 no longer provide this feature.

This is based on SSL_CTX_set1_sigalgs(3).

It let the client limits the set of signature algorithms that should be used by the server for certificate selection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant