Extend proc_parameters in sm/certreqgen.c to support ECC certificate.
Description
Description
Revisions and Commits
Revisions and Commits
rG GnuPG | |||
rG8b2c55d3c5da gpgsm: Remove restriction of key generation (only RSA). | |||
rG37a853d808f0 gpgsm: Support key generation with ECC. | |||
rG6dc3846d7819 sm: Support creation of EdDSA certificates. | |||
rGb18fb0264abd agent: Allow to use SETHASH for arbitrary data. | |||
rG49ea53b755f0 gpgsm: Support key generation with ECC. | |||
rG238707db8b05 gpgsm: Remove restriction of key generation (only RSA). |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | • werner | T4098 GpgSM: Add ECC support | ||
Resolved | • gniibe | T4888 GpgSM: Support ECC key generation by gpgsm_genkey | ||
Resolved | • werner | T4092 Certificate requests generated from card-based ECDSA keys are incorrectly marked as RSA-signed |
Event Timeline
Comment Actions
NIST P-256 key generation looks good.
Ed25519 doesn't yet. Tested by openssl req -in output-by-gpgsm -txt.
Comment Actions
Finished if an existing key is used. See rG6dc3846d78192e393be73c16c72750734a9174d1 for examples.