-
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 5e086c0
- Loading branch information
1 parent
e695dae
commit 7d462a4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
16 files
+1 −0 | doc/man-sections/client-options.rst | |
+33 −9 | src/openvpn/crypto.c | |
+83 −5 | src/openvpn/crypto.h | |
+349 −0 | src/openvpn/crypto_epoch.c | |
+91 −1 | src/openvpn/crypto_epoch.h | |
+2 −2 | src/openvpn/init.c | |
+2 −2 | src/openvpn/options.c | |
+91 −12 | src/openvpn/packet_id.c | |
+35 −2 | src/openvpn/packet_id.h | |
+2 −2 | src/openvpn/push.c | |
+5 −0 | src/openvpn/ssl.c | |
+3 −0 | src/openvpn/ssl.h | |
+2 −2 | src/openvpn/ssl_common.h | |
+252 −2 | tests/unit_tests/openvpn/test_crypto.c | |
+56 −0 | tests/unit_tests/openvpn/test_packet_id.c | |
+1 −1 | tests/unit_tests/openvpn/test_ssl.c |