-
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 7268e14
- Loading branch information
1 parent
7303e1d
commit 9799799
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
24 files
+5 −5 | .github/workflows/build.yaml | |
+6 −0 | Changes.rst | |
+3 −0 | config.h.cmake.in | |
+26 −5 | configure.ac | |
+8 −0 | doc/man-sections/protocol-options.rst | |
+4 −2 | doc/man-sections/proxy-options.rst | |
+3 −1 | doc/man-sections/tls-options.rst | |
+20 −0 | src/openvpn/crypto.c | |
+8 −0 | src/openvpn/crypto.h | |
+0 −11 | src/openvpn/crypto_backend.h | |
+0 −11 | src/openvpn/crypto_mbedtls.c | |
+0 −44 | src/openvpn/crypto_openssl.c | |
+78 −78 | src/openvpn/misc.c | |
+0 −2 | src/openvpn/misc.h | |
+10 −0 | src/openvpn/multi.c | |
+78 −117 | src/openvpn/ntlm.c | |
+38 −3 | src/openvpn/options.c | |
+2 −0 | src/openvpn/options.h | |
+9 −13 | src/openvpn/proxy.c | |
+1 −1 | src/openvpn/proxy.h | |
+49 −39 | src/openvpn/route.c | |
+1 −5 | src/openvpn/ssl.h | |
+2 −0 | src/openvpn/syshead.h | |
+0 −24 | tests/unit_tests/openvpn/test_crypto.c |