]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Move ssl function related to control channel wrap/unwrap to ssl_pkt.c/h
authorArne Schwabe <arne@rfc2549.org>
Fri, 22 Apr 2022 13:40:35 +0000 (15:40 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 25 Apr 2022 15:44:21 +0000 (17:44 +0200)
commit788ce35cf09aff09b79f428cdd6cfc0ff8627934
treefdadfa0d4ba7009b237a287d6b60990e6357a4da
parentb67d670b2dedd9a4d39d927956b385903107f82b
Move ssl function related to control channel wrap/unwrap to ssl_pkt.c/h

This allows these functions to be relatively easily included into the
unit test without pulling ssl.c and all the dependencies of ssl.c into
a unit test.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220422134038.3801239-7-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24149.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
12 files changed:
src/openvpn/Makefile.am
src/openvpn/mudp.c
src/openvpn/openvpn.vcxproj
src/openvpn/openvpn.vcxproj.filters
src/openvpn/ssl.c
src/openvpn/ssl.h
src/openvpn/ssl_mbedtls.c
src/openvpn/ssl_mbedtls.h
src/openvpn/ssl_openssl.c
src/openvpn/ssl_openssl.h
src/openvpn/ssl_pkt.c [new file with mode: 0644]
src/openvpn/ssl_pkt.h [new file with mode: 0644]