]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_lib.c
Add basic TLSv1.3 cookie support
authorMatt Caswell <matt@openssl.org>
Thu, 2 Mar 2017 17:37:03 +0000 (17:37 +0000)
committerMatt Caswell <matt@openssl.org>
Sat, 4 Mar 2017 23:32:39 +0000 (23:32 +0000)
commitcfef5027bf27a74098588e48829f0d058b4b0aea
tree9e2b7b6d2b17816b14885bbdae9d40fd96698fe6
parent6356716ac09d94a0c85fd6e5ad12f088c54d75c0
Add basic TLSv1.3 cookie support

We do not allow the generation of TLSv1.3 cookies. But if we receive one
in an HRR we will echo it back in the ClientHello.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2839)
include/openssl/ssl.h
include/openssl/tls1.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/statem_locl.h