]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix TLSv1.3 alert handling
authorMatt Caswell <matt@openssl.org>
Fri, 18 May 2018 08:07:42 +0000 (09:07 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 11 Jun 2018 14:46:21 +0000 (15:46 +0100)
commit4aa5a5669c69a66fbd8b31c52014356f1e960501
tree11ac26af3fbeaf80f1b2f4dd7b0c7cf28ef70180
parent2285c0f624b2f5fd16b590511dc35f427053f89f
Fix TLSv1.3 alert handling

In TLSv1.3 we should ignore the severity level of an alert according to
the spec.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6370)
ssl/record/rec_layer_s3.c