summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Mac OS X Keychain management clientVasily Kulikov2015-04-1318-35/+1665
* Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering2015-03-085-34/+5
* Fix incorrect use of get_ipv6_addr() for iroute options.Gert Doering2015-03-081-1/+1
* Change float log message to include common name, if available.Steffan Karger2015-03-081-2/+5
* Fix mssfix default value in connection_list contextLev Stipakov2015-03-071-1/+1
* Allow for CN/username of 64 characters (fixes off-by-one)Steffan Karger2015-03-061-3/+3
* polarssl: make sure to always null-terminate the cnSteffan Karger2015-03-061-1/+4
* Get rid of old OpenSSL workarounds.Steffan Karger2015-03-061-2/+2
* Document the default for tls-cipher.Arne Schwabe2015-03-051-0/+3
* Remove unused function sock_addr_setArne Schwabe2015-03-051-11/+0
* Fix frame size calculation for non-CBC modes.Steffan Karger2015-02-271-5/+21
* Use tls-auth in sample config filesSteffan Karger2015-02-226-2/+28
* Print remote IPv4 address on a dual-stack v6 socket in IPv4 formatGert Doering2015-02-152-5/+23
* New approach to handle peer-id related changes to link-mtu.Gert Doering2015-02-153-4/+36
* Disable SSL compressionSteffan Karger2015-02-151-0/+4
* Fix mismatch of fprintf format specifier and argument typeJonathan K. Bullard2015-02-071-1/+1
* Fix NULL dereferencingLev Stipakov2015-02-061-4/+5
* Account for peer-id in frame size calculationSteffan Karger2015-01-231-6/+4
* Disallow lameduck's float to an address taken by another clientLev Stipakov2015-01-223-6/+17
* Add option to disable Diffie Hellman key exchange by setting '--dh none'Steffan Karger2015-01-044-11/+26
* openssl: use crypto_msg(), get rid of openssl-specific code in error.cSteffan Karger2014-12-314-103/+89
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-3131-232/+79
* openssl: add more descriptive message for 'no shared cipher' errorSteffan Karger2014-12-311-3/+17
* openssl: add crypto_msg(), to easily log openssl errorsSteffan Karger2014-12-313-0/+40
* Default gateway can't be determined on illumos/Solaris platformsAlexander Pyhalov2014-12-311-2/+19
* 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-272-3/+36
* pkcs11: Load p11-kit-proxy.so module by defaultDavid Woodhouse2014-12-273-0/+26
* 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-075-41/+107
* Remove possibility of using --tls-auth with non OpenVPN Static key filesArne Schwabe2014-12-062-79/+7
* 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-022-4/+5
* Include systemd units in the source tarball (make dist)Mike Gilbert2014-12-021-0/+2
* autotools: Fix wrong ./configure help screen default valuesDavid Sommerseth2014-11-301-3/+3
* 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
* systemd: Reworked the systemd unit file to handle server and client configs b...David Sommerseth2014-11-242-3/+23
* polarssl: fix unreachable codeYegor Yefremov2014-11-231-1/+1
* Fix to --shaper documentation on the man-pageSamuli Seppänen2014-11-231-0/+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
* Modernize sample keys and sample configsSteffan Karger2014-11-1532-410/+779