0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/test/ovpncli
James Yonan 496e797a21 Added client hooks for DCO (Data Channel offload).
Updated tun implementation on Linux.
2015-06-17 01:48:33 -06:00
..
.gitignore Minor gitignore mod. 2015-06-11 12:32:42 -06:00
cli.cpp Added client hooks for DCO (Data Channel offload). 2015-06-17 01:48:33 -06:00
go Added Asio to deps/lib-versions. 2015-06-06 13:29:30 -06:00
gok Added client hooks for DCO (Data Channel offload). 2015-06-17 01:48:33 -06:00
README.txt Simplified CipherInfo and DigestInfo by not storing 2014-10-21 23:03:55 -06:00

Build on Mac:

  With PolarSSL:
    GCC_EXTRA="-ferror-limit=4" STRIP=1 PSSL=1 SNAP=1 LZ4=1 build cli

  With PolarSSL and Minicrypto:
    GCC_EXTRA="-ferror-limit=4" STRIP=1 PSSL=1 MINI=1 SNAP=1 LZ4=1 build cli

  With PolarSSL, Minicrypto, and C++11 for optimized move constructors:
    GCC_EXTRA="-ferror-limit=4 -std=c++11" STRIP=1 PSSL=1 MINI=1 SNAP=1 LZ4=1 build cli

  With OpenSSL:
    GCC_EXTRA="-ferror-limit=4" STRIP=1 OSSL=1 OPENSSL_SYS=1 SNAP=1 LZ4=1 build cli

  With PolarSSL/AppleCrypto hybrid:
    GCC_EXTRA="-ferror-limit=4" STRIP=1 HYBRID=1 SNAP=1 LZ4=1 build cli

Build on Linux:

  With PolarSSL:
    STRIP=1 SNAP=1 LZ4=1 PSSL=1 NOSSL=1 build cli

  With OpenSSL:
    STRIP=1 SNAP=1 LZ4=1 build cli