From: Matt Caswell Date: Fri, 18 May 2018 08:07:42 +0000 (+0100) Subject: Fix TLSv1.3 alert handling X-Git-Tag: OpenSSL_1_1_1-pre8~45 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=4aa5a5669c69a66fbd8b31c52014356f1e960501;hp=4aa5a5669c69a66fbd8b31c52014356f1e960501;ds=inline 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 (Merged from https://github.com/openssl/openssl/pull/6370) ---