Correctly handle SSL3 Master Secret when calling providers
authorMatt Caswell <matt@openssl.org>
Tue, 15 Oct 2019 12:27:21 +0000 (13:27 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Oct 2019 07:28:48 +0000 (08:28 +0100)
commitc3885102f59dd7313597d1405babd06f75a94f8c
treee475acbb3e9f81c25df07d4a36c6fc87e8456b0e
parent3d5a7578e09a984c6475b1c008f5c76f850328cb
Correctly handle SSL3 Master Secret when calling providers

We need to pass the SSL3 Master Secret down to the provider code in order
for SSLv3 to work correctly.

Fixes #10182

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10186)
crypto/evp/digest.c