]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/dtlstest.c
Add DTLS replay protection test
authorMatt Caswell <matt@openssl.org>
Tue, 5 Jul 2016 08:50:55 +0000 (09:50 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Aug 2016 12:52:40 +0000 (13:52 +0100)
commitac9fc67a488427bc3e987f5a4c235e8fbeedf711
tree9b98f52369983f50702e83086ff92db24d4e6d07
parent738ad946ddf7cbb839447981304df89f5f83b18b
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>
test/dtlstest.c