Add a test for unencrypted alert
authorMatt Caswell <matt@openssl.org>
Tue, 7 Aug 2018 15:22:31 +0000 (16:22 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 8 Aug 2018 09:16:58 +0000 (10:16 +0100)
commitf460e8396f8cb1be1bbd6a8a22d7e24b80d8a607
treee0df9037d184402424c411e627afc6948ecfcce6
parentde9e884b2f43c59834c2b1c3cfde35fa2c797f2b
Add a test for unencrypted alert

Test that a server can handle an unecrypted alert when normally the next
message is encrypted.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6887)
test/recipes/70-test_tls13alerts.t [new file with mode: 0644]
util/perl/TLSProxy/Alert.pm [new file with mode: 0644]
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/Record.pm