aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-08-04 12:32:40 -0400
committerRich Salz <rsalz@openssl.org>2015-08-11 18:23:29 -0400
commitade44dcb16141c8a30ca6c56a1fd1a0b14dcc360 (patch)
tree0dbe0854e5836feb0776b999c80ecd9d95c2e11f /include
parentf75d5171be0b3b5419c8974133e1573cf976a8bb (diff)
downloadopenssl-ade44dcb16141c8a30ca6c56a1fd1a0b14dcc360.tar.gz
Remove Gost94 signature algorithm.
This was obsolete in 2001. This is not the same as Gost94 digest. Thanks to Dmitry Belyavsky <beldmit@gmail.com> for review and advice. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/tls1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index 1eef9cc93a..6e98784480 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -878,7 +878,6 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb)
# define TLS_CT_ECDSA_SIGN 64
# define TLS_CT_RSA_FIXED_ECDH 65
# define TLS_CT_ECDSA_FIXED_ECDH 66
-# define TLS_CT_GOST94_SIGN 21
# define TLS_CT_GOST01_SIGN 22
/*
* when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see