summaryrefslogtreecommitdiffstats
path: root/src/openvpn/ssl_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for TLS Keying Material Exporters [RFC-5705]Daniel Kubec2015-10-101-0/+33
* openssl: be less verbose about cipher translation errorsSteffan Karger2015-10-081-1/+1
* Improve --tls-cipher and --show-tls man page descriptionSteffan Karger2015-05-091-1/+1
* Disable SSL compressionSteffan Karger2015-02-151-0/+4
* Add option to disable Diffie Hellman key exchange by setting '--dh none'Steffan Karger2015-01-041-1/+1
* openssl: use crypto_msg(), get rid of openssl-specific code in error.cSteffan Karger2014-12-311-53/+64
* Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger2014-12-311-2/+2
* Add --tls-version-maxSteffan Karger2014-11-141-4/+12
* Don't issue warning for 'translate to self' tls-ciphersSteffan Karger2014-07-071-1/+2
* Fix merge error in a6c573d, the ssl ctx is now abstracted.Steffan Karger2014-05-281-1/+1
* Use SSL_MODE_RELEASE_BUFFERS if availableCristian Rodriguez2014-05-251-0/+3
* Fixed some compile issues with show_library_versions()James Yonan2014-05-201-1/+1
* Add support for elliptic curve diffie-hellmann key exchange (ECDH)Steffan Karger2014-04-251-0/+119
* Add SSL library version reporting.Gert Doering2014-04-181-0/+6
* Disable unsupported TLS cipher modes by default, cleans --show-tls output.Steffan Karger2014-03-231-2/+2
* Bump minimum OpenSSL version to 0.9.8Steffan Karger2014-03-231-4/+0
* Set SSL_OP_NO_TICKET flag in SSL context for OpenSSL builds, to disable TLS s...James Yonan2014-03-171-1/+1
* Disable export ciphers by default for OpenSSL builds.Steffan Karger2014-01-051-1/+3
* Make tls_ctx_restrict_ciphers accept NULL as char *cipher_list.Steffan Karger2014-01-051-2/+8
* Remove OpenSSL tmp_rsa_callback. Removes support for ephemeral RSA in TLS.Steffan Karger2014-01-031-18/+0
* If --tls-cipher is supplied, make --show-tls parse the list.Steffan Karger2014-01-031-6/+9
* Update TLSv1 error messages to SSLv23 to reflect changes from commit 4b67f98Steffan Karger2014-01-031-2/+2
* Also update TLSv1_method() calls in support code to SSLv23_method() calls.Steffan Karger2014-01-031-2/+2
* Move ASSERT so external-key with OpenSSL works againArne Schwabe2013-11-291-1/+2
* Fix compile error in ssl_openssl introduced by polar external-management patchArne Schwabe2013-11-231-2/+2
* Refactor tls_ctx_use_external_private_key()Joachim Schipper2013-11-231-4/+19
* tls_ctx_load_ca: Improve certificate error messagesKlee Dienes2013-11-151-3/+24
* Always load intermediate certificates from a PKCS#12 fileHeikki Hannikainen2013-08-161-1/+19
* MSVC fixesJames Yonan2013-08-161-4/+3
* TLS version negotiationJames Yonan2013-07-111-3/+36
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-2/+0
* Do not pass struct tls_session* as void* in key_state_ssl_init().Steffan Karger2013-06-071-1/+1
* Use constrain_int() instead of MIN()+syshead.c compat definition - v2.Gert Doering2013-05-071-1/+1
* Fixed tls-cipher translation bug in openssl-buildSteffan Karger2013-04-051-2/+5
* Switch to IANA names for TLS ciphers.Steffan Karger2013-03-221-3/+74
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-221-32/+7
* Remove calls to OpenSSL when building with --disable-sslIgor Novgorodov2012-03-291-0/+4
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-1/+1
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-4/+4
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+1190