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

Self signed CA fail when using ecdsa p-384 #235

Closed
cviecco opened this issue Jun 4, 2024 · 1 comment
Closed

Self signed CA fail when using ecdsa p-384 #235

cviecco opened this issue Jun 4, 2024 · 1 comment

Comments

@cviecco
Copy link
Contributor

cviecco commented Jun 4, 2024

Tried to use the certgen GenSelfSignedCACert in another project and it failed because on the generation of the serial we use a signature using sha256. This does not work for P-384 (or EdDSA).

@cviecco
Copy link
Contributor Author

cviecco commented Jun 4, 2024

Solved via #234 (which also solves getting the public part of the key so that we can potentially use generic cypto signers)

@cviecco cviecco closed this as completed Jun 6, 2024
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

No branches or pull requests

1 participant