]> git.ipfire.org Git - thirdparty/openssl.git/commit
Complain if we are writing early data but SNI or ALPN is incorrect
authorMatt Caswell <matt@openssl.org>
Fri, 21 Jul 2017 10:41:05 +0000 (11:41 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 31 Aug 2017 14:03:34 +0000 (15:03 +0100)
commitffc5bbaaee2bfaba8d420e912c4d77b4090b896f
tree9dd6c92e4c0e5a009b21e58d8a8b342aad53e55c
parent67738645dc0b044fc7d120a3c67af5635d0d78ec
Complain if we are writing early data but SNI or ALPN is incorrect

SNI and ALPN must be set to be consistent with the PSK. Otherwise this is
an error.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3926)
crypto/err/openssl.txt
include/openssl/sslerr.h
ssl/ssl_err.c
ssl/statem/extensions_clnt.c