TLSv1.3 alerts cannot be fragmented and only one per record
authorMatt Caswell <matt@openssl.org>
Thu, 11 May 2017 09:16:34 +0000 (10:16 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 11 May 2017 12:13:04 +0000 (13:13 +0100)
commit0b367d79552401c221affa406b978a5b33d79032
treeaeb943401c5fc096b03b759d53a19e8a8b0d06c5
parent3c544acc385ac39b77873c9cfa77c4ae5df956b5
TLSv1.3 alerts cannot be fragmented and only one per record

We should be validating that.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3436)
include/openssl/ssl.h
ssl/record/rec_layer_s3.c
ssl/ssl_err.c