Generating a new key in the x509 certificate creation dialog does not refresh the supported hash algorithms. The following error is produced after trying to use an unsupported hash algorithm, e.g., ED25519 with any algorithm:
The following error occurred:
(8pki_x509[]:...)
error:1010F08A:elliptic curve routines:pkey_ecd_ctrl:invalid digest type
(...\xca\lib\pki_x509.cpp:574)
Fixed by refreshing available algorithms immediately after generating a new key.
Generating a new key in the x509 certificate creation dialog does not refresh the supported hash algorithms. The following error is produced after trying to use an unsupported hash algorithm, e.g., ED25519 with any algorithm:
Fixed by refreshing available algorithms immediately after generating a new key.