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

Fixed typo in brainpool java name #162

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

Kavakuo
Copy link
Contributor

@Kavakuo Kavakuo commented Apr 5, 2024

The NamedGroup.fromJavaName function is called from here. This is needed by TLS-Attacker to identify the curve of a public key inside a certificate.
The ECNamedCurveTable.getName() function that is part of Bouncy Castle is called to obtain the java name of the curve. The curves are defined here in the Bouncy Castle Source, where the java name is written with a captial "P".

@mmaehren mmaehren merged commit 43e77b7 into tls-attacker:main Apr 9, 2024
10 of 12 checks passed
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