summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* refine assertion to allow other modes than CBCHeiko Hund2014-06-051-1/+1
* Fix --disable-ssl builds, were broken by cleanup in 63dc03d.Steffan Karger2014-06-021-1/+4
* Add (default disabled) --enable-werror option to configureSteffan Karger2014-06-011-0/+10
* Remove unused variable 'proxy' from socket_restart_pause()Steffan Karger2014-06-011-10/+0
* Remove dependency on manage.h from ssl_verify.hSteffan Karger2014-06-012-21/+20
* Move #include "ssl_verify.h" from ssl.h to the source files that need it.Steffan Karger2014-06-017-2/+6
* Fix ssl.c, ssl_verify_* includesSteffan Karger2014-06-013-7/+5
* Use generic openvpn_x509_cert_t in ssl_verify_polarssl.cSteffan Karger2014-06-011-2/+2
* Fix merge error in a6c573d, the ssl ctx is now abstracted.Steffan Karger2014-05-281-1/+1
* 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