summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNikolay Morozov <nmorozoff77@yandex.ru>2020-04-18 23:59:45 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-04-22 11:22:00 +0300
commitfa555aa8970260c3e198d91709b2d4b3e40f8fa8 (patch)
tree76a7b61bc1db26da113dfbb2dd51d69ef91f5d5f /Configure
parent28308a2138841cb323249c4b6d5e9609958c8219 (diff)
downloadopenssl-new-fa555aa8970260c3e198d91709b2d4b3e40f8fa8.tar.gz
GOST2012 TLS Supported Groups Identifiers Support
For GOST2012-GOST8912-GOST8912 IANA introduce TLS Supported Groups Identifiers https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11568)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 64e30fe2a0..eeb6c91cd2 100755
--- a/Configure
+++ b/Configure
@@ -518,7 +518,7 @@ my @disable_cascades = (
"ssl3-method" => [ "ssl3" ],
"zlib" => [ "zlib-dynamic" ],
"des" => [ "mdc2" ],
- "ec" => [ "ecdsa", "ecdh", "sm2" ],
+ "ec" => [ "ecdsa", "ecdh", "sm2", "gost" ],
sub { $disabled{"ec"} && $disabled{"dh"} }
=> [ "tls1_3" ],
"dgram" => [ "dtls", "sctp" ],