summaryrefslogtreecommitdiffstats
path: root/src/openvpn/ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec2015-10-101-0/+4
* openssl: be less verbose about cipher translation errorsSteffan Karger2015-10-081-10/+11
* Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering2015-09-171-0/+3
* Increase control channel packet size for faster handshakesSteffan Karger2015-07-011-2/+3
* Re-read auth-user-pass file on (re)connect if requiredSteffan Karger2015-05-231-2/+2
* Mac OS X Keychain management clientVasily Kulikov2015-04-131-4/+13
* New approach to handle peer-id related changes to link-mtu.Gert Doering2015-02-151-4/+6
* Account for peer-id in frame size calculationSteffan Karger2015-01-231-6/+4
* Add option to disable Diffie Hellman key exchange by setting '--dh none'Steffan Karger2015-01-041-1/+5
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-2/+2
* Drop too-short control channel packets instead of asserting out.Steffan Karger2014-11-281-1/+5
* Peer-id patch v7Lev Stipakov2014-11-271-7/+67
* Add --tls-version-maxSteffan Karger2014-11-141-1/+1
* cleanup: remove #if 0'ed function initiate_untrusted_session() from ssl.c.Steffan Karger2014-07-031-16/+0
* Remove dependency on manage.h from ssl_verify.hSteffan Karger2014-06-011-1/+20
* Fix ssl.c, ssl_verify_* includesSteffan Karger2014-06-011-4/+0
* Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger2014-04-251-0/+4
* Add SSL library version reporting.Gert Doering2014-04-181-0/+1
* Add openssl-specific common cipher list names to ssl.c.Steffan Karger2014-03-231-0/+13
* remove some 'unused variable' warningsGert Doering2014-01-111-2/+1
* Reduce IV_OPENVPN_GUI_VERSION= to IV_GUI_VER=Gert Doering2014-01-091-2/+2
* Make tls_ctx_restrict_ciphers accept NULL as char *cipher_list.Steffan Karger2014-01-051-4/+1
* Refactor tls_ctx_use_external_private_key()Joachim Schipper2013-11-231-7/+3
* Remove duplicate cipher entries from TLS translation table.Max Muster2013-11-201-4/+0
* Add reporting of UI version to basic push-peer-info set.Arne Schwabe2013-11-151-7/+9
* MSVC fixesJames Yonan2013-08-161-1/+1
* TLS version negotiationJames Yonan2013-07-111-0/+21
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-031-4/+1
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-4/+0
* Fix another #ifdef/#if P2MP_SERVERArne Schwabe2013-06-011-1/+1
* Fix #ifdefs for P2MP_SERVERArne Schwabe2013-05-311-1/+1
* Make push-peer-info visible in "normal" per-instance environment.Gert Doering2013-05-271-13/+22
* Always push basic set of peer info values to server.James Yonan2013-05-271-15/+16
* Added support for the Snappy compression algorithmJames Yonan2013-05-191-3/+3
* Android platform specific changes.Arne Schwabe2013-05-011-0/+2
* Switch to IANA names for TLS ciphers.Steffan Karger2013-03-221-0/+147
* Removed stray "Fox-IT hardening" string.Adriaan de Jong2012-04-281-1/+1
* Added support for new PolarSSL 1.1 RNGAdriaan de Jong2012-04-271-0/+5
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-3/+3
* build: properly process lzo-stubAlon Bar-Lev2012-03-221-1/+1
* build: proper pkcs11-helper detection and usageAlon Bar-Lev2012-03-221-1/+1
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+3373