diff options
author | Nikolay Morozov <nmorozoff77@yandex.ru> | 2020-04-18 22:59:45 +0200 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2020-04-22 10:22:00 +0200 |
commit | fa555aa8970260c3e198d91709b2d4b3e40f8fa8 (patch) | |
tree | 76a7b61bc1db26da113dfbb2dd51d69ef91f5d5f /Configure | |
parent | evptest: set the DESX provider to be the legacy provider. (diff) | |
download | openssl-fa555aa8970260c3e198d91709b2d4b3e40f8fa8.tar.xz openssl-fa555aa8970260c3e198d91709b2d4b3e40f8fa8.zip |
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-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ], |