The ssl3_digest_cached_records() function does not handle errors properly
authorMatt Caswell <matt@openssl.org>
Thu, 26 May 2016 14:45:14 +0000 (15:45 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 26 May 2016 14:47:33 +0000 (15:47 +0100)
commitea32151f7b9353f8906188d007c6893704ac17bb
treeb9bd16b336a915fd2b63aca57de48745573aa82d
parent1d00db6b5a50950c6b516688040de4e6da32dd4d
The ssl3_digest_cached_records() function does not handle errors properly

The ssl3_digest_cached_records() function was failing to handle errors
that might be returned from EVP_DigestSignInit() and
EVP_DigestSignUpdate().

RT#4180

Reviewed-by: Stephen Henson <steve@openssl.org>
ssl/s3_enc.c