]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add unit tests for test_tls_decrypt_lite
authorArne Schwabe <arne@rfc2549.org>
Fri, 22 Apr 2022 13:40:36 +0000 (15:40 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 25 Apr 2022 15:56:41 +0000 (17:56 +0200)
commit34694688f43ba1cb5827d921df0b374c916119ce
tree2a6fea86ae03f5d7fd872cf1a2fa4b936412876e
parent788ce35cf09aff09b79f428cdd6cfc0ff8627934
Add unit tests for test_tls_decrypt_lite

This tests currently the existing functionality of test_tls_decrypt_lite
to check if a reset packet is valid or not.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220422134038.3801239-8-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24168.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/openvpn/Makefile.am
tests/unit_tests/openvpn/test_pkt.c [new file with mode: 0644]