Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 656 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] https://github.com/krb5/krb5/commit/4b6045adb7a044cd7ddc3987da2f26bf8a5281fe Author: Christian Heimes Committer: Greg Hudson Commit: 4b6045adb7a044cd7ddc3987da2f26bf8a5281fe Branch: master src/plugins/tls/k5tls/openssl.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)