]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a missing SSLfatal call
authorMatt Caswell <matt@openssl.org>
Thu, 8 Nov 2018 14:03:17 +0000 (14:03 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 15 Nov 2018 11:48:08 +0000 (11:48 +0000)
commit157af9be4106c951afadf7b12afe4cbaba0c0823
tree90791b61aa98621245b94cfbf3317037bcb8b248
parentac48fba036e1764dfa98ed0f0aa932491aa1c4ef
Add a missing SSLfatal call

A missing SSLfatal call can result in an assertion failed error if the
condition gets triggered.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7594)
ssl/s3_msg.c
ssl/t1_enc.c