0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
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.
Go to file
James Yonan 820b0720ff Core: Fixed issue in base64.hpp with typo in expression that
terminates loop through char array.

This is functionally a no-op because the
(*p == equal || is_base64_char(*p)) term will effectively
terminate the loop when *p != '\0' because is_base64_char(0)
returns 0.
2014-07-07 14:46:44 -06:00
boost Core build script changes: 2014-03-03 14:34:39 -07:00
client Implemented Mac connection lifecycle monitoring object 2014-03-24 17:28:46 -06:00
javacli Removed the first two parameters from tun_builder_reroute_gw 2014-02-27 21:51:28 -07:00
lz4 In build scripts, standardize on $DL referring to downloads 2014-02-09 03:10:02 -07:00
lzo In build scripts, standardize on $DL referring to downloads 2014-02-09 03:10:02 -07:00
minicrypto Ported minicrypto lib to OS X for PolarSSL optimization. 2014-03-04 17:42:00 -07:00
openssl Ported minicrypto lib to OS X for PolarSSL optimization. 2014-03-04 17:42:00 -07:00
openvpn Core: Fixed issue in base64.hpp with typo in expression that 2014-07-07 14:46:44 -06:00
polarssl Core: added CRL support (crl-verify directive) to PolarSSL module. 2014-04-22 01:55:05 -06:00
scripts Implemented Mac connection lifecycle monitoring object 2014-03-24 17:28:46 -06:00
snappy In build scripts, standardize on $DL referring to downloads 2014-02-09 03:10:02 -07:00
test Implemented non-echoed console prompt for password in cli wrapper 2014-03-28 18:53:15 -06:00
win Windows build system config changes: 2014-04-04 10:02:33 -06:00
android-sdk-path Updated Android SDK, NDK, and build scripts: 2014-01-13 17:48:37 -07:00
lib-versions Updated PolarSSL to 1.3.7. 2014-05-05 12:51:01 -06:00
setlibpath Updated linux scripts to work with latest core and library 2012-09-09 23:10:20 +00:00
setpath iOS version: 1.0 Beta 17 2012-09-05 01:09:34 +00:00
sources OpenVPN 1.0.2 build 98 (iOS) 2013-11-11 12:33:35 -07:00
vars-android Android: build two versions of OpenVPN core library (libovpncli.so) 2014-01-14 16:40:25 -07:00
vars-android-a7a Android: build two versions of OpenVPN core library (libovpncli.so) 2014-01-14 16:40:25 -07:00
vars-android-a7a-dbg Android: build two versions of OpenVPN core library (libovpncli.so) 2014-01-14 16:40:25 -07:00
vars-android-dbg Android: build two versions of OpenVPN core library (libovpncli.so) 2014-01-14 16:40:25 -07:00
vars-arm-cross iOS version: 1.0 Beta 17 2012-09-05 01:09:34 +00:00
vars-ios OpenVPN 1.0.2 build 98 (iOS) 2013-11-11 12:33:35 -07:00
vars-ios-dbg OpenVPN 1.0.2 build 98 (iOS) 2013-11-11 12:33:35 -07:00
vars-iossim Fixed some issues when running on iOS simulator in Xcode 5.0.2. 2013-12-23 18:00:07 -07:00
vars-iossim-dbg Fixed some issues when running on iOS simulator in Xcode 5.0.2. 2013-12-23 18:00:07 -07:00
vars-linux Ported minicrypto lib to OS X for PolarSSL optimization. 2014-03-04 17:42:00 -07:00
vars-osx Ported minicrypto lib to OS X for PolarSSL optimization. 2014-03-04 17:42:00 -07:00
vars-osx64 Added vars-osx64 for Mac OS X 64-bit builds only. 2014-04-07 21:15:25 -06:00
vars-osx-dbg Ported minicrypto lib to OS X for PolarSSL optimization. 2014-03-04 17:42:00 -07:00
vars-reset Ported minicrypto lib to OS X for PolarSSL optimization. 2014-03-04 17:42:00 -07:00
vars-win Ported core to Windows except for TAP driver support. 2012-01-25 08:32:27 +00:00