summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge get_default_gateway() implementation for all 4+1 BSD variants.Gert Doering2014-05-261-225/+21
* Remove unneeded defines (were needed for pre-0.9.7 OpenSSL).Steffan Karger2014-05-261-8/+0
* Remove unneeded wrapper functions in crypto_openssl.cSteffan Karger2014-05-261-16/+4
* Remove function without effect (cipher_ok() always returned true).Steffan Karger2014-05-261-8/+2
* Use SSL_MODE_RELEASE_BUFFERS if availableCristian Rodriguez2014-05-251-0/+3
* Fixed some compile issues with show_library_versions()James Yonan2014-05-205-9/+14
* Define PATH_SEPARATOR for MSVC builds.James Yonan2014-05-201-0/+3
* Conditionalize calls to print_default_gateway on !ENABLE_SMALLGert Doering2014-04-302-2/+2
* Fix is_ipv6 in case of tap interface.Dmitrij Tejblum2014-04-291-1/+1
* Fix build system to accept non-system crypto library locations for plugins.Steffan Karger2014-04-272-3/+5
* More IPv6-related updates to the openvpn man page.Gert Doering2014-04-271-6/+10
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-275-2/+76
* Fix OCSP_check.sh to also use decimal for stdout verification.Steffan Karger2014-04-271-3/+3
* Change signedness of hash in x509_get_sha1_hash(), fixes compiler warning.Steffan Karger2014-04-271-1/+1
* Rewrite manpage section about --multihomeGert Doering2014-04-251-12/+16
* Repair --multihome on FreeBSD for IPv4 sockets.Gert Doering2014-04-251-2/+6
* Fix man page and OSCP script: tls_serial_{n} is decimalArne Schwabe2014-04-252-4/+4
* Add an elliptic curve testing cert chain to the sample keysSteffan Karger2014-04-257-3/+156
* Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger2014-04-259-1/+229
* Minor t_client.sh cleanupsGert Doering2014-04-212-2/+2
* Use native strtoull() with MSVC 2013.James Yonan2014-04-211-0/+3
* Update openvpn-plugin.h for PolarSSL 1.3.Steffan Karger2014-04-211-2/+2
* Improve error reporting during key/cert loading with PolarSSL.Steffan Karger2014-04-211-4/+14
* Upgrade to PolarSSL 1.3Steffan Karger2014-04-2110-195/+167
* Add SSL library version reporting.Gert Doering2014-04-186-0/+42
* IPv6 address/route delete fix for Win8Gert Doering2014-04-132-2/+12
* Fix SOCKSv5 method selectionYawning Angel2014-04-131-3/+15
* Fix typo in sample build script to use LDFLAGSkangsterizer2014-04-131-1/+1
* Work around Solaris getaddrinfo() returing ai_protocol=0Arne Schwabe2014-04-101-5/+2
* fix route struct nameHeiko Hund2014-04-011-1/+1
* configure.ac: use CPPFLAGS for SSL_OP_NO_TICKET checkSteffan Karger2014-04-011-0/+3
* Fix crash when using --inetd.Gert Doering2014-03-302-6/+7
* Fix assert when using port-shareArne Schwabe2014-03-261-1/+1
* Clean up of socket code.Arne Schwabe2014-03-263-103/+95
* configure.ac: check for SSL_OP_NO_TICKET flag in OpenSSLSteffan Karger2014-03-231-0/+15
* Disable unsupported TLS cipher modes by default, cleans --show-tls output.Steffan Karger2014-03-231-2/+2
* Add openssl-specific common cipher list names to ssl.c.Steffan Karger2014-03-231-0/+13
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-237-54/+2
* Add gateway and device to android control messagesArne Schwabe2014-03-231-3/+6
* Don't show the connection profile store in options->ce if there is a connecti...Arne Schwabe2014-03-231-2/+5
* Fix for server selecting address familyArne Schwabe2014-03-231-12/+12
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-2310-139/+415
* Adjusted autotools files to build more cleanly on newer autoconf/automake ver...David Sommerseth2014-03-232-5/+5
* Implement an easy parsable log output that allows access to flags of the log ...Arne Schwabe2014-03-225-1/+44
* Workaround broken Android 4.4 VpnService API for persist-tun modeArne Schwabe2014-03-224-13/+68
* Move the initialization of the environment to the top so c2.es is initializedArne Schwabe2014-03-211-4/+4
* Fix connecting to localhost on AndroidArne Schwabe2014-03-212-3/+35
* Set SSL_OP_NO_TICKET flag in SSL context for OpenSSL builds, to disable TLS s...James Yonan2014-03-171-1/+1
* Fix warning for max-routes: do not quit when parsing an old configuration. Fo...Arne Schwabe2014-03-171-2/+4
* Introduce safety check for http proxy optionsArne Schwabe2014-03-171-0/+2