diff options
author | Werner Koch <[email protected]> | 2020-05-07 07:45:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-05-07 07:45:49 +0000 |
commit | 5c29d25e6c7c0a5a63ab4c46d4624217307adb78 (patch) | |
tree | f0db0cd96dba84e83982034af3325320542f33ea /doc/DETAILS | |
parent | scd:nks: Support decryption using ECDH. (diff) | |
download | gnupg-5c29d25e6c7c0a5a63ab4c46d4624217307adb78.tar.gz gnupg-5c29d25e6c7c0a5a63ab4c46d4624217307adb78.zip |
sm: Print the key types as standard key algorithm strings.
* sm/fingerprint.c (gpgsm_get_key_algo_info): Factor code out to ...
(gpgsm_get_key_algo_info2): new.
(gpgsm_pubkey_algo_string): New.
* sm/keylist.c (list_cert_colon): Put curve into field 17
(list_cert_raw): Print the unified key algotithm string instead of the
algo and size.
(list_cert_std): Ditto.
--
It is important to known whether a 256 bit ECC uses a NIST or a
Brainpool curve.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 7655489a5..a1c53b88e 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -238,8 +238,8 @@ described here. *** Field 17 - Curve name - For pub, sub, sec, and ssb records this field is used for the ECC - curve name. + For pub, sub, sec, ssb, crt, and crs records this field is used + for the ECC curve name. *** Field 18 - Compliance flags |