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 15:13:08 +0000 (16:13 +0100)
commitada5de7ca1deae28713303319694806214dfa7d9
tree99ee0ccc165835c33116c2e1369a2b36a96dfcfb
parent649af484c8a15ad916c101aba86c7529dac7eccb
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