summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Set tls-version-max to 1.1 if cryptoapicert is usedSteffan Karger2014-12-281-0/+18
* Make 'provider' option to --show-pkcs11-ids optional where p11-kit is presentDavid Woodhouse2014-12-271-2/+29
* pkcs11: Load p11-kit-proxy.so module by defaultDavid Woodhouse2014-12-271-0/+9
* plugins, down-root: Code style clean-upDavid Sommerseth2014-12-091-307/+323
* sockets: Remove the limitation of --tcp-nodelay to be server-onlyDavid Sommerseth2014-12-092-2/+4
* plugin, down-root: Fix compiler warningsDavid Sommerseth2014-12-081-3/+1
* Prevent memory drain for long lasting floating sessionsLev Stipakov2014-12-083-7/+19
* Add the peer-id to the output of the status commandLev Stipakov2014-12-081-6/+8
* Update doxygen (a bit)Steffan Karger2014-12-071-1/+71
* Remove possibility of using --tls-auth with non OpenVPN Static key filesArne Schwabe2014-12-061-61/+4
* down-root: Improve error messagesDavid Sommerseth2014-12-061-16/+36
* down-root plugin: Replaced system() calls with execve()David Sommerseth2014-12-061-92/+48
* Really fix '--cipher none' regressionSteffan Karger2014-12-021-4/+2
* Drop too-short control channel packets instead of asserting out.Steffan Karger2014-11-281-1/+5
* Peer-id patch v7Lev Stipakov2014-11-2713-50/+331
* polarssl: fix unreachable codeYegor Yefremov2014-11-231-1/+1
* socket: remove duplicate expressionYegor Yefremov2014-11-231-1/+1
* Fix windows build on older mingw versions.Gert Doering2014-11-181-1/+9
* fix warnings on WindowsHeiko Hund2014-11-173-6/+5
* Fix compilation on WindowsHeiko Hund2014-11-171-8/+7
* Add --tls-version-maxSteffan Karger2014-11-146-37/+100
* Fix assertion error when using --cipher noneSteffan Karger2014-11-083-7/+7
* Remove unused variables from ssl_verify_openssl.c extract_x509_extension()Steffan Karger2014-10-251-2/+0
* Fix regression with password protected private keys (polarssl)Steffan Karger2014-10-241-3/+3
* Fix "code=995" bug with windows NDIS6 tap driver.TDivine2014-10-242-0/+28
* Ensure that client-connect files are always deletedSamuel Thibault2014-10-141-4/+10
* extract_x509_extension(): hide status message during normal operation.Andris Kalnozols2014-10-141-2/+2
* Implement on-link route adding for iproute2Philipp Hagemeister2014-10-141-4/+7
* systemd: Use systemd functions to consider systemd availabilityDavid Sommerseth2014-10-072-4/+7
* Fix compiler warnings in ssl_polarssl.c.Steffan Karger2014-09-151-11/+15
* Fix clang warning in options.cSteffan Karger2014-09-151-2/+2
* Fix some unintialized variable warningsSteffan Karger2014-09-153-4/+4
* Remove quadratic complexity from openvpn_base64_decode()Jann Horn2014-09-141-1/+1
* Clean up the pipe closing in openvpn_popen()David Sommerseth2014-09-101-8/+10
* Don't try to use systemd-ask-password if it is not availableDavid Sommerseth2014-09-101-3/+5
* Don't let openvpn_popen() keep zombies aroundDavid Sommerseth2014-09-091-2/+5
* Add configure check for the path to systemd-ask-passwordMike Gilbert2014-09-051-1/+1
* Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.Steffan Karger2014-07-291-2/+2
* Always enable http-proxy and socks-proxyArne Schwabe2014-07-1814-197/+9
* Fix server routes not working in topology subnet with --server [v3]Arne Schwabe2014-07-131-1/+5
* Define dummy SSL_OP_NO_TICKET flag if not present in OpenSSL.Steffan Karger2014-07-131-0/+11
* Don't exit daemon if opening or parsing the CRL fails.Steffan Karger2014-07-102-4/+7
* Do not upcase x509-username-field for mixed-case arguments.Andris Kalnozols2014-07-101-4/+22
* Remove ENABLE_BUFFER_LISTArne Schwabe2014-07-093-16/+0
* Don't issue warning for 'translate to self' tls-ciphersSteffan Karger2014-07-071-1/+2
* Improve --show-ciphers to show if a cipher can be used in static key modeSteffan Karger2014-07-072-10/+13
* Add proper check for crypto modes (CBC or OFB/CFB)Steffan Karger2014-07-076-27/+99
* Rename ALLOW_NON_CBC_CIPHERS to ENABLE_OFB_CFB_MODE, and add to configure.Steffan Karger2014-07-073-4/+2
* implement adding/deleting routes on AIX, for IPv4 and IPv6Gert Doering2014-07-071-0/+60
* Add tap driver initialization and ifconfig for AIX.Gert Doering2014-07-071-0/+170