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

Expose SSL(_CTX)_set1_curves_list #270

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Expose SSL(_CTX)_set1_curves_list #270

merged 1 commit into from
Sep 17, 2024

Conversation

bwesterb
Copy link
Member

set_surves_list is similar to set_curves, but the curves are specified by a string. This makes it convenient when the supported curves of the underlying BoringSSL is not known at compile time.

Also fix a bug in checking return value of SSL_set1_curves_list.

set_surves_list is similar to set_curves, but the curves are specified
by a string. This makes it convenient when the supported curves of
the underlying BoringSSL is not known at compile time.

Also fix a bug in checking return value of SSL_set1_curves_list.
@bwesterb bwesterb merged commit 4b37d88 into master Sep 17, 2024
23 checks passed
@bwesterb bwesterb deleted the bas/set1_curves_list branch September 18, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants