openvpn
openvpn copied to clipboard
OpenVPN is an open source VPN daemon
Example danger of not zero'ing out the key on tls_session_free if it were to be called twice for whatever reason (this crash can be potentially prevented): ``` (gdb) run --proto...
**Describe the bug** The OpenVPN server process memory usage increases continuously (trend consistent with exponential growth) over approximately 48 hours while the number of connected clients remains stable (~80 clients)....
**Describe the bug** We are seeing one of the behaviors described in OpenVPN#793 as a possible other symptom of the same "netlink message async receive mixup". With OpenVPN 2.6.15 (the...
For discussion on fixing #883 by back-porting f353b and other required code, which fixed #793 to the OpenVPN 2.6 line. This seems to fix the original issue see in but...
As of today, the `auth-pam` plugin defaults to sync operation, which has known drawbacks ("freeze the whole process"). To enable async/deferred mode, `setenv deferred_auth_pam yes` must be used. We should...
The code base is pretty static and small but getting rid of the out-of-tree code and Csharp build would be worth the effort
We have a lot of duplicated functionality with the interactive service. At this point we should remove all of that from openvpn.exe and force usage of the interactive service to...
Hello, I've configured OpenVPN 2.7BETA2 on a Rocky Linux 10 (aarch64) and I see that the logs get big because the server keeps restarting by timeout even when there is...
so we do have server/client tests, but they do not come near the PUSH_UPDATE infra - and it does not really fit easily into the "do magic by --auth-user-pass-verify or...
# Thank you for your contribution You are welcome to open PR, but they are used for discussion only. All patches must eventually go to the openvpn-devel mailing list for...