summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Modernize sample keys and sample configsSteffan Karger2014-11-1532-410/+779
* Add --tls-version-maxSteffan Karger2014-11-147-37/+105
* 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
* Add documentation for PERSIST_TUN_ACTION (Android specific)Arne Schwabe2014-10-071-1/+16
* systemd: Use systemd functions to consider systemd availabilityDavid Sommerseth2014-10-073-5/+30
* ocsp_check - double check if ocsp didn't report any errors in executionHubert Kario2014-10-051-0/+4
* ocsp_check - signature verification and cert staus results are separateHubert Kario2014-10-051-3/+6
* Add systemd unit file for OpenVPNDavid Sommerseth2014-09-181-0/+19
* 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-052-1/+4
* Fix typo in cipher_kt_mode_{cbc, ofb_cfb}() doxygen.Steffan Karger2014-07-291-2/+2
* Remove deprecated --max-routes option from manualArne Schwabe2014-07-251-7/+0
* Always enable http-proxy and socks-proxyArne Schwabe2014-07-1815-213/+9
* Add topology in sample server configuration filePhilipp Hagemeister2014-07-131-1/+8
* Fix server routes not working in topology subnet with --server [v3]Arne Schwabe2014-07-132-2/+9
* Define dummy SSL_OP_NO_TICKET flag if not present in OpenSSL.Steffan Karger2014-07-132-19/+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-102-10/+60
* Remove ENABLE_BUFFER_LISTArne Schwabe2014-07-093-16/+0
* 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
* Don't issue warning for 'translate to self' tls-ciphersSteffan Karger2014-07-071-1/+2
* 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
* Make t_client.sh work on AIX.Gert Doering2014-07-071-0/+6
* 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
* Recognize AIX, define TARGET_AIXGert Doering2014-07-071-0/+7
* cleanup: remove #if 0'ed function initiate_untrusted_session() from ssl.c.Steffan Karger2014-07-031-16/+0
* 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
* configure.ac: fix SSL_OP_NO_TICKET checkSteffan Karger2014-06-221-1/+2
* 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