Add DTLS replay protection test
authorMatt Caswell <matt@openssl.org>
Tue, 5 Jul 2016 10:52:43 +0000 (11:52 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Aug 2016 12:50:27 +0000 (13:50 +0100)
commit30ea36e69543f28d8d84e565d29c8a4b7f61005d
tree839561a7a0a06514b2fbc5d6518a7c24f133bf8a
parent20744f6b40b5ded059a848f66d6ba922f2a62eb3
Add DTLS replay protection test

Injects a record from epoch 1 during epoch 0 handshake, with a record
sequence number in the future, to test that the record replay protection
feature works as expected. This is described more fully in the next commit.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/dtlstest.c