We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Brainpool-related constants have been added to nassl, but right now they can only be used to detect when a server is using Brainpool curves.
Trying to enable the Brainpool curves using SslClient.set_groups() currently triggers an OpenSslError: 662d1f4#diff-5a72a6ef501b66068212269ba8bc698006849888af05c7aaabe83a5197ae84c9R21
SslClient.set_groups()
OpenSslError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brainpool-related constants have been added to nassl, but right now they can only be used to detect when a server is using Brainpool curves.
Trying to enable the Brainpool curves using
SslClient.set_groups()
currently triggers anOpenSslError
: 662d1f4#diff-5a72a6ef501b66068212269ba8bc698006849888af05c7aaabe83a5197ae84c9R21The text was updated successfully, but these errors were encountered: