mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-22 00:00:06 +08:00
3e002c8 remove unused Jenkinsfile 16b1055 [OVPN3-140] Update company names in copyrights 6caca2c [OVPN3-140] Relicense back to AGPLv3 4f9ae74 cliproto: react to tls_warnings 546547b Proto: export tls_warnings attribute from SSL session 7cbaa26 SSLAPI: add tls_warning attribute 7ed93a3 clievent: add Warn event class 7a71ba1 win: get 'arch' param value from environment 61bb21b win: make parameter optional 15d66c4 [OVPN3-141] win: disable WPO 97d9c28 [OU-15] mbedtls: remove duplicated code 95aec32 [OU-15] mbedtls: refactor X509Cert to allow reuse der2pem 946753e [OVPN3-135] Win: remove unneeded default route d7f8c47 nrpt: create separate policy per dns suffix 577b5ca cli.cpp: fix typ0 in define fc8f89d [OVPN3-129] android: ensure all SWIG files are archived and saved e143bc0 [OVPN3-129] android: improve build system in order to perform full build 06d23ec [OVPN3-129] build-system: let scripts download dependencies 76bb99c fix usage of to_string() in Android 44c183a time: mute type conversion warnings for UWP client 7d7490c transport: enable socket protect call for UWP 1c003ac transport: pass protocol type to external factory c0de92c transport: add stop_requeueing method e2c60c8 android: build core library with MD5 support 3928069 [OVPN3-119] mbedTLS: create INSECURE profile including MD5 4f99310 remove function accidentally duplicated by last merge b91d841 self-test: add missing includes 19e33c4 [OA-14] mbedTLS: relax x509 date/time format check f3cf645 [OVPN3-116] disable SSL_CBC_RECORD_SPLITTING fca9ed2 [OVPN3-105] ParseClientConfig: avoid crash when not all key material is provided 7299fef [OC-42] Android: specify API level on command line d3da3df android: build client lib for x86 (for emulator) 8e501c5 Update version for mbedTLS and lz4 e57676e ParseClientConfig: export config to json format 9aa715f ParseClientConfig: export configuration to ovpn file format 1eab4cb ParseClientConfig: add helper constructor 71a59e4 ParseClientConfig: store the entire ovpn profile e0bb85a Transport: convert from transport protocol to config string 2fe56c3 Compress: convert from ctx type to config string 174ee25 OpenSSL: implement stub methods for new private_key_type/length() SSLAPIs 3d57708 mbedTLS: implement private_key_type/length() API a3210f0 SSLAPI: add private_key_type/length() getter methods 8ffe888 OpenSSL: implement stub methods for new extract_* SSLAPIs 16e9160 mbedTLS: implement extended API for key material extraction fe3d519 SSLAPI: extend API with methods to extract key material 2b4c850 Debugging: added header and build flag for valgrind run-time extensions. b948cde ManClientInstance::Factory: added virtual stop() method. 121e975 client API: added portOverride 106981c JSON: allow alternative JSON library implementations f206ae2 logging: added logdatetime.hpp which prepends date/time to log lines 49e933d Time: added to_double, delta_float, and delta_str methods 569b1da daemon.hpp: added class WritePid for managing pid files 63e9e04 ClientProto: reset CoarseTime object when AsioTimer is canceled f64b501 Cleanup: allow functor to be passed by value. ebe2560 RunContext: add configurable exit via EXIT_IN env var for debugging 1fbff4f tls-crypt: revised server-side validate_initial_packet() methods to use a BufferAllocated rather than a Buffer. 0090c51 SSLConst: added new ssl_flags() method which filters out non-ssl flags from given argument. 8379b0a CryptoDCInstance: added new RekeyType PRIMARY_SECONDARY_SWAP and use it in ProtoContext::promote_secondary_to_primary() since it more accurately reflects the underlying implementation. 18f45c2 ManClientInstance::Send: added AuthStatus::Type parameter to disconnect_user() method. 4bba803 Listen::List: added expand_ports() method. 5122e7d Listen::List: in port_offset(), set n_threads to 0 since number-of-threads data for port_offset items isn't really relevant. 4e11a6c StaticKey: added render_to_base64() and init_from_rng() methods. 190ece9 CryptoAlgs: added mode() method. 76e65cf CryptoAlgs: added AEAD_NONCE_TAIL_SIZE constant (set to 8 bytes) to represent the size in bytes of AEAD "nonce tail" normally taken from the HMAC key material. 2738718 compress: added method_to_string() method, i.e. the inverse of parse_method(). 7b47f99 compress: since parse_method() performs a linear search on method, reorder so that more frequently used methods appear at the top of the list. b428f74 library: added integer is_pow2() and log2() methods based on efficient __builtin_ffs and __builtin_clz intrinsics. 4926011 Android: adapt toolchain scripts to new SDK and move to API 26 ad4e995 mbedTLS: use mbedtls API to initialize cert object 908c611 transport: use socket_protect to communicate socket handle on UWP 92a6216 build win: read certain params from env 8166ea8 common: define uwp platform macro 0186bf6 common: report platform name as "uwp" 3f291b0 netconf: disable getting hwaddr for UWP 6365d26 transport: external factory 2ffa0c9 transport: synchronous DNS lookup 2c09c7c cliconnect.hpp: support for AsioWork always on 4f5a04d rand.hpp: allow external entropy source b19c5da time.hpp: use GetTickCount64 on Vista and newer 712ccfc android: export DEP_DIR via vars files only if not already defined 1b5a784 asio: make sure to switch to DEP_DIR before building 4302651 changes to support android building 6f56b2b Merge pull request #21 from OpenVPN/make_test_proto_deterministic 3a5ef2b travis-ci: make testing binary deterministic b76882d mbedtls: fix typ0 in exception message 40065a6 avoid "uninitialized variable warning" f33e7c2 [OVPN3-5] tls-crypt: add tls-crypt support in proto.hpp test unit 74c5f4f [OVPN3-5] tls-crypt: introduce tls-crypt support 389353c proto.cpp: uninit process at the end of the execution 56a831f [OVPN3-5] crypto/ssl: add support for AES-256-CTR 7cbf539 [OVPN3-5] build script: allow user to specify its own mbedTLS folder and LDFLAGS 8ae2a3f Integrate Google Test framework 68ae101 Add swig build to jenkins pipeline d496311 ovpncli.hpp: inline LogInfo constructor for clarity 96e0d89 Revert "Merged in OVPN3-21-prepend-log-record-with-unique- (pull request #7)" 7db95cc Make build fail on compilation errors 860129a TunBuilderCapture: make (to|from)_json methods public 2486494 random: added helper class Rand2 containing a crypto and non-crypto RNG 04175c2 appversion.hpp: Stringize VERSION -> MY_VERSION 81cb887 build script: added DPROF=1 flag a3dd47f timestr.hpp: moved milliseconds_since_epoch() to time/epoch.hpp 59b9492 sslchoose.hpp: added SSL_LIB_NAME 8fcb797 ProtoContext::KeyContext::raw_recv() : fix state transition e49e993 ProtoContext: comment edit 1d941aa VPNServerNetblock::Netblock refactor 7190495 Server-side renamings to break up long class names using namespaces. 3f74ec1 Listen::List: minor changes 79c789b RandomAPI: comment edit 5b5af36 Added SSLConst::SERVER_TO_SERVER flag fe00df4 OpenSSLContext::Config::set_rng: call assert_crypto() 3ae0076 In sslchoose.hpp, move OPENVPN_LOG_SSL macro to new file ssllog.hpp 1502cf6 URL::Parse: made is_valid_uri_char() standalone and moved to validate_uri.hpp 2dcb189 Added HTTP::Status::SwitchingProtocols constant 2f57024 HTTP::HeaderList: added get_value_trim_lower() method bee94d2 HTTP::HeaderList: get_value() and get_value_trim() should return std::string instead of const std::string 5debab1 Frame::Context: #define OPENVPN_NO_IO to allow building without i/o layer faf8f8f StaticKey: added parse_from_base64() method d11f250 HashString: added final_base64() method c373bf8 CompressContext: use C++11 member initialization and remove explicit attribute on constructor bd75cd7 RCPtr: added operator==() and operator!=() methods 7be33c5 PThreadBarrier: fixed incorrect comment 6f5f77b Link: use move semantics 17a5d89 inotify.hpp: no longer used 8ce39fc added render_hex() and render_hex_sep() methods that accept void* data ddc8e8a Function: use std::forward 76ee587 write_binary_atomic(): added tmpdir (temporary directory) parameter f366d55 base64: encode() now accepts void* data 462fe90 BufferType: added read(), write(), and prepend() variants that accept void* data 9ad1be4 IP::RouteType: added host_bits() method 3ebc8c7 IPv[46]::Addr::to_sockaddr() now accepts optional port number ce0977b Support Cityhash. fdbb0b9 IP::Addr: added validate_prefix_len() 25146d8 IP::Addr::from_ipv[4|6](): use move semantics a264f99 Merge pull request #20 from OpenVPN/fix_travis_ci_coverity 966e212 travis: don't mess up the SSL libs for wget/curl 2b8f09d Merge pull request #19 from OpenVPN/antonio/travis-ci-to-coverity 127cbb0 travis.yml: send build to Coverity SCAN when building master 2bca49b Merge pull request #15 from OpenVPN/antonio/travis-ci a5ce566 add basic support for Travis CI f9b14e9 macOS: add basic logging support 2b9188d Remotelist: pass meaningful port value to resolve::async_resolve() 4ebdbd0 Merged in OVPN3-38-improve-jenkins-pipeline-script (pull request #8) 832cf7f Report build status to Bitbucket 62423c9 Merged in OVPN3-21-prepend-log-record-with-unique- (pull request #7) cce2455 Prepend log string with unique reference. f26b08b Merged in OVPN3-25-pipeline-build (pull request #4) dc5ff1f Add OpenSSL version building. c77e1d6 Add pipeline script for multiplatform build. 4fab9b0 Merged in OVPN3-18-vs-project (pull request #2) 8eb0d6c Add Visual Studio project info to README 67c4989 Visual Studio 2015 solution and project files 52bfcd3 Merged in OVPN3-17 (pull request #1) 5f648ce Document Windows build process 3213c48 Support for local build settings b3ec01b Support for gpl version of mbedtls 903abc8 Support for zipballs 4029579 AsioPolySock: support bind to local address. 1e85566 Use openvpn::strerror_str() instead of std::strerror(). 3ba37fc OpenVPN 3 client: added OPENVPN_OVPNCLI_ASYNC_SETUP flag. git-subtree-dir: OpenVPN Adapter/Vendors/openvpn git-subtree-split: 3e002c83ce2e9f9f40ddcee750d3cfa664238abe
851 lines
28 KiB
C++
851 lines
28 KiB
C++
// OpenVPN -- An application to securely tunnel IP networks
|
|
// over a single port, with support for SSL/TLS-based
|
|
// session authentication and key exchange,
|
|
// packet encryption, packet authentication, and
|
|
// packet compression.
|
|
//
|
|
// Copyright (C) 2012-2017 OpenVPN Inc.
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU Affero General Public License Version 3
|
|
// as published by the Free Software Foundation.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// along with this program in the COPYING file.
|
|
// If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
// These classes encapsulate the basic setup of the various objects needed to
|
|
// create an OpenVPN client session. The basic idea here is to look at both
|
|
// compile time settings (i.e. crypto/SSL/random libraries), and run-time
|
|
// (such as transport layer using UDP, TCP, or HTTP-proxy), and
|
|
// build the actual objects that will be used to construct a client session.
|
|
|
|
#ifndef OPENVPN_CLIENT_CLIOPT_H
|
|
#define OPENVPN_CLIENT_CLIOPT_H
|
|
|
|
#include <string>
|
|
|
|
#include <openvpn/error/excode.hpp>
|
|
|
|
#include <openvpn/common/size.hpp>
|
|
#include <openvpn/common/platform.hpp>
|
|
#include <openvpn/common/options.hpp>
|
|
#include <openvpn/common/stop.hpp>
|
|
#include <openvpn/frame/frame_init.hpp>
|
|
#include <openvpn/pki/epkibase.hpp>
|
|
#include <openvpn/crypto/cryptodcsel.hpp>
|
|
#include <openvpn/ssl/mssparms.hpp>
|
|
#include <openvpn/tun/tunmtu.hpp>
|
|
#include <openvpn/tun/ipv6_setting.hpp>
|
|
#include <openvpn/netconf/hwaddr.hpp>
|
|
|
|
#include <openvpn/transport/socket_protect.hpp>
|
|
#include <openvpn/transport/reconnect_notify.hpp>
|
|
#include <openvpn/transport/client/udpcli.hpp>
|
|
#include <openvpn/transport/client/tcpcli.hpp>
|
|
#include <openvpn/transport/client/httpcli.hpp>
|
|
#include <openvpn/transport/altproxy.hpp>
|
|
#include <openvpn/transport/dco.hpp>
|
|
#include <openvpn/client/cliproto.hpp>
|
|
#include <openvpn/client/cliopthelper.hpp>
|
|
#include <openvpn/client/optfilt.hpp>
|
|
#include <openvpn/client/clilife.hpp>
|
|
|
|
#include <openvpn/ssl/sslchoose.hpp>
|
|
|
|
#ifdef OPENVPN_GREMLIN
|
|
#include <openvpn/transport/gremlin.hpp>
|
|
#endif
|
|
|
|
#if defined(OPENVPN_PLATFORM_ANDROID)
|
|
#include <openvpn/client/cliemuexr.hpp>
|
|
#endif
|
|
|
|
#if defined(OPENVPN_EXTERNAL_TRANSPORT_FACTORY)
|
|
#include <openvpn/transport/client/extern/config.hpp>
|
|
#include <openvpn/transport/client/extern/fw.hpp>
|
|
#endif
|
|
|
|
#if defined(OPENVPN_EXTERNAL_TUN_FACTORY)
|
|
// requires that client implements ExternalTun::Factory::new_tun_factory
|
|
#include <openvpn/tun/extern/config.hpp>
|
|
#elif defined(USE_TUN_BUILDER)
|
|
#include <openvpn/tun/builder/client.hpp>
|
|
#elif defined(OPENVPN_PLATFORM_LINUX) && !defined(OPENVPN_FORCE_TUN_NULL)
|
|
#include <openvpn/tun/linux/client/tuncli.hpp>
|
|
#ifdef OPENVPN_COMMAND_AGENT
|
|
#include <openvpn/client/unix/cmdagent.hpp>
|
|
#endif
|
|
#elif defined(OPENVPN_PLATFORM_MAC) && !defined(OPENVPN_FORCE_TUN_NULL)
|
|
#include <openvpn/tun/mac/client/tuncli.hpp>
|
|
#include <openvpn/apple/maclife.hpp>
|
|
#ifdef OPENVPN_COMMAND_AGENT
|
|
#include <openvpn/client/unix/cmdagent.hpp>
|
|
#endif
|
|
#elif defined(OPENVPN_PLATFORM_WIN) && !defined(OPENVPN_FORCE_TUN_NULL)
|
|
#include <openvpn/tun/win/client/tuncli.hpp>
|
|
#ifdef OPENVPN_COMMAND_AGENT
|
|
#include <openvpn/client/win/cmdagent.hpp>
|
|
#endif
|
|
#else
|
|
#include <openvpn/tun/client/tunnull.hpp>
|
|
#endif
|
|
|
|
#ifdef PRIVATE_TUNNEL_PROXY
|
|
#include <openvpn/pt/ptproxy.hpp>
|
|
#endif
|
|
|
|
#if defined(ENABLE_DCO)
|
|
#include <openvpn/dco/dcocli.hpp>
|
|
#endif
|
|
|
|
#ifndef OPENVPN_UNUSED_OPTIONS
|
|
#define OPENVPN_UNUSED_OPTIONS "UNUSED OPTIONS"
|
|
#endif
|
|
|
|
namespace openvpn {
|
|
|
|
class ClientOptions : public RC<thread_unsafe_refcount>
|
|
{
|
|
public:
|
|
typedef RCPtr<ClientOptions> Ptr;
|
|
|
|
typedef ClientProto::Session Client;
|
|
|
|
struct Config
|
|
{
|
|
std::string gui_version;
|
|
std::string server_override;
|
|
std::string port_override;
|
|
Protocol proto_override;
|
|
IPv6Setting ipv6;
|
|
int conn_timeout = 0;
|
|
SessionStats::Ptr cli_stats;
|
|
ClientEvent::Queue::Ptr cli_events;
|
|
ProtoContextOptions::Ptr proto_context_options;
|
|
HTTPProxyTransport::Options::Ptr http_proxy_options;
|
|
bool alt_proxy = false;
|
|
bool dco = false;
|
|
bool echo = false;
|
|
bool info = false;
|
|
bool tun_persist = false;
|
|
bool google_dns_fallback = false;
|
|
bool synchronous_dns_lookup = false;
|
|
std::string private_key_password;
|
|
bool disable_client_cert = false;
|
|
int ssl_debug_level = 0;
|
|
int default_key_direction = -1;
|
|
bool force_aes_cbc_ciphersuites = false;
|
|
bool autologin_sessions = false;
|
|
std::string tls_version_min_override;
|
|
std::string tls_cert_profile_override;
|
|
PeerInfo::Set::Ptr extra_peer_info;
|
|
#ifdef OPENVPN_GREMLIN
|
|
Gremlin::Config::Ptr gremlin_config;
|
|
#endif
|
|
Stop* stop = nullptr;
|
|
|
|
// callbacks -- must remain in scope for lifetime of ClientOptions object
|
|
ExternalPKIBase* external_pki = nullptr;
|
|
SocketProtect* socket_protect = nullptr;
|
|
ReconnectNotify* reconnect_notify = nullptr;
|
|
RemoteList::RemoteOverride* remote_override = nullptr;
|
|
|
|
#if defined(USE_TUN_BUILDER)
|
|
TunBuilderBase* builder = nullptr;
|
|
#endif
|
|
|
|
#if defined(OPENVPN_EXTERNAL_TUN_FACTORY)
|
|
ExternalTun::Factory* extern_tun_factory = nullptr;
|
|
#endif
|
|
|
|
#if defined(OPENVPN_EXTERNAL_TRANSPORT_FACTORY)
|
|
ExternalTransport::Factory* extern_transport_factory = nullptr;
|
|
#endif
|
|
};
|
|
|
|
ClientOptions(const OptionList& opt, // only needs to remain in scope for duration of constructor call
|
|
const Config& config)
|
|
: server_addr_float(false),
|
|
socket_protect(config.socket_protect),
|
|
reconnect_notify(config.reconnect_notify),
|
|
cli_stats(config.cli_stats),
|
|
cli_events(config.cli_events),
|
|
server_poll_timeout_(10),
|
|
server_override(config.server_override),
|
|
port_override(config.port_override),
|
|
proto_override(config.proto_override),
|
|
conn_timeout_(config.conn_timeout),
|
|
tcp_queue_limit(64),
|
|
proto_context_options(config.proto_context_options),
|
|
http_proxy_options(config.http_proxy_options),
|
|
#ifdef OPENVPN_GREMLIN
|
|
gremlin_config(config.gremlin_config),
|
|
#endif
|
|
echo(config.echo),
|
|
info(config.info),
|
|
autologin(false),
|
|
autologin_sessions(false),
|
|
creds_locked(false),
|
|
asio_work_always_on_(false),
|
|
synchronous_dns_lookup(false)
|
|
#ifdef OPENVPN_EXTERNAL_TRANSPORT_FACTORY
|
|
,extern_transport_factory(config.extern_transport_factory)
|
|
#endif
|
|
{
|
|
// parse general client options
|
|
const ParseClientConfig pcc(opt);
|
|
|
|
// creds
|
|
userlocked_username = pcc.userlockedUsername();
|
|
autologin = pcc.autologin();
|
|
autologin_sessions = (autologin && config.autologin_sessions);
|
|
|
|
// digest factory
|
|
DigestFactory::Ptr digest_factory(new CryptoDigestFactory<SSLLib::CryptoAPI>());
|
|
|
|
// initialize RNG/PRNG
|
|
rng.reset(new SSLLib::RandomAPI(false));
|
|
prng.reset(new SSLLib::RandomAPI(true));
|
|
|
|
#if defined(ENABLE_DCO) && !defined(OPENVPN_FORCE_TUN_NULL) && !defined(OPENVPN_EXTERNAL_TUN_FACTORY)
|
|
if (config.dco)
|
|
dco = DCOTransport::new_controller();
|
|
#else
|
|
if (config.dco)
|
|
throw option_error("DCO not enabled in this build");
|
|
#endif
|
|
|
|
// frame
|
|
const unsigned int tun_mtu = parse_tun_mtu(opt, 0); // get tun-mtu parameter from config
|
|
const MSSCtrlParms mc(opt);
|
|
frame = frame_init(true, tun_mtu, mc.mssfix_ctrl, true);
|
|
|
|
// TCP queue limit
|
|
tcp_queue_limit = opt.get_num<decltype(tcp_queue_limit)>("tcp-queue-limit", 1, tcp_queue_limit, 1, 65536);
|
|
|
|
// route-nopull
|
|
pushed_options_filter.reset(new PushedOptionsFilter(opt.exists("route-nopull")));
|
|
|
|
// OpenVPN Protocol context (including SSL)
|
|
cp_main = proto_config(opt, config, pcc, false);
|
|
cp_relay = proto_config(opt, config, pcc, true); // may be null
|
|
layer = cp_main->layer;
|
|
|
|
#ifdef PRIVATE_TUNNEL_PROXY
|
|
if (config.alt_proxy && !dco)
|
|
alt_proxy = PTProxy::new_proxy(opt, rng);
|
|
#endif
|
|
|
|
// If HTTP proxy parameters are not supplied by API, try to get them from config
|
|
if (!http_proxy_options)
|
|
http_proxy_options = HTTPProxyTransport::Options::parse(opt);
|
|
|
|
// load remote list
|
|
if (config.remote_override)
|
|
remote_list.reset(new RemoteList(config.remote_override));
|
|
else
|
|
remote_list.reset(new RemoteList(opt, "", RemoteList::WARN_UNSUPPORTED, nullptr));
|
|
if (!remote_list->defined())
|
|
throw option_error("no remote option specified");
|
|
|
|
// Set remote list prng
|
|
remote_list->set_random(prng);
|
|
|
|
// If running in tun_persist mode, we need to do basic DNS caching so that
|
|
// we can avoid emitting DNS requests while the tunnel is blocked during
|
|
// reconnections.
|
|
remote_list->set_enable_cache(config.tun_persist);
|
|
|
|
// process server/port overrides
|
|
remote_list->set_server_override(config.server_override);
|
|
remote_list->set_port_override(config.port_override);
|
|
|
|
// process protocol override, should be called after set_enable_cache
|
|
remote_list->handle_proto_override(config.proto_override,
|
|
http_proxy_options || (alt_proxy && alt_proxy->requires_tcp()));
|
|
|
|
// process remote-random
|
|
if (opt.exists("remote-random"))
|
|
remote_list->randomize();
|
|
|
|
// get "float" option
|
|
server_addr_float = opt.exists("float");
|
|
|
|
// special remote cache handling for proxies
|
|
if (alt_proxy)
|
|
{
|
|
remote_list->set_enable_cache(false); // remote server addresses will be resolved by proxy
|
|
alt_proxy->set_enable_cache(config.tun_persist);
|
|
}
|
|
else if (http_proxy_options)
|
|
{
|
|
remote_list->set_enable_cache(false); // remote server addresses will be resolved by proxy
|
|
http_proxy_options->proxy_server_set_enable_cache(config.tun_persist);
|
|
}
|
|
|
|
// secret option not supported
|
|
if (opt.exists("secret"))
|
|
throw option_error("sorry, static key encryption mode (non-SSL/TLS) is not supported");
|
|
|
|
// fragment option not supported
|
|
if (opt.exists("fragment"))
|
|
throw option_error("sorry, 'fragment' directive is not supported, nor is connecting to a server that uses 'fragment' directive");
|
|
|
|
#ifdef OPENVPN_PLATFORM_UWP
|
|
// workaround for OVPN3-62 Busy loop in win_event.hpp
|
|
asio_work_always_on_ = true;
|
|
#endif
|
|
|
|
synchronous_dns_lookup = config.synchronous_dns_lookup;
|
|
|
|
// init transport config
|
|
const std::string session_name = load_transport_config();
|
|
|
|
// initialize tun/tap
|
|
if (dco)
|
|
{
|
|
DCO::TunConfig tunconf;
|
|
tunconf.tun_prop.layer = layer;
|
|
tunconf.tun_prop.session_name = session_name;
|
|
if (tun_mtu)
|
|
tunconf.tun_prop.mtu = tun_mtu;
|
|
tunconf.tun_prop.google_dns_fallback = config.google_dns_fallback;
|
|
tunconf.tun_prop.remote_list = remote_list;
|
|
tunconf.stop = config.stop;
|
|
tun_factory = dco->new_tun_factory(tunconf, opt);
|
|
}
|
|
else
|
|
{
|
|
#if defined(OPENVPN_EXTERNAL_TUN_FACTORY)
|
|
{
|
|
ExternalTun::Config tunconf;
|
|
tunconf.tun_prop.layer = layer;
|
|
tunconf.tun_prop.session_name = session_name;
|
|
tunconf.tun_prop.google_dns_fallback = config.google_dns_fallback;
|
|
if (tun_mtu)
|
|
tunconf.tun_prop.mtu = tun_mtu;
|
|
tunconf.frame = frame;
|
|
tunconf.stats = cli_stats;
|
|
tunconf.tun_prop.remote_list = remote_list;
|
|
tunconf.tun_persist = config.tun_persist;
|
|
tunconf.stop = config.stop;
|
|
tun_factory.reset(config.extern_tun_factory->new_tun_factory(tunconf, opt));
|
|
if (!tun_factory)
|
|
throw option_error("OPENVPN_EXTERNAL_TUN_FACTORY: no tun factory");
|
|
}
|
|
#elif defined(USE_TUN_BUILDER)
|
|
{
|
|
TunBuilderClient::ClientConfig::Ptr tunconf = TunBuilderClient::ClientConfig::new_obj();
|
|
tunconf->builder = config.builder;
|
|
tunconf->tun_prop.session_name = session_name;
|
|
tunconf->tun_prop.google_dns_fallback = config.google_dns_fallback;
|
|
if (tun_mtu)
|
|
tunconf->tun_prop.mtu = tun_mtu;
|
|
tunconf->frame = frame;
|
|
tunconf->stats = cli_stats;
|
|
tunconf->tun_prop.remote_list = remote_list;
|
|
tun_factory = tunconf;
|
|
#if defined(OPENVPN_PLATFORM_IPHONE)
|
|
tunconf->retain_sd = true;
|
|
tunconf->tun_prefix = true;
|
|
if (config.tun_persist)
|
|
tunconf->tun_prop.remote_bypass = true;
|
|
#endif
|
|
#if defined(OPENVPN_PLATFORM_ANDROID)
|
|
// Android VPN API doesn't support excluded routes, so we must emulate them
|
|
tunconf->eer_factory.reset(new EmulateExcludeRouteFactoryImpl(false));
|
|
#endif
|
|
if (config.tun_persist)
|
|
tunconf->tun_persist.reset(new TunBuilderClient::TunPersist(true, tunconf->retain_sd, config.builder));
|
|
tun_factory = tunconf;
|
|
}
|
|
#elif defined(OPENVPN_PLATFORM_LINUX) && !defined(OPENVPN_FORCE_TUN_NULL)
|
|
{
|
|
TunLinux::ClientConfig::Ptr tunconf = TunLinux::ClientConfig::new_obj();
|
|
tunconf->tun_prop.layer = layer;
|
|
tunconf->tun_prop.session_name = session_name;
|
|
if (tun_mtu)
|
|
tunconf->tun_prop.mtu = tun_mtu;
|
|
tunconf->tun_prop.google_dns_fallback = config.google_dns_fallback;
|
|
tunconf->tun_prop.remote_list = remote_list;
|
|
tunconf->frame = frame;
|
|
tunconf->stats = cli_stats;
|
|
tunconf->load(opt);
|
|
tun_factory = tunconf;
|
|
}
|
|
#elif defined(OPENVPN_PLATFORM_MAC) && !defined(OPENVPN_FORCE_TUN_NULL)
|
|
{
|
|
TunMac::ClientConfig::Ptr tunconf = TunMac::ClientConfig::new_obj();
|
|
tunconf->tun_prop.layer = layer;
|
|
tunconf->tun_prop.session_name = session_name;
|
|
tunconf->tun_prop.google_dns_fallback = config.google_dns_fallback;
|
|
if (tun_mtu)
|
|
tunconf->tun_prop.mtu = tun_mtu;
|
|
tunconf->frame = frame;
|
|
tunconf->stats = cli_stats;
|
|
tunconf->stop = config.stop;
|
|
if (config.tun_persist)
|
|
tunconf->tun_persist.reset(new TunMac::TunPersist(true, false, nullptr));
|
|
client_lifecycle.reset(new MacLifeCycle);
|
|
#ifdef OPENVPN_COMMAND_AGENT
|
|
tunconf->tun_setup_factory = UnixCommandAgent::new_agent(opt);
|
|
#endif
|
|
tun_factory = tunconf;
|
|
}
|
|
#elif defined(OPENVPN_PLATFORM_WIN) && !defined(OPENVPN_FORCE_TUN_NULL)
|
|
{
|
|
TunWin::ClientConfig::Ptr tunconf = TunWin::ClientConfig::new_obj();
|
|
tunconf->tun_prop.layer = layer;
|
|
tunconf->tun_prop.session_name = session_name;
|
|
tunconf->tun_prop.google_dns_fallback = config.google_dns_fallback;
|
|
if (tun_mtu)
|
|
tunconf->tun_prop.mtu = tun_mtu;
|
|
tunconf->frame = frame;
|
|
tunconf->stats = cli_stats;
|
|
tunconf->stop = config.stop;
|
|
if (config.tun_persist)
|
|
tunconf->tun_persist.reset(new TunWin::TunPersist(true, false, nullptr));
|
|
#ifdef OPENVPN_COMMAND_AGENT
|
|
tunconf->tun_setup_factory = WinCommandAgent::new_agent(opt);
|
|
#endif
|
|
tun_factory = tunconf;
|
|
}
|
|
#else
|
|
{
|
|
TunNull::ClientConfig::Ptr tunconf = TunNull::ClientConfig::new_obj();
|
|
tunconf->frame = frame;
|
|
tunconf->stats = cli_stats;
|
|
tun_factory = tunconf;
|
|
}
|
|
#endif
|
|
}
|
|
|
|
// verify that tun implementation can handle OSI layer declared by config
|
|
if (layer == Layer(Layer::OSI_LAYER_2) && !tun_factory->layer_2_supported())
|
|
throw ErrorCode(Error::TAP_NOT_SUPPORTED, true, "OSI layer 2 tunnels are not currently supported");
|
|
|
|
// server-poll-timeout
|
|
{
|
|
const Option *o = opt.get_ptr("server-poll-timeout");
|
|
if (o)
|
|
server_poll_timeout_ = parse_number_throw<unsigned int>(o->get(1, 16), "server-poll-timeout");
|
|
}
|
|
|
|
// create default creds object in case submit_creds is not called,
|
|
// and populate it with embedded creds, if available
|
|
{
|
|
ClientCreds::Ptr cc = new ClientCreds();
|
|
if (pcc.hasEmbeddedPassword())
|
|
{
|
|
cc->set_username(userlocked_username);
|
|
cc->set_password(pcc.embeddedPassword());
|
|
cc->enable_password_cache(true);
|
|
cc->set_replace_password_with_session_id(true);
|
|
submit_creds(cc);
|
|
creds_locked = true;
|
|
}
|
|
else if (autologin_sessions)
|
|
{
|
|
// autologin sessions require replace_password_with_session_id
|
|
cc->set_replace_password_with_session_id(true);
|
|
submit_creds(cc);
|
|
creds_locked = true;
|
|
}
|
|
else
|
|
{
|
|
submit_creds(cc);
|
|
}
|
|
}
|
|
|
|
// configure push_base, a set of base options that will be combined with
|
|
// options pushed by server.
|
|
{
|
|
push_base.reset(new PushOptionsBase());
|
|
|
|
// base options where multiple options of the same type can aggregate
|
|
push_base->multi.extend(opt, "route");
|
|
push_base->multi.extend(opt, "route-ipv6");
|
|
push_base->multi.extend(opt, "redirect-gateway");
|
|
push_base->multi.extend(opt, "redirect-private");
|
|
push_base->multi.extend(opt, "dhcp-option");
|
|
|
|
// base options where only a single instance of each option makes sense
|
|
push_base->singleton.extend(opt, "redirect-dns");
|
|
push_base->singleton.extend(opt, "inactive");
|
|
push_base->singleton.extend(opt, "route-metric");
|
|
|
|
// IPv6
|
|
{
|
|
const unsigned int n = push_base->singleton.extend(opt, "block-ipv6");
|
|
if (!n && config.ipv6() == IPv6Setting::No)
|
|
push_base->singleton.emplace_back("block-ipv6");
|
|
}
|
|
}
|
|
|
|
// show unused options
|
|
if (opt.n_unused())
|
|
OPENVPN_LOG(OPENVPN_UNUSED_OPTIONS << std::endl << opt.render(Option::RENDER_TRUNC_64|Option::RENDER_NUMBER|Option::RENDER_BRACKET|Option::RENDER_UNUSED));
|
|
}
|
|
|
|
static PeerInfo::Set::Ptr build_peer_info(const Config& config, const ParseClientConfig& pcc, const bool autologin_sessions)
|
|
{
|
|
PeerInfo::Set::Ptr pi(new PeerInfo::Set);
|
|
|
|
// IPv6
|
|
if (config.ipv6() == IPv6Setting::No)
|
|
pi->emplace_back("IV_IPv6", "0");
|
|
else if (config.ipv6() == IPv6Setting::Yes)
|
|
pi->emplace_back("IV_IPv6", "1");
|
|
|
|
// autologin sessions
|
|
if (autologin_sessions)
|
|
pi->emplace_back("IV_AUTO_SESS", "1");
|
|
|
|
// Config::peerInfo
|
|
pi->append_foreign_set_ptr(config.extra_peer_info.get());
|
|
|
|
// setenv UV_ options
|
|
pi->append_foreign_set_ptr(pcc.peerInfoUV());
|
|
|
|
// MAC address
|
|
if (pcc.pushPeerInfo())
|
|
{
|
|
std::string hwaddr = get_hwaddr();
|
|
if (!hwaddr.empty())
|
|
pi->emplace_back("IV_HWADDR", hwaddr);
|
|
}
|
|
|
|
return pi;
|
|
}
|
|
|
|
void next()
|
|
{
|
|
bool omit_next = false;
|
|
|
|
if (alt_proxy)
|
|
omit_next = alt_proxy->next();
|
|
if (!omit_next)
|
|
remote_list->next();
|
|
load_transport_config();
|
|
}
|
|
|
|
void remote_reset_cache_item()
|
|
{
|
|
remote_list->reset_cache_item();
|
|
}
|
|
|
|
bool pause_on_connection_timeout()
|
|
{
|
|
if (reconnect_notify)
|
|
return reconnect_notify->pause_on_connection_timeout();
|
|
else
|
|
return false;
|
|
}
|
|
|
|
Client::Config::Ptr client_config(const bool relay_mode)
|
|
{
|
|
Client::Config::Ptr cli_config = new Client::Config;
|
|
|
|
// Copy ProtoConfig so that modifications due to server push will
|
|
// not persist across client instantiations.
|
|
cli_config->proto_context_config.reset(new Client::ProtoConfig(proto_config_cached(relay_mode)));
|
|
|
|
cli_config->proto_context_options = proto_context_options;
|
|
cli_config->push_base = push_base;
|
|
cli_config->transport_factory = transport_factory;
|
|
cli_config->tun_factory = tun_factory;
|
|
cli_config->cli_stats = cli_stats;
|
|
cli_config->cli_events = cli_events;
|
|
cli_config->creds = creds;
|
|
cli_config->pushed_options_filter = pushed_options_filter;
|
|
cli_config->tcp_queue_limit = tcp_queue_limit;
|
|
cli_config->echo = echo;
|
|
cli_config->info = info;
|
|
cli_config->autologin_sessions = autologin_sessions;
|
|
return cli_config;
|
|
}
|
|
|
|
bool need_creds() const
|
|
{
|
|
return !autologin;
|
|
}
|
|
|
|
void submit_creds(const ClientCreds::Ptr& creds_arg)
|
|
{
|
|
if (creds_arg && !creds_locked)
|
|
{
|
|
// if no username is defined in creds and userlocked_username is defined
|
|
// in profile, set the creds username to be the userlocked_username
|
|
if (!creds_arg->username_defined() && !userlocked_username.empty())
|
|
creds_arg->set_username(userlocked_username);
|
|
creds = creds_arg;
|
|
}
|
|
}
|
|
|
|
bool server_poll_timeout_enabled() const
|
|
{
|
|
return !http_proxy_options;
|
|
}
|
|
|
|
Time::Duration server_poll_timeout() const
|
|
{
|
|
return Time::Duration::seconds(server_poll_timeout_);
|
|
}
|
|
|
|
SessionStats& stats() { return *cli_stats; }
|
|
const SessionStats::Ptr& stats_ptr() const { return cli_stats; }
|
|
ClientEvent::Queue& events() { return *cli_events; }
|
|
ClientLifeCycle* lifecycle() { return client_lifecycle.get(); }
|
|
|
|
int conn_timeout() const { return conn_timeout_; }
|
|
|
|
bool asio_work_always_on() const { return asio_work_always_on_; }
|
|
|
|
RemoteList::Ptr remote_list_precache() const
|
|
{
|
|
RemoteList::Ptr r;
|
|
if (alt_proxy)
|
|
{
|
|
alt_proxy->precache(r);
|
|
if (r)
|
|
return r;
|
|
}
|
|
if (http_proxy_options)
|
|
{
|
|
http_proxy_options->proxy_server_precache(r);
|
|
if (r)
|
|
return r;
|
|
}
|
|
return remote_list;
|
|
}
|
|
|
|
void update_now()
|
|
{
|
|
now_.update();
|
|
}
|
|
|
|
void finalize(const bool disconnected)
|
|
{
|
|
if (tun_factory)
|
|
tun_factory->finalize(disconnected);
|
|
}
|
|
|
|
private:
|
|
Client::ProtoConfig& proto_config_cached(const bool relay_mode)
|
|
{
|
|
if (relay_mode && cp_relay)
|
|
return *cp_relay;
|
|
else
|
|
return *cp_main;
|
|
}
|
|
|
|
Client::ProtoConfig::Ptr proto_config(const OptionList& opt,
|
|
const Config& config,
|
|
const ParseClientConfig& pcc,
|
|
const bool relay_mode)
|
|
{
|
|
// relay mode is null unless one of the below directives is defined
|
|
if (relay_mode && !opt.exists("relay-mode"))
|
|
return Client::ProtoConfig::Ptr();
|
|
|
|
// load flags
|
|
unsigned int lflags = SSLConfigAPI::LF_PARSE_MODE;
|
|
if (relay_mode)
|
|
lflags |= SSLConfigAPI::LF_RELAY_MODE;
|
|
|
|
// client SSL config
|
|
SSLLib::SSLAPI::Config::Ptr cc(new SSLLib::SSLAPI::Config());
|
|
cc->set_external_pki_callback(config.external_pki);
|
|
cc->set_frame(frame);
|
|
cc->set_flags(SSLConst::LOG_VERIFY_STATUS);
|
|
cc->set_debug_level(config.ssl_debug_level);
|
|
cc->set_rng(rng);
|
|
cc->set_local_cert_enabled(pcc.clientCertEnabled() && !config.disable_client_cert);
|
|
cc->set_private_key_password(config.private_key_password);
|
|
cc->set_force_aes_cbc_ciphersuites(config.force_aes_cbc_ciphersuites);
|
|
cc->load(opt, lflags);
|
|
cc->set_tls_version_min_override(config.tls_version_min_override);
|
|
cc->set_tls_cert_profile_override(config.tls_cert_profile_override);
|
|
if (!cc->get_mode().is_client())
|
|
throw option_error("only client configuration supported");
|
|
|
|
// client ProtoContext config
|
|
Client::ProtoConfig::Ptr cp(new Client::ProtoConfig());
|
|
cp->relay_mode = relay_mode;
|
|
cp->dc.set_factory(new CryptoDCSelect<SSLLib::CryptoAPI>(frame, cli_stats, prng));
|
|
cp->dc_deferred = true; // defer data channel setup until after options pull
|
|
cp->tls_auth_factory.reset(new CryptoOvpnHMACFactory<SSLLib::CryptoAPI>());
|
|
cp->tls_crypt_factory.reset(new CryptoTLSCryptFactory<SSLLib::CryptoAPI>());
|
|
cp->tlsprf_factory.reset(new CryptoTLSPRFFactory<SSLLib::CryptoAPI>());
|
|
cp->ssl_factory = cc->new_factory();
|
|
cp->load(opt, *proto_context_options, config.default_key_direction, false);
|
|
cp->set_xmit_creds(!autologin || pcc.hasEmbeddedPassword() || autologin_sessions);
|
|
cp->gui_version = config.gui_version;
|
|
cp->force_aes_cbc_ciphersuites = config.force_aes_cbc_ciphersuites; // also used to disable proto V2
|
|
cp->extra_peer_info = build_peer_info(config, pcc, autologin_sessions);
|
|
cp->frame = frame;
|
|
cp->now = &now_;
|
|
cp->rng = rng;
|
|
cp->prng = prng;
|
|
|
|
return cp;
|
|
}
|
|
|
|
std::string load_transport_config()
|
|
{
|
|
// get current transport protocol
|
|
const Protocol& transport_protocol = remote_list->current_transport_protocol();
|
|
|
|
// If we are connecting over a proxy, and TCP protocol is required, but current
|
|
// transport protocol is NOT TCP, we will throw an internal error because this
|
|
// should have been caught earlier in RemoteList::handle_proto_override.
|
|
|
|
// construct transport object
|
|
#ifdef OPENVPN_EXTERNAL_TRANSPORT_FACTORY
|
|
ExternalTransport::Config transconf;
|
|
transconf.remote_list = remote_list;
|
|
transconf.frame = frame;
|
|
transconf.stats = cli_stats;
|
|
transconf.socket_protect = socket_protect;
|
|
transconf.server_addr_float = server_addr_float;
|
|
transconf.synchronous_dns_lookup = synchronous_dns_lookup;
|
|
transconf.protocol = transport_protocol;
|
|
transport_factory = extern_transport_factory->new_transport_factory(transconf);
|
|
#ifdef OPENVPN_GREMLIN
|
|
udpconf->gremlin_config = gremlin_config;
|
|
#endif
|
|
|
|
#else
|
|
|
|
if (dco)
|
|
{
|
|
DCO::TransportConfig transconf;
|
|
transconf.protocol = transport_protocol;
|
|
transconf.remote_list = remote_list;
|
|
transconf.frame = frame;
|
|
transconf.stats = cli_stats;
|
|
transconf.server_addr_float = server_addr_float;
|
|
transport_factory = dco->new_transport_factory(transconf);
|
|
}
|
|
else if (alt_proxy)
|
|
{
|
|
if (alt_proxy->requires_tcp() && !transport_protocol.is_tcp())
|
|
throw option_error("internal error: no TCP server entries for " + alt_proxy->name() + " transport");
|
|
AltProxy::Config conf;
|
|
conf.remote_list = remote_list;
|
|
conf.frame = frame;
|
|
conf.stats = cli_stats;
|
|
conf.digest_factory.reset(new CryptoDigestFactory<SSLLib::CryptoAPI>());
|
|
conf.socket_protect = socket_protect;
|
|
conf.rng = rng;
|
|
transport_factory = alt_proxy->new_transport_client_factory(conf);
|
|
}
|
|
else if (http_proxy_options)
|
|
{
|
|
if (!transport_protocol.is_tcp())
|
|
throw option_error("internal error: no TCP server entries for HTTP proxy transport");
|
|
|
|
// HTTP Proxy transport
|
|
HTTPProxyTransport::ClientConfig::Ptr httpconf = HTTPProxyTransport::ClientConfig::new_obj();
|
|
httpconf->remote_list = remote_list;
|
|
httpconf->frame = frame;
|
|
httpconf->stats = cli_stats;
|
|
httpconf->digest_factory.reset(new CryptoDigestFactory<SSLLib::CryptoAPI>());
|
|
httpconf->socket_protect = socket_protect;
|
|
httpconf->http_proxy_options = http_proxy_options;
|
|
httpconf->rng = rng;
|
|
#ifdef PRIVATE_TUNNEL_PROXY
|
|
httpconf->skip_html = true;
|
|
#endif
|
|
transport_factory = httpconf;
|
|
}
|
|
else
|
|
{
|
|
if (transport_protocol.is_udp())
|
|
{
|
|
// UDP transport
|
|
UDPTransport::ClientConfig::Ptr udpconf = UDPTransport::ClientConfig::new_obj();
|
|
udpconf->remote_list = remote_list;
|
|
udpconf->frame = frame;
|
|
udpconf->stats = cli_stats;
|
|
udpconf->socket_protect = socket_protect;
|
|
udpconf->server_addr_float = server_addr_float;
|
|
#ifdef OPENVPN_GREMLIN
|
|
udpconf->gremlin_config = gremlin_config;
|
|
#endif
|
|
transport_factory = udpconf;
|
|
}
|
|
else if (transport_protocol.is_tcp())
|
|
{
|
|
// TCP transport
|
|
TCPTransport::ClientConfig::Ptr tcpconf = TCPTransport::ClientConfig::new_obj();
|
|
tcpconf->remote_list = remote_list;
|
|
tcpconf->frame = frame;
|
|
tcpconf->stats = cli_stats;
|
|
tcpconf->socket_protect = socket_protect;
|
|
#ifdef OPENVPN_GREMLIN
|
|
tcpconf->gremlin_config = gremlin_config;
|
|
#endif
|
|
transport_factory = tcpconf;
|
|
}
|
|
else
|
|
throw option_error("internal error: unknown transport protocol");
|
|
}
|
|
#endif // OPENVPN_EXTERNAL_TRANSPORT_FACTORY
|
|
return remote_list->current_server_host();
|
|
}
|
|
|
|
Time now_; // current time
|
|
RandomAPI::Ptr rng;
|
|
RandomAPI::Ptr prng;
|
|
Frame::Ptr frame;
|
|
Layer layer;
|
|
Client::ProtoConfig::Ptr cp_main;
|
|
Client::ProtoConfig::Ptr cp_relay;
|
|
RemoteList::Ptr remote_list;
|
|
bool server_addr_float;
|
|
TransportClientFactory::Ptr transport_factory;
|
|
TunClientFactory::Ptr tun_factory;
|
|
SocketProtect* socket_protect;
|
|
ReconnectNotify* reconnect_notify;
|
|
SessionStats::Ptr cli_stats;
|
|
ClientEvent::Queue::Ptr cli_events;
|
|
ClientCreds::Ptr creds;
|
|
unsigned int server_poll_timeout_;
|
|
std::string server_override;
|
|
std::string port_override;
|
|
Protocol proto_override;
|
|
int conn_timeout_;
|
|
unsigned int tcp_queue_limit;
|
|
ProtoContextOptions::Ptr proto_context_options;
|
|
HTTPProxyTransport::Options::Ptr http_proxy_options;
|
|
#ifdef OPENVPN_GREMLIN
|
|
Gremlin::Config::Ptr gremlin_config;
|
|
#endif
|
|
std::string userlocked_username;
|
|
bool echo;
|
|
bool info;
|
|
bool autologin;
|
|
bool autologin_sessions;
|
|
bool creds_locked;
|
|
bool asio_work_always_on_;
|
|
bool synchronous_dns_lookup;
|
|
PushOptionsBase::Ptr push_base;
|
|
OptionList::FilterBase::Ptr pushed_options_filter;
|
|
ClientLifeCycle::Ptr client_lifecycle;
|
|
AltProxy::Ptr alt_proxy;
|
|
DCO::Ptr dco;
|
|
#ifdef OPENVPN_EXTERNAL_TRANSPORT_FACTORY
|
|
ExternalTransport::Factory* extern_transport_factory;
|
|
#endif
|
|
};
|
|
}
|
|
|
|
#endif
|