]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add unit test for encrypting/decrypting data channel
authorArne Schwabe <arne@rfc2549.org>
Thu, 8 Feb 2024 08:57:49 +0000 (09:57 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 8 Feb 2024 10:01:03 +0000 (11:01 +0100)
commit70b39f2bea9fd6e57f31e32b2041246731140cb2
tree494857e272fbc4465c0f72112210aa21a6cd2df3
parentca122f990c76090ba90159812e89049810710bfe
Add unit test for encrypting/decrypting data channel

This test is reusing code from --test-crypto but is modified to not rely
on the static key functionality and also only tests the most common
algorithm. So it does not yet completely replace --test-crypto

Change-Id: Ifa5ae96165d17b3cae4afc53e844bb34d1610e58
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20240208085749.869-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28195.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/unit_tests/openvpn/test_ssl.c