aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn
AgeCommit message (Expand)Author
2020-11-30Fix auth-token not being updated if auth-nocache is setArne Schwabe
2020-11-24Also announce IV_CIPHERS as client in OpenVPN 2.4Arne Schwabe
2020-11-24Normalise ncp-ciphers option and restrict it to 127 bytesArne Schwabe
2020-10-12Fix redirecting of IPv4 default gateway if connecting over IPv6.Gert Doering
2020-09-17Fix fatal error at switching remotes (#629)Vladislav Grishenko
2020-09-14socks.c: fix alen for DOMAIN type addresses, bump up buffer sizesGert Doering
2020-09-14Fix --show-gateway for IPv6 on NetBSD/i386.Gert Doering
2020-09-11Fix handling of 'route remote_host' for IPv6 transport case.Gert Doering
2020-09-10Fix TUNSETGROUP compatibility with very old Linux systems.Gert Doering
2020-09-09Fix error detection / abort in --inetd corner case.Gert Doering
2020-08-14Fix stack overflow in OpenSolaris NEXTADDR()Gert Doering
2020-08-05Log serial number of revoked certificateVladislav Grishenko
2020-07-27Fix stack buffer overruns in NEXTADDR() macro:Matthias Andree
2020-05-30Switch assertion failure to returning falseJeremy Evans
2020-05-30pool: prevent IPv6 pools to be larger than 2^16 addressesAntonio Quartulli
2020-05-13Persist management-query-remote and proxy promptsSelva Nair
2020-04-22Fix tls_ctx_client/server_new leaving error on OpenSSL error stackArne Schwabe
2020-04-16Fix illegal client float (CVE-2020-11810)Lev Stipakov
2020-04-16Fix broken async push with NCP is usedLev Stipakov
2020-04-15Allow unicode search string in --cryptoapicert optionSelva Nair
2020-04-15Skip expired certificates in Windows certificate storeSelva Nair
2020-04-15Fix OpenSSL 1.1.1 not using auto elliptic curve selectionArne Schwabe
2020-04-10OpenSSL: Fix --crl-verify not loading multiple CRLs in one fileMaxim Plotnikov
2020-04-05When auth-user-pass file has no password query the management interfaceSelva Nair
2020-04-05Move querying username/password from management interface to a functionSelva Nair
2020-04-02Fix OpenSSL error stack handling of tls_ctx_add_extra_certsArne Schwabe
2020-04-01mbedTLS: Make sure TLS session survives moveTom van Leeuwen
2020-03-24Fix OpenSSL private key passphrase noticesSanttu Lakkala
2020-03-16Fix building with --enable-async-push in FreeBSDLev Stipakov
2019-11-09socks: use the right function when printing struct openvpn_sockaddrAntonio Quartulli
2019-11-06Fix broken fragmentation logic when using NCPLev Stipakov
2019-10-28mbedtls: fix segfault by calling mbedtls_cipher_free() in cipher_ctx_free()Antonio Quartulli
2019-10-28openssl: Fix compilation without deprecated OpenSSL 1.1 APIsRosen Penev
2019-10-28Fix IPv6 routes on tap interfaces on OpenSolaris/OpenIndianaGert Doering
2019-10-28Force combinationation of --socks-proxy and --proto UDP to use IPv4.Gert Doering
2019-10-25Ignore --pull-filter for --mode serverRichard Bonhomme
2019-10-14Fix typo in NTLM proxy debug messageMykola Baibuz
2019-09-23Handle PSS padding in cryptoapicertSelva Nair
2019-09-18Fix regression, reinstate LibreSSL support.Matthias Andree
2019-08-16Increase listen() backlog queue to 32Gert Doering
2019-07-28Wrong FILETYPE in .rc filesGisle Vanem
2019-07-28Correct the return value of cryptoapi RSA signature callbacksSelva Nair
2019-07-22Do not set pkcs11-helper 'safe fork mode'Hilko Bengen
2019-07-05repair windows builds (2.4)Gert Doering
2019-05-10Fix various compiler warningsLev Stipakov
2019-03-01Better error message when script fails due to script-security settingSelva Nair
2019-01-17Detect TAP interfaces with root-enumerated hardware IDSimon Rozman
2018-12-18Add 'printing of port number' to mroute_addr_print_ex() for v4-mapped v6.Gert Doering
2018-12-10Fallback to password authentication when auth-token failsArne Schwabe
2018-11-21Remove extra token after #endifLev Stipakov