Add a test for fragmented alerts
authorMatt Caswell <matt@openssl.org>
Tue, 21 Jun 2016 15:33:52 +0000 (16:33 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 27 Jun 2016 13:51:03 +0000 (14:51 +0100)
commitc3fd55d4a6ed1025c471603b67fbbbce606a5171
tree638c645bc73a32bdaacbc7cf4e1d367d131ebad6
parent63916e9a234c1e6bbf82cc21b7d2e39cdecb30d0
Add a test for fragmented alerts

The previous commit fixed a problem where fragmented alerts would cause an
infinite loop. This commit adds a test for these fragmented alerts.

Reviewed-by: Andy Polyakov <appro@openssl.org>
test/recipes/70-test_sslrecords.t
util/TLSProxy/Message.pm