]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_locl.h
Update end of early data processing for draft-19
authorMatt Caswell <matt@openssl.org>
Thu, 9 Mar 2017 15:03:07 +0000 (15:03 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 16 Mar 2017 14:20:38 +0000 (14:20 +0000)
commitef6c191bceb7f09918cfd39e780759c32afb2396
tree1a91e3b4be56102bb9ad9706b122c9e8c87e4cda
parentbc993d30fcff70667618d83f5b58d99e119f4c23
Update end of early data processing for draft-19

The end of early data is now indicated by a new handshake message rather
than an alert.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2895)
15 files changed:
include/openssl/ssl.h
include/openssl/ssl3.h
ssl/record/rec_layer_s3.c
ssl/record/ssl3_record_tls13.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem.c
ssl/statem/statem.h
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h
ssl/statem/statem_srvr.c
ssl/tls13_enc.c
test/sslapitest.c