From ade44dcb16141c8a30ca6c56a1fd1a0b14dcc360 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 4 Aug 2015 12:32:40 -0400 Subject: Remove Gost94 signature algorithm. This was obsolete in 2001. This is not the same as Gost94 digest. Thanks to Dmitry Belyavsky for review and advice. Reviewed-by: Matt Caswell --- crypto/x509/x509type.c | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto') diff --git a/crypto/x509/x509type.c b/crypto/x509/x509type.c index 97e5babab1..232ba9bc79 100644 --- a/crypto/x509/x509type.c +++ b/crypto/x509/x509type.c @@ -93,7 +93,6 @@ int X509_certificate_type(X509 *x, EVP_PKEY *pkey) case EVP_PKEY_DH: ret = EVP_PK_DH | EVP_PKT_EXCH; break; - case NID_id_GostR3410_94: case NID_id_GostR3410_2001: ret = EVP_PKT_EXCH | EVP_PKT_SIGN; break; -- cgit v1.2.3