fix broken implementations of GOST ciphersuites
authorRich Salz <rsalz@openssl.org>
Fri, 9 Jun 2017 16:26:30 +0000 (12:26 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 9 Jun 2017 16:26:30 +0000 (12:26 -0400)
commita892766934c8e1b9de5645c526716efe4b14a133
tree4926e8acbf34e03da01d6d4d27ec56ef4256a304
parent998636b80c799fdb7649a6c5e0a4da1ba9bf88ae
fix broken implementations of GOST ciphersuites

removed the unnecessary upper bracket
add !SSL_USE_SIGALGS to check for broken implementations of GOST
client signature (signature without length field)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3588)
ssl/statem/statem_srvr.c