summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Disable SSL compressionSteffan Karger2015-02-151-0/+4
* Account for peer-id in frame size calculationSteffan Karger2015-01-231-6/+4
* 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-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
* Update doxygen (a bit)Steffan Karger2014-12-071-1/+71
* down-root: Improve error messagesDavid Sommerseth2014-12-061-16/+36
* down-root plugin: Replaced system() calls with execve()David Sommerseth2014-12-061-92/+48
* Warn that tls-auth with free form files is going to be removed from OpenVPN 2.4Arne Schwabe2014-12-061-0/+1
* 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
* Add client-only support for peer-id.Gert Doering2014-11-246-7/+62
* Add --tls-version-maxSteffan Karger2014-11-146-35/+98
* 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
* ssl_polarssl.c: fix includes and make casts explicitSteffan Karger2014-10-251-20/+26
* 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-201-4/+10
* systemd: Use systemd functions to consider systemd availabilityDavid Sommerseth2014-10-162-5/+10
* Don't let openvpn_popen() keep zombies aroundDavid Sommerseth2014-10-161-2/+5
* Add configure check for the path to systemd-ask-passwordMike Gilbert2014-10-161-1/+1
* Implement on-link route adding for iproute2Philipp Hagemeister2014-10-141-4/+7
* Remove quadratic complexity from openvpn_base64_decode()Jann Horn2014-09-141-1/+1
* Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.Steffan Karger2014-07-291-2/+2
* Fix server routes not working in topology subnet with --server [v3]Arne Schwabe2014-07-131-1/+5
* 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
* 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
* 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 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
* 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
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-304-7/+75
* When tls-version-min is unspecified, revert to original versioning approach.James Yonan2014-04-304-14/+27
* Conditionalize calls to print_default_gateway on !ENABLE_SMALLGert Doering2014-04-302-2/+2