Added feature: SSL_group_to_name entrypoint#104
Merged
ctz merged 1 commit intorustls:mainfrom Jan 22, 2026
Merged
Conversation
Member
|
Thanks -- could you:
That should make some of the unrelated changes fall away. With that said I think the changes here are substantially good. |
21e2e5d to
3aa196b
Compare
Member
|
The rebase doesn't seem to have worked out? There's a still a bunch of other changes appearing in your commit. |
3aa196b to
c4d7585
Compare
Contributor
Author
|
Sorry for the troubles! Now everything should be rebased properly. |
cpu
reviewed
Nov 5, 2025
715b6da to
6343a4a
Compare
cpu
approved these changes
Jan 21, 2026
Member
I think this would still be helpful to do as well. |
6343a4a to
dd3461b
Compare
cpu
reviewed
Jan 21, 2026
cpu
reviewed
Jan 21, 2026
Added: New Entrypoint to build Added: New NIDs Added: Test group_to_name in tests/constants.c
dd3461b to
c86df80
Compare
ctz
approved these changes
Jan 22, 2026
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello everyone,
I added the SSL_group_to_name entrypoint, as this is required by Debian 12 nginx.
The main changes are:
In future the groups could be used to implement the functions in https://docs.openssl.org/3.3/man3/SSL_CTX_set1_curves/.
I am happy to discuss the changes!