Cannot create CA with SHA512withECDSA signingAlgorithm on Version 7.11.0 #322
Replies: 3 comments 3 replies
-
SHA512 matches the P521 curve. I just tried creating a P-521 key on a crypto token, and then creating a new RootCA with SHA512WithECDSA, using the default ROOTCA certificate profile. |
Beta Was this translation helpful? Give feedback.
-
I could also create a CSR from this CA, to send to an external CA. That code you found is for a more "test" case, when you select "create a new crypto token with default keys" instead of selecting an existing crypto token. |
Beta Was this translation helpful? Give feedback.
-
Thanks for clarification. I usually dont use the ROOTCA profile but a clone. I did indeed "Create a new soft Crypto Token with recommended key pairs". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On creation of a CA (even self-signed) using SHA512withECDSA signing Algorithm ans "ROOTCA" profile (everything allowed), I get the following error:
Digging throug the source, I found on line 383 of modules/admin-gui/src/org/ejbca/ui/web/admin/cainterface/CAInterfaceBean.java:
"512" is not mentioned here. Could this be the cause?
Beta Was this translation helpful? Give feedback.
All reactions