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 support for Brainpool curves in TLS 1.3 (RFC8734) #529

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tomato42
Copy link
Member

@tomato42 tomato42 commented Sep 11, 2024

Add support for Brainpool curves in TLS 1.3, both for ECDH and signing


This change is Reviewable

@tomato42 tomato42 added the enhancement new feature to be implemented label Sep 11, 2024
@tomato42 tomato42 added this to the v0.8.0 milestone Sep 11, 2024
@tomato42 tomato42 self-assigned this Sep 11, 2024
Copy link
Collaborator

@ueno ueno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feature-wise, it looks good to me, though I see quite a lot of if curve_name == ... for those curves; perhaps they could be a dict lookup and defined in a single place for simplicity?

@tomato42
Copy link
Member Author

Feature-wise, it looks good to me, though I see quite a lot of if curve_name == ... for those curves; perhaps they could be a dict lookup and defined in a single place for simplicity?

yes, I was thinking of this, but I think it will be better to combine that with the refactoring of the all the different places that do signing and verification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature to be implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants