summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not upcase x509-username-field for mixed-case arguments.Andris Kalnozols2014-07-101-4/+22
* Remove ENABLE_BUFFER_LISTArne Schwabe2014-07-093-16/+0
* Don't issue warning for 'translate to self' tls-ciphersSteffan Karger2014-07-071-1/+2
* 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
* 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
* 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 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
* 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
* 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
* 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
* Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.Steffan Karger2014-04-274-2/+70
* Change signedness of hash in x509_get_sha1_hash(), fixes compiler warning.Steffan Karger2014-04-271-1/+1
* Repair --multihome on FreeBSD for IPv4 sockets.Gert Doering2014-04-251-2/+6
* Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger2014-04-257-1/+180
* Improve error reporting during key/cert loading with PolarSSL.Steffan Karger2014-04-211-4/+14
* Upgrade to PolarSSL 1.3Steffan Karger2014-04-219-193/+165
* 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
* Work around Solaris getaddrinfo() returing ai_protocol=0Arne Schwabe2014-04-101-5/+2
* fix route struct nameHeiko Hund2014-04-011-1/+1
* 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
* 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-236-52/+0
* 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