Commit 1fe35494 authored by Matt Caswell's avatar Matt Caswell
Browse files

Verify that only NULL compression is sent in TLSv1.3 ClientHello



It is illegal in a TLSv1.3 ClientHello to send anything other than the
NULL compression method. We should send an alert if we find anything else
there. Previously we were ignoring this error.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3410)
parent 068e3d73
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment