-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update src/openvpn digest to 6598590
- Loading branch information
1 parent
36c4a07
commit d2f8de1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
29 files
+18 −6 | .github/workflows/build.yaml | |
+0 −3 | config.h.cmake.in | |
+0 −22 | configure.ac | |
+6 −11 | src/openvpn/auth_token.c | |
+2 −2 | src/openvpn/buffer.c | |
+6 −4 | src/openvpn/crypto.c | |
+2 −0 | src/openvpn/forward.c | |
+4 −29 | src/openvpn/init.c | |
+15 −2 | src/openvpn/integer.h | |
+1 −11 | src/openvpn/mroute.h | |
+1 −1 | src/openvpn/mss.c | |
+2 −16 | src/openvpn/multi.c | |
+1 −1 | src/openvpn/otime.c | |
+1 −1 | src/openvpn/otime.h | |
+2 −2 | src/openvpn/packet_id.c | |
+1 −0 | src/openvpn/pkcs11.c | |
+3 −4 | src/openvpn/reliable.c | |
+1 −1 | src/openvpn/socks.c | |
+24 −3 | src/openvpn/ssl.c | |
+4 −1 | src/openvpn/ssl.h | |
+42 −5 | src/openvpn/ssl_openssl.c | |
+1 −1 | src/openvpn/tls_crypt.c | |
+1 −7 | src/openvpn/tun.c | |
+7 −7 | src/openvpn/xkey_helper.c | |
+1 −1 | tests/unit_tests/openvpn/mock_get_random.c | |
+3 −3 | tests/unit_tests/openvpn/test_crypto.c | |
+3 −3 | tests/unit_tests/openvpn/test_packet_id.c | |
+1 −1 | tests/unit_tests/openvpn/test_provider.c | |
+1 −1 | tests/unit_tests/openvpn/test_tls_crypt.c |