summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not upcase x509-username-field for mixed-case arguments.Andris Kalnozols2014-07-102-10/+60
* Call init script helpers with explicit path (./)Gert Doering2014-07-082-2/+2
* Fix t_lpback.sh platform-dependent failuresGert Doering2014-07-081-2/+5
* Extend t_lpback tests to test all ciphers reported by --show-ciphersSteffan Karger2014-07-071-4/+26
* 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-074-4/+10
* refine assertion to allow other modes than CBCHeiko Hund2014-07-071-1/+1
* Fix socket-flag/TCP_NODELAY on Mac OS XJames Bekkema2014-06-301-0/+8
* Fix some typos in the man page.Andris Kalnozols2014-06-281-4/+4
* Update README.polarsslSteffan Karger2014-06-241-3/+1
* Fix bug that incorrectly refuses oid representation eku's in polar buildsSteffan Karger2014-06-241-1/+1
* Improve error reporting on file access to --client-config-dir and --ccd-exclu...David Sommerseth2014-06-221-0/+6
* Drop incoming fe80:: packets silently now.Gert Doering2014-06-081-2/+11
* 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
* 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
* MSVC 2008 doesn't support dimensioning an array with a const var nor using %z...James Yonan2014-05-201-4/+3
* Explicitly cast the third parameter of setsockopt to const void * to avoid wa...James Yonan2014-05-201-1/+1
* In socket.c, fixed issue where uninitialized value (err) is being passed to t...James Yonan2014-05-201-2/+1
* Fixed several instances of declarations after statements.James Yonan2014-05-203-8/+10
* Preparing for release v2.3.4 (ChangeLog, version.m4)Gert Doering2014-04-302-2/+35
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-305-7/+81
* When tls-version-min is unspecified, revert to original versioning approach.James Yonan2014-04-305-15/+34
* 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
* 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
* Minor t_client.sh cleanupsGert Doering2014-04-212-2/+2
* Use native strtoull() with MSVC 2013.James Yonan2014-04-211-0/+3
* 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
* Preparing for v2.3.3 (ChangeLog, version.m4)Gert Doering2014-04-082-2/+86
* Add openssl-specific common cipher list names to ssl.c.Steffan Karger2014-03-231-0/+13
* Workaround missing SSL_OP_NO_TICKET in earlier OpenSSL versionsGert Doering2014-03-231-0/+12
* Set SSL_OP_NO_TICKET flag in SSL context for OpenSSL builds, to disable TLS s...James Yonan2014-03-171-1/+1
* Introduce safety check for http proxy optionsArne Schwabe2014-03-171-0/+2
* Fix "." in description of utun.Thomas Veerman2014-01-231-2/+2
* Replace copied structure elements with including <net/route.h>Gert Doering2014-01-161-93/+2
* Rename 'struct route' to 'struct route_ipv4'Gert Doering2014-01-163-26/+26
* Document issue with --chroot, /dev/urandom and PolarSSL.Gert Doering2014-01-121-0/+10
* Reduce IV_OPENVPN_GUI_VERSION= to IV_GUI_VER=Gert Doering2014-01-091-2/+2