]> git.ipfire.org Git - thirdparty/openssl.git/commit
Be more accurate about what we accept as a valid DTLS version
authorMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2023 13:57:02 +0000 (14:57 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 May 2023 14:25:37 +0000 (15:25 +0100)
commit861cd8964bfeb955408e93048d118e1826e12d0c
treead9892893b9f8ba9d1c408a2cbf8d0f8149b3157
parente89f9ef424548f0c9153f8bbb4a0beb1208e357e
Be more accurate about what we accept as a valid DTLS version

We accepted more version numbers as valid DTLS then we really should do.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20830)
ssl/statem/statem_lib.c