openvpn3 icon indicating copy to clipboard operation
openvpn3 copied to clipboard

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.

Results 68 openvpn3 issues
Sort by recently updated
recently updated
newest added

The OpenVPN 3 codebase seems to use the [GNU coding style](https://en.wikipedia.org/wiki/GNU_coding_standards) as far as I can best see from the list of [common indentation styles on wikipedia](https://en.wikipedia.org/wiki/Indentation_style#Styles). I don't want...

I am not sure what needs to be done but I would think there needs to be some improvement in the profile creation. When I made a new profile and...

Is it possible to block ipv6 requests? How to implement ipv6 block?

Hi, OpenVPN Connect Client 3 did not Work with Computer Certificates on Windows 10. We have tried to read the computer certificate with the --cryptoapicert "SUBJ:", but it does not...

Hi, sorry for asking here, but I couldn't find a way to write an OpenVPN server anywhere. Searching github for "openvpn server" in C++ or C gives nothing. I sucessfully...

After doing a bit of testing it appears that the `reneg-sec` directive does not work when the server (in this testing case OpenVPN `2.4.4` and `2.4.5`) is charge of the...

Both ics-openvpn with openvpn3 and OpenVPN Connect on Android shows the problem: ``` Nov 03 13:50:31 archlinux openvpn[18325]: 192.168.1.131:43902 peer info: IV_VER=2.5_master Nov 03 13:50:31 archlinux openvpn[18325]: 192.168.1.131:43902 peer info:...

Now, I am creating a openvpn client using the API on win platform. I need to do something when I get the sinal of "CONENECTED" which means the vpn network...

I am working on an application in which I have made 3 virtual tunnels named utun0, utun1 and utun2. I want to customize tunnels related to my specific example by...

Create C# bindings and a test C# client.

enhancement