Commit 22ea544
File tree
7 files changed
+54
-7
lines changed- debian-sbuild/openvpn
- release
- src
- windows-msi
7 files changed
+54
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
- .github/workflows/build.yaml+13-11
- CMakeLists.txt+15-1
- ChangeLog+59
- Changes.rst+5
- README.wolfssl+10
- distro/systemd/[email protected]+1-1
- distro/systemd/[email protected]+1-1
- doc/man-sections/cipher-negotiation.rst+9-9
- doc/man-sections/client-options.rst+7-2
- doc/man-sections/example-fingerprint.rst+16-31
- doc/man-sections/examples.rst+1-1
- doc/man-sections/generic-options.rst-12
- doc/man-sections/protocol-options.rst+1-1
- doc/man-sections/script-options.rst+10-12
- doc/man-sections/server-options.rst+1-1
- doc/man-sections/signals.rst+1-1
- doc/man-sections/tls-options.rst+18-7
- doc/man-sections/unsupported-options.rst+23-7
- doc/man-sections/virtual-routing-and-forwarding.rst+1-1
- doc/man-sections/vpn-network-options.rst+1-1
- doc/openvpn.8.rst+1-1
- src/openvpn/buffer.c+3-3
- src/openvpn/buffer.h+19-7
- src/openvpn/crypto.c+7
- src/openvpn/crypto.h+4-2
- src/openvpn/dco.c+12
- src/openvpn/forward.c+14-36
- src/openvpn/forward.h+1-32
- src/openvpn/init.c+7-39
- src/openvpn/manage.c+10-26
- src/openvpn/mbuf.c+3
- src/openvpn/mbuf.h+2
- src/openvpn/mudp.c+2-4
- src/openvpn/multi.c+31-35
- src/openvpn/multi.h+3-4
- src/openvpn/openvpn.h+1-4
- src/openvpn/options.c+23-54
- src/openvpn/options.h+3-8
- src/openvpn/options_parse.c+6-2
- src/openvpn/ps.c+1-1
- src/openvpn/push.c+6-2
- src/openvpn/schedule.h+20-11
- src/openvpn/socket.c+5-2
- src/openvpn/ssl.c+14-11
- src/openvpn/ssl.h+1-1
- src/openvpn/ssl_common.h+4-2
- src/openvpn/ssl_mbedtls.c+9-3
- src/openvpn/ssl_openssl.c+4-2
- src/openvpn/ssl_verify_mbedtls.c+1-1
- src/openvpn/ssl_verify_openssl.c+1-1
- src/openvpn/tun.c+42-277
- src/openvpn/tun.h+2-2
- src/openvpnserv/interactive.c+12-4
- tests/unit_tests/openvpn/Makefile.am+30-3
- tests/unit_tests/openvpn/test_buffer.c+1-1
- tests/unit_tests/openvpn/test_mbuf.c+160
- tests/unit_tests/openvpn/test_options_parse.c+1-1
- tests/unit_tests/openvpn/test_push_update_msg.c+102-4
- version.m4+1-1
Submodule openvpn-gui updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments