Remove support for obsoleted ECC-GOST (GOST R 34.11-94) algorithm

This commit is contained in:
Ondřej Surý
2018-05-25 16:17:13 +02:00
parent 57f0949e2b
commit 27593e65dc
60 changed files with 39 additions and 2875 deletions

View File

@@ -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"