Merge pull request #974 from dcooper16/relabel_ec_bits

Label elliptic curve public keys as "EC"
This commit is contained in:
Dirk Wetter 2018-01-27 10:16:58 +01:00 committed by GitHub
commit 018af9972f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6522,7 +6522,7 @@ certificate_info() {
case $cert_key_algo in
*RSA*|*rsa*) out "RSA ";;
*DSA*|*dsa*) out "DSA ";;
*ecdsa*|*ecPublicKey) out "ECDSA ";;
*ecdsa*|*ecPublicKey) out "EC ";;
*GOST*|*gost*) out "GOST ";;
*dh*|*DH*) out "DH " ;;
*) pr_fixme "don't know $cert_key_algo " ;;