summaryrefslogtreecommitdiffstats
path: root/src/openvpn/ssl_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Improve --tls-cipher and --show-tls man page descriptionSteffan Karger2015-05-091-1/+1
* Re-enable TLS version negotiation by defaultSteffan Karger2015-04-131-10/+10
* Disable SSL compressionSteffan Karger2015-02-151-0/+4
* Add --tls-version-maxSteffan Karger2014-11-141-6/+15
* Fixed some compile issues with show_library_versions()James Yonan2014-05-201-1/+1
* MSVC 2008 doesn't support dimensioning an array with a const var nor using %z...James Yonan2014-05-201-4/+3
* When tls-version-min is unspecified, revert to original versioning approach.James Yonan2014-04-301-4/+14
* Add SSL library version reporting.Gert Doering2014-04-181-0/+6
* Set SSL_OP_NO_TICKET flag in SSL context for OpenSSL builds, to disable TLS s...James Yonan2014-03-171-1/+1
* 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
* Use RSA_generate_key_ex() instead of deprecated, RSA_generate_key()Steffan Karger2013-12-311-1/+10
* 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
* TLS version negotiationJames Yonan2013-08-161-3/+36
* Do not pass struct tls_session* as void* in key_state_ssl_init().Steffan Karger2013-06-121-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