Remove support for obsoleted ECC-GOST (GOST R 34.11-94) algorithm
This commit is contained in:
@@ -30,11 +30,6 @@ while test "$#" -gt 0; do
|
||||
alg="-a RSASHA1"
|
||||
msg1="RSA cryptography"
|
||||
;;
|
||||
gost|GOST)
|
||||
alg="-a eccgost"
|
||||
msg1="GOST cryptography"
|
||||
msg2="--with-gost"
|
||||
;;
|
||||
ecdsa|ECDSA)
|
||||
alg="-a ecdsap256sha256"
|
||||
msg1="ECDSA cryptography"
|
||||
|
||||
Reference in New Issue
Block a user