mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
5edb23a7ab
275cf80efb mac/tuncli: Don't take address of temporary error. 1406187bfc tun/win/tunutil: Don't auto& a temporary iterator. fe7f984c5d ip/ping6: Use _WIN32, not _MSC_VER (to fix MinGW). 03a906771e win: add OpenSSL as solution configuration 89cc11b300 win: enable building Windows client with OpenSSL febb24e7d9 openssl/compat.hpp: remove functions already defined in OpenSSL 0833eb1f76 linux/tunsetup: Fix missing asio/errinfo declaration d54b742910 linux: Improve cpu_time() using glibc/kernel methods a55fe2b554 tests: Added unit test for linux/cputime.hpp e33a00e6de [OVPN3-431] agent: Wintun support for agent 42592eb1b1 appveyor: initial commit 3e3f2078e6 win: rename env var in project file a2496a3616 Wintun: experimental support 58a7866b45 build script: added OPENSSL_DIST parameter to specify a custom OpenSSL build 288ea0277e OpenSSLContext: SSL_CTX_set_ecdh_auto() becomes a no-op in OpenSSL 1.1, so #ifdef out to avoid compiler warnings 3ef5059fa6 TLSSessionTicketBase: removed the ERROR symbol from a local enum in case it conflicts with a global preprocessor symbol 3364ed76b8 TLSSessionTicketBase: removed trailing comma from Status enum 025c7bad88 mbedtls/sslctx: Fix missing override in virtual methods 6cb3243681 mbedTLS: ssl() method accepting hostname should check if it is null ca31da7d28 bio_memq_stream.hpp: fixed multi-thread race (introduced with OpenSSL 1.1 support) using init_static() approach 2deb402223 OpenSSLContext::tls_ticket_key_callback: get self with SSL_get_ex_data instead of ssl->ctx->app_verify_arg eec139a100 MSF::find: renamed template type names to avoid conflict with preprocessor symbol (ITER) in test/ssl/proto.cpp 1024d37f33 str_neq: fixed bug where neq was not initialized c00b6f6302 Listen::List: refactored and extended expand_ports() 448c549a0b cpu_time(): added bool thread parameter to return CPU time of current thread (instead of process) 868801d7d9 Linux library: added cpu_time() method to return the CPU time of the current process 964d2cd428 SSL layer: added did_full_handshake() method and implemented for OpenSSL dd18d6c806 crypto::str_neq: use atomic_thread_fence(std::memory_order_acq_rel) instead of OPENVPN_COMPILER_FENCE 6a30af9528 OpenSSLSessionCache: use map instead of unordered_map 3ecbcbc81b OptionList: fixed compile errors that occur when get_num<T>() is used with a const type 72e9f858e4 SSL: added SSLConst::PEER_CERT_OPTIONAL flag and implemented for OpenSSL 33f15c8840 OpenSSL: use OPENSSL_VERSION_NUMBER instead of SSLEAY_VERSION_NUMBER cadb712ea9 ProfileMerge: added "static-key" to is_fileref_directive() 85befa316a TLS session tickets: work around an issue in OpenSSL session ticket keying callback f43c4c1440 TLSSessionTicketBase: misc fixes/enhancements c5f4d59d39 OpenSSLContext: added missing X509_free() to rebuild_authcert() 658fcc50eb OptionList: added get_num methods with min/max but no default 162eeaa485 SSL layer: added RFC 5077 TLS session resumption ticket support e0a821ddd6 OpenSSLContext: use C++11 member initializers 1ea5acce3c OpenSSLContext: minor changes to handshake_details() 74c0a4f995 string: added copy_fill() method 3e5921c06d AuthCert: added is_uninitialized() method 3d6b6b2319 library: added convenience method MSF::find() for maps/sets 18f5f4d1b5 SSLConfigAPI: remove set_enable_renegotiation() 18dcfd616c Added crypto::str_neq() function for securely comparing variable-length strings 4fc5725b9e RunContext: added get_servers() method ae22f155fd server: determine when server-side session ID should be preserved on soon-to-be-closed connections 5e34759d50 client: HALT/RESTART message was not properly purging the Session ID when required e1647eb407 Fix builds with GCC 4.8 compilers b55f78dd1d test_sitnl.cpp: account for old iptools output 236d39258b Allow overriding DEP_DIR by environment variable d56e049ea4 Refactor dependencies to be in a cmake script e9dc75ec90 sitnl: add unit tests faad8454be sitnl: pick the best gw by longest prefix and lowest metric dfcc4bc437 [OVPN3-354] cli.cpp: support for round-robin DNS and redirect gw 8a502f3b61 [OVPN3-354] tun linux: support for round-robin DNS and redirect gw c9315c7dc1 gwnetlink.hpp: specify destination when looking for gateway 89f091daf0 sitnl: implement interface filtering when looking for gateway 220de072a2 sitnl: support for multipart messages 5771dfc0ee transport: remove ip_hole_punch API d448b4a7db tun/builder/client.hpp: use "override" method specifier d85e92621d Make reproducible builds possible 7150f72e09 tun: remove code duplications in Linux tun implementations 8112f0cd7c [OVPN3-378] cli: support for TunBuilder API 6f0e9f6388 Fix Asio 0003 patch. 964662bacb Add /bigobj to build.py 74e40a8907 Upgrade ASIO to 0.13.0 a2713ce1f6 PureTLS: enable SNI by default when configuring client 19a44dbdda Merge branch 'qa' a5fdf43726 InitProcess: comment clarification that crypto_init declaration causes SSL library init when instantiated dec3bc140e OpenSSL: Revert a commit that breaks OpenSSL initialization 16a4e3d4a7 [OVPN3-405] asio: A quick fix for incorrect error message encoding aa785c30c1 Fix Base64::UCharWrap compiler warnings 51a1469e6b Merge various fixes 218cfa39cb Explicitly disable TAP support when parsing configurations 3a0e768ecd Explicitly disable any potential TAP support aba98471fc Fix base64 unit test with mbedtls and windows 9f84174f0b Add unit tests for Base64 017bc545ce Add base64 decode for void* data 452a353b2d Fix lzo build script to use it as dependency for the unit tests dfdd528dc1 Convert unit test to Googletest bd9ee482e6 Add copyright header to test_comp 059f20f2b2 Move compression unit test from common to core repository 5a024cde5c Added Snappy corpus for testing compression/decompression. ec4d400933 Add compatibility functions for OpenSSL 1.1.0 9768562a01 OpenSSL 1.1: Add argument to external sign to specify algorithm 1bbd2cc78c OpenSSL 1.1: Replace RSA_F_RSA_EAY_PRIVATE_ENCRYPT with Openssl variant c959a3cff0 OpenSSL 1.1: Replace remaining direct access to members 4307f024ca OpenSSL 1.1: And missing remaining compat implementations 3385c45151 OpenSSL 1.1: Use opaque pointer for HMAC_CTX f29453f4ca OpenSSL 1.1: Add compat includes for HMAC c107a1f6ab OpenSSL 1.1: Remove support for OpenSSL older than 1.0.0 024a10adc2 OpenSSL 1.1: Use EVP_MD_ctx as opaque pointer 35d82906c4 OpenSSL 1.1: Change EVP_CIPHER ctx field to pointer ebf4b7e87d OpenSSL 1.1: Use X509_digest to get certificate digest 7d3e5d02f2 OpenSSL 1.1: Use SSL_get_ex_data instead of direct access 8717f822ca OpenSSL 1.1: Replace ctx->current with X509_STORE_CTX_get_current_cert 67fbe1ab3f OpenSSL 1.1: Use X509_check_purpose to check certificate types 7b5a92d58e OpenSSL 1.1: Change OpenSSL TLS version logic to match mbed TLS c28b7d1893 OpenSSL 1.1: Adjust default OpenSSL cipher suites f108044a09 OpenSSL 1.1: Add defines for TLS 1.3 in tlsver.hpp ee1308b505 OpenSSL 1.1: Replace initialisation of RSA_meth with access method 905d681af1 OpenSSL 1.1: Use standard tls methods cf28e4600c OpenSSL 1.1: Change BIO wrappers around to use access methods 5e6571163d OpenSSL 1.1: Implement compat methods for new BIO methods in 1.0.2 8837539a73 Use std::nothrow as argument for new e6ec025932 Merge branch 'qa' 752a38c067 [OVPN3-397] size.hpp: wrap typedef in guards d4e50f8c54 Merge branch 'qa' d8d14e1991 [UCONNECT-1027] implement ResolveThread and ensure it is properly detachable 525a9a88a6 Merge branch qa 30ea53cb92 Replace custom memcpy implementation de7c672ee7 Workaround for compiler bug in memneq 84fcecd5e7 Fix missing override annotation in udp/tcp/httpcli 1a3a69a496 [UCONNECT-1027] use one AsioWork object for the whole pre-resolve opertation c4cbf93f9b Revert "[UCONNECT-1027] remotelist: create standalone object for resolve thread" 6ef089164e Allow unit tests to be also compiled with mbed TLS and on Windows 7c67bf7f50 Add unit tests for route emulation and establish common test suite 64a7b2f124 Add build file for core unit tests 0a0d080a49 Implement allowing local LAN access 2105b4b7c0 Fix Android route exclusion emulation git-subtree-dir: Sources/OpenVPNAdapter/Libraries/Vendors/openvpn git-subtree-split: 275cf80efb7a08adc920f7ca49075c776e596b08
759 lines
20 KiB
C++
759 lines
20 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-2018 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/>.
|
|
|
|
#ifndef OPENVPN_TRANSPORT_DCO_DCOCLI_H
|
|
#define OPENVPN_TRANSPORT_DCO_DCOCLI_H
|
|
|
|
#include <vector>
|
|
#include <memory>
|
|
#include <sstream>
|
|
|
|
#include <openvpn/common/size.hpp>
|
|
#include <openvpn/common/exception.hpp>
|
|
#include <openvpn/common/to_string.hpp>
|
|
#include <openvpn/buffer/asiobuf.hpp>
|
|
#include <openvpn/time/time.hpp>
|
|
#include <openvpn/transport/client/transbase.hpp>
|
|
#include <openvpn/tun/client/tunbase.hpp>
|
|
#include <openvpn/tun/builder/capture.hpp>
|
|
#include <openvpn/tun/linux/client/tuniproute.hpp>
|
|
#include <openvpn/transport/dco.hpp>
|
|
#include <openvpn/kovpn/kovpn.hpp>
|
|
#include <openvpn/kovpn/kodev.hpp>
|
|
#include <openvpn/kovpn/korekey.hpp>
|
|
#include <openvpn/kovpn/kostats.hpp>
|
|
#include <openvpn/linux/procfs.hpp>
|
|
#include <openvpn/dco/ipcollbase.hpp>
|
|
|
|
#ifdef ENABLE_PG
|
|
#include <openvpn/kovpn/kodevtun.hpp>
|
|
#include <openvpn/kovpn/ipcoll.hpp>
|
|
#endif
|
|
|
|
// client-side DCO (Data Channel Offload) module for Linux/kovpn
|
|
|
|
namespace openvpn {
|
|
namespace DCOTransport {
|
|
|
|
OPENVPN_EXCEPTION(dco_error);
|
|
|
|
class ClientConfig : public DCO,
|
|
public TransportClientFactory,
|
|
public TunClientFactory
|
|
{
|
|
public:
|
|
typedef RCPtr<ClientConfig> Ptr;
|
|
|
|
std::string dev_name;
|
|
|
|
DCO::TransportConfig transport;
|
|
DCO::TunConfig tun;
|
|
|
|
int trunk_unit = -1;
|
|
|
|
virtual TunClientFactory::Ptr new_tun_factory(const DCO::TunConfig& conf, const OptionList& opt) override
|
|
{
|
|
tun = conf;
|
|
|
|
// set a default MTU
|
|
if (!tun.tun_prop.mtu)
|
|
tun.tun_prop.mtu = 1500;
|
|
|
|
// parse "dev" option
|
|
{
|
|
const Option* dev = opt.get_ptr("dev");
|
|
if (dev)
|
|
dev_name = dev->get(1, 64);
|
|
else
|
|
dev_name = "ovpnc";
|
|
}
|
|
|
|
// parse trunk-unit
|
|
trunk_unit = opt.get_num<decltype(trunk_unit)>("trunk-unit", 1, trunk_unit, 0, 511);
|
|
|
|
return TunClientFactory::Ptr(this);
|
|
}
|
|
|
|
virtual TransportClientFactory::Ptr new_transport_factory(const DCO::TransportConfig& conf) override
|
|
{
|
|
transport = conf;
|
|
return TransportClientFactory::Ptr(this);
|
|
}
|
|
|
|
virtual TunClient::Ptr new_tun_client_obj(openvpn_io::io_context& io_context,
|
|
TunClientParent& parent,
|
|
TransportClient* transcli) override;
|
|
|
|
virtual TransportClient::Ptr new_transport_client_obj(openvpn_io::io_context& io_context,
|
|
TransportClientParent* parent) override;
|
|
|
|
static DCO::Ptr new_controller()
|
|
{
|
|
return new ClientConfig();
|
|
}
|
|
|
|
private:
|
|
ClientConfig() {}
|
|
};
|
|
|
|
class Client : public TransportClient,
|
|
public TunClient,
|
|
public KoRekey::Receiver,
|
|
public SessionStats::DCOTransportSource,
|
|
public AsyncResolvableUDP
|
|
{
|
|
friend class ClientConfig;
|
|
|
|
typedef RCPtr<Client> Ptr;
|
|
|
|
struct ProtoBase
|
|
{
|
|
ProtoBase() {}
|
|
virtual IP::Addr server_endpoint_addr() const = 0;
|
|
virtual void close() = 0;
|
|
virtual ~ProtoBase() {}
|
|
|
|
ProtoBase(const ProtoBase&) = delete;
|
|
ProtoBase& operator=(const ProtoBase&) = delete;
|
|
};
|
|
|
|
struct UDP : public ProtoBase
|
|
{
|
|
UDP(openvpn_io::io_context& io_context)
|
|
: resolver(io_context),
|
|
socket(io_context)
|
|
{
|
|
}
|
|
|
|
virtual IP::Addr server_endpoint_addr() const override
|
|
{
|
|
return IP::Addr::from_asio(server_endpoint.address());
|
|
}
|
|
|
|
virtual void close() override
|
|
{
|
|
socket.close();
|
|
resolver.cancel();
|
|
}
|
|
|
|
openvpn_io::ip::udp::resolver resolver;
|
|
openvpn_io::ip::udp::socket socket;
|
|
UDPTransport::AsioEndpoint server_endpoint;
|
|
};
|
|
|
|
#ifdef ENABLE_PG
|
|
typedef KoTun::Tun<Client*> TunImpl;
|
|
#else
|
|
typedef KoTun::TunClient<Client*> TunImpl;
|
|
#endif
|
|
|
|
// calls tun_read_handler and tun_error_handler
|
|
friend TunImpl::Base;
|
|
|
|
public:
|
|
// transport methods
|
|
|
|
virtual void transport_start() override
|
|
{
|
|
if (halt)
|
|
OPENVPN_THROW(dco_error, "transport_start called on halted instance");
|
|
|
|
KoTun::DevConf devconf;
|
|
|
|
if (config->transport.protocol.is_udp())
|
|
devconf.dc.tcp = false;
|
|
else if (config->transport.protocol.is_tcp())
|
|
devconf.dc.tcp = true;
|
|
else
|
|
OPENVPN_THROW(dco_error, "protocol " << config->transport.protocol.str() << " not implemented");
|
|
|
|
// config settings
|
|
devconf.set_dev_name(config->dev_name);
|
|
devconf.dc.max_peers = 1;
|
|
devconf.dc.max_dev_queues = 1;
|
|
devconf.dc.dev_tx_queue_len = 4096;
|
|
devconf.dc.max_tun_queue_len = 4096;
|
|
devconf.dc.max_tcp_send_queue_len = 64;
|
|
devconf.dc.peer_lookup = OVPN_PEER_LOOKUP_NONE;
|
|
devconf.dc.cpu_id = -1;
|
|
|
|
// create kovpn tun socket
|
|
impl.reset(new TunImpl(io_context,
|
|
devconf,
|
|
this,
|
|
config->transport.frame,
|
|
nullptr,
|
|
nullptr));
|
|
|
|
// set kovpn stats hook
|
|
config->transport.stats->dco_configure(this);
|
|
|
|
// if trunking, set RPS/XPS on iface
|
|
if (config->trunk_unit >= 0)
|
|
KoTun::KovpnBase::set_rps_xps(config->dev_name, devconf.dc.queue_index, config->tun.stop);
|
|
|
|
if (devconf.dc.tcp)
|
|
transport_start_tcp();
|
|
else
|
|
transport_start_udp();
|
|
}
|
|
|
|
// VPN IP collision detection for multi-channel trunking
|
|
static void set_vpn_ip_collision(IPCollisionDetectBase* vpn_ip_collision_arg)
|
|
{
|
|
vpn_ip_collision = vpn_ip_collision_arg;
|
|
}
|
|
|
|
virtual bool transport_send_const(const Buffer& buf) override
|
|
{
|
|
return send(buf);
|
|
}
|
|
|
|
virtual bool transport_send(BufferAllocated& buf) override
|
|
{
|
|
return send(buf);
|
|
}
|
|
|
|
virtual bool transport_send_queue_empty() override
|
|
{
|
|
return false;
|
|
}
|
|
|
|
virtual bool transport_has_send_queue() override
|
|
{
|
|
return false;
|
|
}
|
|
|
|
virtual unsigned int transport_send_queue_size() override
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
virtual void reset_align_adjust(const size_t align_adjust) override
|
|
{
|
|
}
|
|
|
|
virtual void transport_stop_requeueing() override
|
|
{
|
|
}
|
|
|
|
virtual void server_endpoint_info(std::string& host, std::string& port, std::string& proto, std::string& ip_addr) const override
|
|
{
|
|
host = server_host;
|
|
port = server_port;
|
|
const IP::Addr addr = server_endpoint_addr();
|
|
proto = "UDP";
|
|
proto += addr.version_string();
|
|
proto += "-DCO";
|
|
ip_addr = addr.to_string();
|
|
}
|
|
|
|
virtual IP::Addr server_endpoint_addr() const override
|
|
{
|
|
if (proto)
|
|
return proto->server_endpoint_addr();
|
|
else
|
|
return IP::Addr();
|
|
}
|
|
|
|
virtual Protocol transport_protocol() const override
|
|
{
|
|
switch (server_endpoint_addr().version())
|
|
{
|
|
case IP::Addr::V4:
|
|
return Protocol(Protocol::UDPv4);
|
|
case IP::Addr::V6:
|
|
return Protocol(Protocol::UDPv6);
|
|
default:
|
|
return Protocol();
|
|
}
|
|
}
|
|
|
|
virtual ~Client() override
|
|
{
|
|
stop_();
|
|
}
|
|
|
|
// tun methods
|
|
|
|
virtual void tun_start(const OptionList& opt,
|
|
TransportClient& transcli,
|
|
CryptoDCSettings& dc_settings) override
|
|
{
|
|
if (halt || !tun_parent)
|
|
OPENVPN_THROW(dco_error, "tun_start called on halted/undefined instance");
|
|
|
|
try {
|
|
const IP::Addr server_addr = server_endpoint_addr();
|
|
|
|
// get the iface name
|
|
state->iface_name = config->dev_name;
|
|
|
|
// notify parent
|
|
tun_parent->tun_pre_tun_config();
|
|
|
|
// parse pushed options
|
|
TunBuilderCapture::Ptr po(new TunBuilderCapture());
|
|
TunProp::configure_builder(po.get(),
|
|
state.get(),
|
|
config->transport.stats.get(),
|
|
server_addr,
|
|
config->tun.tun_prop,
|
|
opt,
|
|
nullptr,
|
|
false);
|
|
|
|
OPENVPN_LOG("CAPTURED OPTIONS:" << std::endl << po->to_string());
|
|
|
|
// add/remove command lists
|
|
ActionList::Ptr add_cmds = new ActionList();
|
|
remove_cmds.reset(new ActionListReversed());
|
|
|
|
// configure tun properties
|
|
std::vector<IP::Route> rtvec;
|
|
if (config->trunk_unit >= 0)
|
|
{
|
|
// VPN IP collision detection, will throw on collision
|
|
if (vpn_ip_collision)
|
|
detect_vpn_ip_collision(*vpn_ip_collision, *po, config->trunk_unit, *remove_cmds);
|
|
|
|
// trunk setup
|
|
TunIPRoute::iface_config(state->iface_name,
|
|
config->trunk_unit,
|
|
*po,
|
|
nullptr,
|
|
*add_cmds,
|
|
*remove_cmds);
|
|
|
|
// Note that in trunking mode, kovpn must be
|
|
// configured for source routing.
|
|
add_vpn_ips_as_source_routes(*po, rtvec, IP::Addr::V4);
|
|
add_vpn_ips_as_source_routes(*po, rtvec, IP::Addr::V6);
|
|
}
|
|
else
|
|
{
|
|
// non-trunk setup
|
|
TunIPRoute::TunMethods::tun_config(state->iface_name,
|
|
*po,
|
|
&rtvec,
|
|
*add_cmds,
|
|
*remove_cmds);
|
|
}
|
|
|
|
// Add routes to DCO implementation
|
|
impl->peer_add_routes(peer_id, rtvec);
|
|
|
|
// execute commands to bring up interface
|
|
add_cmds->execute_log();
|
|
|
|
// Add a hook so ProtoContext will call back to
|
|
// rekey() on rekey ops.
|
|
dc_settings.set_factory(CryptoDCFactory::Ptr(new KoRekey::Factory(dc_settings.factory(), this, config->transport.frame)));
|
|
|
|
// signal that we are connected
|
|
tun_parent->tun_connected();
|
|
}
|
|
catch (const IPCollisionDetectBase::ip_collision& e)
|
|
{
|
|
// on VPN IP address collision, just reconnect to get a new address
|
|
stop_();
|
|
tun_parent->tun_error(Error::TUN_ERROR, e.what());
|
|
}
|
|
catch (const std::exception& e)
|
|
{
|
|
stop_();
|
|
tun_parent->tun_error(Error::TUN_SETUP_FAILED, e.what());
|
|
}
|
|
}
|
|
|
|
virtual void set_disconnect() override
|
|
{
|
|
}
|
|
|
|
virtual bool tun_send(BufferAllocated& buf) override // return true if send succeeded
|
|
{
|
|
return false;
|
|
}
|
|
|
|
virtual std::string tun_name() const override
|
|
{
|
|
if (impl)
|
|
return impl->name();
|
|
else
|
|
return "UNDEF_DCO";
|
|
}
|
|
|
|
virtual std::string vpn_ip4() const override
|
|
{
|
|
if (state->vpn_ip4_addr.specified())
|
|
return state->vpn_ip4_addr.to_string();
|
|
else
|
|
return "";
|
|
}
|
|
|
|
virtual std::string vpn_ip6() const override
|
|
{
|
|
if (state->vpn_ip6_addr.specified())
|
|
return state->vpn_ip6_addr.to_string();
|
|
else
|
|
return "";
|
|
}
|
|
|
|
virtual std::string vpn_gw4() const override
|
|
{
|
|
if (state->vpn_ip4_gw.specified())
|
|
return state->vpn_ip4_gw.to_string();
|
|
else
|
|
return "";
|
|
}
|
|
|
|
virtual std::string vpn_gw6() const override
|
|
{
|
|
if (state->vpn_ip6_gw.specified())
|
|
return state->vpn_ip6_gw.to_string();
|
|
else
|
|
return "";
|
|
}
|
|
|
|
// KoRekey::Receiver methods
|
|
|
|
virtual void rekey(const CryptoDCInstance::RekeyType rktype,
|
|
const KoRekey::Info& rkinfo) override
|
|
{
|
|
if (halt)
|
|
return;
|
|
|
|
KoRekey::Key key(rktype, rkinfo, peer_id, false);
|
|
impl->peer_keys_reset(key());
|
|
if (transport_parent->is_keepalive_enabled())
|
|
{
|
|
struct ovpn_peer_keepalive ka;
|
|
|
|
// Disable userspace keepalive, get the userspace
|
|
// keepalive parameters, and enable kovpn keepalive.
|
|
ka.peer_id = peer_id;
|
|
transport_parent->disable_keepalive(ka.keepalive_ping,
|
|
ka.keepalive_timeout);
|
|
|
|
// Modify the peer
|
|
impl->peer_set_keepalive(&ka);
|
|
}
|
|
}
|
|
|
|
virtual void explicit_exit_notify() override
|
|
{
|
|
impl->peer_xmit_explicit_exit_notify(peer_id);
|
|
}
|
|
|
|
// shared methods
|
|
|
|
virtual void stop() override
|
|
{
|
|
stop_();
|
|
}
|
|
|
|
private:
|
|
Client(openvpn_io::io_context& io_context_arg,
|
|
ClientConfig* config_arg,
|
|
TransportClientParent* parent_arg)
|
|
: AsyncResolvableUDP(io_context_arg),
|
|
io_context(io_context_arg),
|
|
halt(false),
|
|
state(new TunProp::State()),
|
|
config(config_arg),
|
|
transport_parent(parent_arg),
|
|
tun_parent(nullptr),
|
|
peer_id(-1)
|
|
{
|
|
}
|
|
|
|
virtual void transport_reparent(TransportClientParent* parent_arg)
|
|
{
|
|
transport_parent = parent_arg;
|
|
}
|
|
|
|
void transport_start_udp()
|
|
{
|
|
proto.reset(new UDP(io_context));
|
|
if (config->transport.remote_list->endpoint_available(&server_host, &server_port, nullptr))
|
|
{
|
|
start_connect_udp();
|
|
}
|
|
else
|
|
{
|
|
transport_parent->transport_pre_resolve();
|
|
async_resolve_name(server_host, server_port);
|
|
}
|
|
}
|
|
|
|
// called after DNS resolution has succeeded or failed
|
|
void resolve_callback(const openvpn_io::error_code& error,
|
|
openvpn_io::ip::udp::resolver::results_type results)
|
|
{
|
|
if (!halt)
|
|
{
|
|
if (!error)
|
|
{
|
|
// save resolved endpoint list in remote_list
|
|
config->transport.remote_list->set_endpoint_range(results);
|
|
start_connect_udp();
|
|
}
|
|
else
|
|
{
|
|
std::ostringstream os;
|
|
os << "DNS resolve error on '" << server_host << "' for UDP session: " << error.message();
|
|
config->transport.stats->error(Error::RESOLVE_ERROR);
|
|
stop_();
|
|
transport_parent->transport_error(Error::UNDEF, os.str());
|
|
}
|
|
}
|
|
}
|
|
|
|
// do UDP connect
|
|
void start_connect_udp()
|
|
{
|
|
config->transport.remote_list->get_endpoint(udp().server_endpoint);
|
|
OPENVPN_LOG("Contacting " << udp().server_endpoint << " via UDP");
|
|
transport_parent->transport_wait();
|
|
udp().socket.open(udp().server_endpoint.protocol());
|
|
udp().socket.async_connect(udp().server_endpoint, [self=Ptr(this)](const openvpn_io::error_code& error)
|
|
{
|
|
self->start_impl_udp(error);
|
|
});
|
|
}
|
|
|
|
// start I/O on UDP socket
|
|
void start_impl_udp(const openvpn_io::error_code& error)
|
|
{
|
|
if (!halt)
|
|
{
|
|
if (!error)
|
|
{
|
|
// attach UDP socket to kovpn
|
|
peer_id = impl->peer_new_udp_client(udp().socket.native_handle(), 0, 0);
|
|
|
|
// queue reads on tun
|
|
impl->start(8); // parallel reads
|
|
transport_parent->transport_connecting();
|
|
}
|
|
else
|
|
{
|
|
std::ostringstream os;
|
|
os << "UDP connect error on '" << server_host << ':' << server_port << "' (" << udp().server_endpoint << "): " << error.message();
|
|
config->transport.stats->error(Error::UDP_CONNECT_ERROR);
|
|
stop_();
|
|
transport_parent->transport_error(Error::UNDEF, os.str());
|
|
}
|
|
}
|
|
}
|
|
|
|
void transport_start_tcp()
|
|
{
|
|
OPENVPN_THROW(dco_error, "TCP not implemented yet"); // fixme for DCO
|
|
}
|
|
|
|
void tun_read_handler(KoTun::PacketFrom::SPtr& pfp) // called by TunImpl
|
|
{
|
|
if (halt)
|
|
return;
|
|
|
|
try {
|
|
const struct ovpn_tun_head *th = (const struct ovpn_tun_head *)pfp->buf.read_alloc(sizeof(struct ovpn_tun_head));
|
|
switch (th->type)
|
|
{
|
|
case OVPN_TH_TRANS_BY_PEER_ID:
|
|
{
|
|
if (peer_id < 0 || th->peer_id != peer_id)
|
|
{
|
|
OPENVPN_LOG("dcocli: OVPN_TH_TRANS_BY_PEER_ID unrecognized peer_id=" << th->peer_id);
|
|
return;
|
|
}
|
|
|
|
transport_parent->transport_recv(pfp->buf);
|
|
cc_rx_bytes += pfp->buf.size();
|
|
break;
|
|
}
|
|
case OVPN_TH_NOTIFY_STATUS:
|
|
{
|
|
const struct ovpn_tun_head_status *thn = (const struct ovpn_tun_head_status *)th;
|
|
|
|
if (peer_id < 0 || thn->head.peer_id != peer_id)
|
|
{
|
|
OPENVPN_LOG("dcocli: OVPN_TH_NOTIFY_STATUS unrecognized peer_id=" << thn->head.peer_id);
|
|
return;
|
|
}
|
|
|
|
const bool stop = (thn->head.status != OVPN_STATUS_ACTIVE);
|
|
OPENVPN_LOG("dcocli: status=" << int(thn->head.status) << " peer_id=" << peer_id << " rx_bytes=" << thn->rx_bytes << " tx_bytes=" << thn->tx_bytes); // fixme
|
|
if (stop)
|
|
throw Exception("stop status=" + to_string(thn->head.status));
|
|
break;
|
|
}
|
|
default:
|
|
OPENVPN_LOG("dcocli: unknown ovpn_tun_head type=" << (int)th->type);
|
|
break;
|
|
}
|
|
}
|
|
catch (const std::exception& e)
|
|
{
|
|
const std::string msg = std::string("dcocli: tun_read_handler: ") + e.what();
|
|
OPENVPN_LOG(msg);
|
|
stop_();
|
|
transport_parent->transport_error(Error::TRANSPORT_ERROR, msg);
|
|
}
|
|
}
|
|
|
|
void tun_error_handler(const Error::Type errtype, // called by TunImpl
|
|
const openvpn_io::error_code* error)
|
|
{
|
|
OPENVPN_LOG("TUN error");
|
|
stop_();
|
|
}
|
|
|
|
bool send(const Buffer& buf)
|
|
{
|
|
struct ovpn_tun_head head;
|
|
std::memset(&head, 0, sizeof(head));
|
|
head.type = OVPN_TH_TRANS_BY_PEER_ID;
|
|
head.peer_id = peer_id;
|
|
return impl->write_seq(AsioConstBufferSeq2(Buffer(reinterpret_cast<Buffer::type>(&head), sizeof(head), true),
|
|
buf));
|
|
}
|
|
|
|
void stop_()
|
|
{
|
|
if (!halt)
|
|
{
|
|
halt = true;
|
|
config->transport.stats->dco_update(); // final update
|
|
config->transport.stats->dco_configure(nullptr);
|
|
if (remove_cmds)
|
|
remove_cmds->execute_log();
|
|
if (impl)
|
|
impl->stop();
|
|
if (proto)
|
|
proto->close();
|
|
}
|
|
}
|
|
|
|
UDP& udp()
|
|
{
|
|
return *static_cast<UDP*>(proto.get());
|
|
}
|
|
|
|
static void add_vpn_ips_as_source_routes(const TunBuilderCapture& pull,
|
|
std::vector<IP::Route>& rtvec,
|
|
const IP::Addr::Version ver)
|
|
{
|
|
const TunBuilderCapture::RouteAddress *ra = pull.vpn_ip(ver);
|
|
if (ra)
|
|
rtvec.push_back(IP::route_from_string_prefix(ra->address,
|
|
IP::Addr::version_size(ver),
|
|
"DCOTransport::Client::add_vpn_ips_as_source_routes",
|
|
ver));
|
|
}
|
|
|
|
// Throw an exception of type IPCollisionDetectBase::ip_collision
|
|
// if VPN IP is already in use by another client thread.
|
|
// This is intended to force a reconnect and obtain a
|
|
// new non-colliding address.
|
|
static void detect_vpn_ip_collision(IPCollisionDetectBase& ipcoll,
|
|
const TunBuilderCapture& pull,
|
|
unsigned int unit,
|
|
ActionList& remove)
|
|
{
|
|
const TunBuilderCapture::RouteAddress* local4 = pull.vpn_ipv4();
|
|
const TunBuilderCapture::RouteAddress* local6 = pull.vpn_ipv6();
|
|
if (local4)
|
|
ipcoll.add(local4->address, unit, remove);
|
|
if (local6)
|
|
ipcoll.add(local6->address, unit, remove);
|
|
}
|
|
|
|
// override for SessionStats::DCOTransportSource
|
|
virtual SessionStats::DCOTransportSource::Data dco_transport_stats_delta() override
|
|
{
|
|
if (impl)
|
|
{
|
|
struct ovpn_peer_status ops;
|
|
ops.peer_id = peer_id;
|
|
if (impl->peer_get_status(&ops))
|
|
{
|
|
const SessionStats::DCOTransportSource::Data data(ops.rx_bytes + cc_rx_bytes, ops.tx_bytes);
|
|
const SessionStats::DCOTransportSource::Data delta = data - last_stats;
|
|
last_stats = data;
|
|
return delta;
|
|
}
|
|
}
|
|
return SessionStats::DCOTransportSource::Data();
|
|
}
|
|
|
|
openvpn_io::io_context& io_context;
|
|
bool halt;
|
|
|
|
TunProp::State::Ptr state;
|
|
|
|
ClientConfig::Ptr config;
|
|
TransportClientParent* transport_parent;
|
|
TunClientParent* tun_parent;
|
|
|
|
std::unique_ptr<ProtoBase> proto;
|
|
|
|
ActionList::Ptr remove_cmds;
|
|
|
|
std::string server_host;
|
|
std::string server_port;
|
|
|
|
TunImpl::Ptr impl;
|
|
int peer_id;
|
|
|
|
SessionStats::DCOTransportSource::Data last_stats;
|
|
__u64 cc_rx_bytes = 0;
|
|
|
|
static IPCollisionDetectBase* vpn_ip_collision;
|
|
};
|
|
|
|
inline DCO::Ptr new_controller()
|
|
{
|
|
return ClientConfig::new_controller();
|
|
}
|
|
|
|
inline TransportClient::Ptr ClientConfig::new_transport_client_obj(openvpn_io::io_context& io_context,
|
|
TransportClientParent* parent)
|
|
{
|
|
return TransportClient::Ptr(new Client(io_context, this, parent));
|
|
}
|
|
|
|
inline TunClient::Ptr ClientConfig::new_tun_client_obj(openvpn_io::io_context& io_context,
|
|
TunClientParent& parent,
|
|
TransportClient* transcli)
|
|
{
|
|
Client* cli = static_cast<Client*>(transcli);
|
|
cli->tun_parent = &parent;
|
|
return TunClient::Ptr(cli);
|
|
}
|
|
|
|
IPCollisionDetectBase* Client::vpn_ip_collision; // GLOBAL
|
|
}
|
|
};
|
|
|
|
#endif
|