-
Notifications
You must be signed in to change notification settings - Fork 240
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 800e8ab
- Loading branch information
1 parent
258aec9
commit a0ae590
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
30 files
+3 −0 | Changes.rst | |
+18 −0 | README.awslc | |
+8 −4 | doc/man-sections/advanced-options.rst | |
+9 −0 | doc/man-sections/vpn-network-options.rst | |
+6 −2 | doc/management-notes.txt | |
+2 −1 | src/openvpn/crypto_epoch.h | |
+7 −0 | src/openvpn/crypto_openssl.c | |
+33 −2 | src/openvpn/dco_linux.c | |
+16 −9 | src/openvpn/manage.c | |
+1 −1 | src/openvpn/manage.h | |
+16 −1 | src/openvpn/mroute.c | |
+3 −0 | src/openvpn/mroute.h | |
+1 −0 | src/openvpn/mtcp.c | |
+3 −1 | src/openvpn/mudp.c | |
+3 −2 | src/openvpn/multi.c | |
+5 −53 | src/openvpn/networking_iproute2.c | |
+3 −2 | src/openvpn/networking_sitnl.c | |
+1 −1 | src/openvpn/openssl_compat.h | |
+12 −6 | src/openvpn/options.c | |
+105 −61 | src/openvpn/route.c | |
+15 −0 | src/openvpn/route.h | |
+41 −0 | src/openvpn/run_command.c | |
+20 −0 | src/openvpn/run_command.h | |
+1 −1 | src/openvpn/ssl.c | |
+7 −3 | src/openvpn/ssl_openssl.c | |
+1 −1 | src/openvpn/tun.c | |
+20 −8 | src/openvpn/tun_afunix.c | |
+26 −2 | tests/unit_tests/openvpn/mock_msg.c | |
+14 −0 | tests/unit_tests/openvpn/mock_msg.h | |
+69 −1 | tests/unit_tests/openvpn/test_misc.c |