]> git.ipfire.org Git - thirdparty/krb5.git/commit
Support SNI in MS-KKDCP client
authorChristian Heimes <cheimes@redhat.com>
Fri, 15 May 2015 07:37:31 +0000 (09:37 +0200)
committerGreg Hudson <ghudson@mit.edu>
Sat, 30 May 2015 15:52:04 +0000 (11:52 -0400)
commit4b6045adb7a044cd7ddc3987da2f26bf8a5281fe
treec1a332695c3a2ad2c7143ceefc906c0bcfaae8a8
parent50a3c3cbeab32577fba2b21deb72a64015c48ec7
Support SNI in MS-KKDCP client

In the k5tls plugin module, call SSL_set_tlsext_host_name() to allow
the server to use SNI support.  SSL_set_tlsext_host_name() is a macro
which uses SSL_CTRL_SET_TLSEXT_HOSTNAME and is not available in all
versions of OpenSSL, so conditionalize on that constant.

[ghudson@mit.edu: commit message]

ticket: 8198 (new)
src/plugins/tls/k5tls/openssl.c