]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/t1_lib.c
Workaround for Windows-based GOST implementations
authorDmitry Belyavskiy <beldmit@gmail.com>
Thu, 7 Nov 2019 14:58:15 +0000 (17:58 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sun, 10 Nov 2019 15:59:26 +0000 (18:59 +0300)
commitdb30f43242a216ebad0fd16fbef45fb7d3ab8de3
tree8b67eb381966f11a98a1634cf7ff8fbf93c00fb7
parenta8f6d2642d1b011961022a5d9aa9e1156097b85c
Workaround for Windows-based GOST implementations

Many Windows-based GOST TLS implementations are unable to extend the
list of supported SignatureAlgorithms because of lack of the necessary
callback in Windows. So for TLS 1.2 it makes sense to imply the support
of GOST algorithms in case when the GOST ciphersuites are present.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10377)
ssl/t1_lib.c