aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ssl.c
AgeCommit message (Expand)Author
2015-10-10Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec
2015-10-08openssl: be less verbose about cipher translation errorsSteffan Karger
2015-09-17Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering
2015-07-01Increase control channel packet size for faster handshakesSteffan Karger
2015-05-23Re-read auth-user-pass file on (re)connect if requiredSteffan Karger
2015-04-13Mac OS X Keychain management clientVasily Kulikov
2015-02-15New approach to handle peer-id related changes to link-mtu.Gert Doering
2015-01-23Account for peer-id in frame size calculationSteffan Karger
2015-01-04Add option to disable Diffie Hellman key exchange by setting '--dh none'Steffan Karger
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-11-28Drop too-short control channel packets instead of asserting out.Steffan Karger
2014-11-27Peer-id patch v7Lev Stipakov
2014-11-14Add --tls-version-maxSteffan Karger
2014-07-03cleanup: remove #if 0'ed function initiate_untrusted_session() from ssl.c.Steffan Karger
2014-06-01Remove dependency on manage.h from ssl_verify.hSteffan Karger
2014-06-01Fix ssl.c, ssl_verify_* includesSteffan Karger
2014-04-25Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger
2014-04-18Add SSL library version reporting.Gert Doering
2014-03-23Add openssl-specific common cipher list names to ssl.c.Steffan Karger
2014-01-11remove some 'unused variable' warningsGert Doering
2014-01-09Reduce IV_OPENVPN_GUI_VERSION= to IV_GUI_VER=Gert Doering
2014-01-05Make tls_ctx_restrict_ciphers accept NULL as char *cipher_list.Steffan Karger
2013-11-23Refactor tls_ctx_use_external_private_key()Joachim Schipper
2013-11-20Remove duplicate cipher entries from TLS translation table.Max Muster
2013-11-15Add reporting of UI version to basic push-peer-info set.Arne Schwabe
2013-08-16MSVC fixesJames Yonan
2013-07-11TLS version negotiationJames Yonan
2013-07-03Remove the --disable-eurephia configure optionDavid Sommerseth
2013-06-20PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe
2013-06-01Fix another #ifdef/#if P2MP_SERVERArne Schwabe
2013-05-31Fix #ifdefs for P2MP_SERVERArne Schwabe
2013-05-27Make push-peer-info visible in "normal" per-instance environment.Gert Doering
2013-05-27Always push basic set of peer info values to server.James Yonan
2013-05-19Added support for the Snappy compression algorithmJames Yonan
2013-05-01Android platform specific changes.Arne Schwabe
2013-03-22Switch to IANA names for TLS ciphers.Steffan Karger
2012-04-28Removed stray "Fox-IT hardening" string.Adriaan de Jong
2012-04-27Added support for new PolarSSL 1.1 RNGAdriaan de Jong
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: properly process lzo-stubAlon Bar-Lev
2012-03-22build: proper pkcs11-helper detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev