-
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 82fd89a
- Loading branch information
1 parent
c2d1be0
commit 6c2ffa1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
18 files
+3 −0 | CMakeLists.txt | |
+8 −0 | Changes.rst | |
+1 −0 | src/openvpn/Makefile.am | |
+95 −4 | src/openvpn/crypto.c | |
+52 −1 | src/openvpn/crypto.h | |
+114 −0 | src/openvpn/crypto_epoch.c | |
+70 −0 | src/openvpn/crypto_epoch.h | |
+1 −0 | src/openvpn/crypto_mbedtls.h | |
+9 −7 | src/openvpn/dns.c | |
+2 −1 | src/openvpn/dns.h | |
+3 −3 | src/openvpn/options.c | |
+52 −40 | src/openvpn/ssl.c | |
+3 −0 | src/openvpn/ssl_common.h | |
+3 −4 | src/openvpnserv/common.c | |
+34 −2 | src/openvpnserv/service.h | |
+1 −0 | tests/unit_tests/openvpn/Makefile.am | |
+268 −1 | tests/unit_tests/openvpn/test_crypto.c | |
+0 −19 | tests/unit_tests/openvpn/test_ssl.c |