-
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 976a653
- Loading branch information
1 parent
58b4cba
commit e3e47c1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
24 files
+8 −6 | .github/workflows/build.yaml | |
+3 −3 | Makefile.am | |
+19 −10 | configure.ac | |
+5 −2 | doc/man-sections/client-options.rst | |
+16 −8 | doc/man-sections/tls-options.rst | |
+24 −6 | doc/management-notes.txt | |
+40 −0 | renovate.json | |
+15 −0 | sample/sample-plugins/defer/multi-auth.c | |
+1 −0 | src/openvpn/auth_token.c | |
+4 −0 | src/openvpn/init.c | |
+2 −1 | src/openvpn/manage.c | |
+76 −16 | src/openvpn/misc.c | |
+16 −0 | src/openvpn/misc.h | |
+34 −7 | src/openvpn/options.c | |
+13 −2 | src/openvpn/proxy.c | |
+11 −0 | src/openvpn/ssl.c | |
+234 −14 | src/openvpn/ssl_openssl.c | |
+2 −0 | src/openvpn/ssl_verify.c | |
+48 −72 | src/openvpn/tun.c | |
+36 −0 | src/openvpn/win32.c | |
+22 −0 | src/openvpn/win32.h | |
+2 −0 | tests/unit_tests/openvpn/test_auth_token.c | |
+169 −13 | tests/unit_tests/openvpn/test_ssl.c | |
+31 −1 | tests/unit_tests/openvpn/test_user_pass.c |