0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn
James Yonan 6b599f158c
In HTTP client/server, added msg_overhead_bytes member to Config class to allow for accounting of message overhead.
This is to prevent attacks where a large number of very
small messages (such as 1 byte each) are sent to the
server to force it to consume more memory than the
max_content_bytes limit would normally allow.
2020-01-09 12:23:41 +02:00
..
acceptor Make lambda functions mutable that benefit from using std::move() on closure vars 2020-01-09 12:22:58 +02:00
addr IPv4, IPv6: added #include <openvpn/common/hash.hpp> 2019-09-25 19:51:27 +02:00
apple ReachabilityBase: added virtual destructor 2019-06-19 18:21:03 +02:00
applecrypto [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
asio AsioPolySock: add support for socket shutdown 2019-09-06 22:24:57 -06:00
auth SSL: added SNI::Metadata, an abstract base class for packaging app-specific SNI metadata in AuthCert 2019-07-17 10:53:46 -06:00
buffer Buffer: added some useful debugging info to buffer_full exception 2019-12-05 11:20:10 +01:00
client agent win: implement add_bypass_route 2020-01-09 12:23:05 +02:00
common Use openvpn::strerror_str() instead of std::strerror(). 2020-01-09 12:23:18 +02:00
compress CompressContext: Add is_any_stub() method 2019-10-02 17:36:48 +02:00
crypto CryptoAlgs: Don't report any digests for ciphers not using them 2019-10-24 14:48:22 +02:00
dco dcocli: Do not use KoTun with ENABLE_PG and USE_TUN_BUILDER 2019-11-27 17:11:50 +01:00
error wintun: ring buffers support 2019-08-21 17:58:37 +03:00
frame wintun: ring buffers support 2019-08-21 17:58:37 +03:00
http Added HTTP::headers_redact() for redacting basic auth creds from Authorization header 2019-11-20 11:14:23 +01:00
init InitProcess: comment clarification that crypto_init declaration causes SSL library init when instantiated 2019-04-30 08:59:34 +02:00
io [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
ip ICMPv6: added DEST_UNREACH code 2019-09-06 22:24:57 -06:00
kovpn Rename openvpnerrstr.c to openvpnerrstr.h 2019-12-02 14:16:56 +01:00
legal [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
linux Add macOS implementation in cpu time helper and adjust unit test 2019-11-07 09:58:55 +01:00
log logsimple.hpp: OPENVPN_LOG_STRING, OPENVPN_LOG_NTNL: flush output stream 2019-11-20 11:14:23 +01:00
mbedtls Merge changes applied to coming Core release 2019-12-10 15:20:49 +01:00
netconf gwnetlink.hpp: specify destination when looking for gateway 2019-05-09 16:40:24 +03:00
omi Acceptor::TCP: don't set reuseport flag by default on listener socket 2020-01-09 12:23:21 +02:00
openssl Fix free in RSA external PKI, remove unused return value of EC do_sign 2019-12-18 17:48:50 +01:00
options ServerPushList: added JSON parse() method 2019-12-26 03:44:14 -07:00
pki OpenSSL PKI cleanup 2019-06-19 18:21:01 +02:00
proxy [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
random Replace OPENVPN_INSECURE_RANDOM with FakeRandom class 2019-11-07 09:58:54 +01:00
reliable [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
server AddrPort, PeerAddr: added to_json() methods 2019-12-26 03:44:14 -07:00
ssl Merge changes applied to coming Core release 2019-12-10 15:20:49 +01:00
time Add macOS implementation in cpu time helper and adjust unit test 2019-11-07 09:58:55 +01:00
transport Minor code style clean up 2019-11-27 17:11:50 +01:00
tun net30 topology (win): fix incorrect remote calculation 2019-12-05 11:21:15 +01:00
win copyright: updated to 2017 2020-01-09 12:23:32 +02:00
ws In HTTP client/server, added msg_overhead_bytes member to Config class to allow for accounting of message overhead. 2020-01-09 12:23:41 +02:00