]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the DTLS1_COOKIE_LENGTH value
authorMatt Caswell <matt@openssl.org>
Wed, 17 Jun 2020 10:34:49 +0000 (11:34 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Jun 2020 10:25:35 +0000 (11:25 +0100)
commitcfbe41ea9138ba5f4fb6f859a72034ba4ddc693f
tree025092b89d745b7e4eccaf71907c946c3fa0c486
parent989a85774b63a91ca8d3be558ec7560fdf91fa42
Fix the DTLS1_COOKIE_LENGTH value

The DTLS1_COOKIE_LENGTH value was incorrect in the header files. We
couldn't change it before due to ABI concerns. However 3.0 is not ABI
compatible so we can now fix it.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12179)
include/openssl/dtls1.h
ssl/statem/statem_srvr.c