openvpn3
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.
I am a beginner in C++. I have been exposed to Java for a while, and now I want to try app development, such as implementing the Android client of...
# Description This is another approach to #315 which aims at making scripts more portable. In order to ensure compatibility I've tried to resolve all [shellcheck] warnings with the exception...
# Description This replaces `/bin/bash` shebang with a more universal `/usr/bin/env bash`. This is required for easier packaging in systems which don't provide the former such as NixOS.
Hello, I am trying to use Qt6 and OpenVPN3 as libraries for some of my experiments, but I have not been able to make any progress for 2-3 days. Can...
https://github.com/OpenVPN/openvpn3/blob/master/LICENSES/APGL-3.0-only.txt returns 404
Full log below. ``` :info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_openvpn3/openvpn3/work/build/test/unittests && /opt/local/bin/cmake -E cmake_link_script CMakeFiles/coreUnitTests.dir/link.txt --verbose=ON :info:build /usr/bin/clang++ -pipe -I/opt/local/libexec/openssl3/include -Os -DNDEBUG -I/opt/local/libexec/openssl3/include -isystem/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -mmacosx-version-min=15.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names...
I let IPv4 packets pass through the tun even when they exceed the mssfix limit if the Don't Fragment bit is not set. In IPv6 the DF is always considered...
Before I submit a pull request I want to hear people's thoughts on this.
The following file is missing from the git repo: https://github.com/OpenVPN/openvpn3/blob/9cafba7c7ed1ac8e3237cb19d5b7a626ad830de3/openvpn/transport/socket_protect.hpp#L27 This breaks attempts to build the vcpkg port for UWP.