[krbdev.mit.edu #8198] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Sat May 30 11:52:15 EDT 2015


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 at mit.edu: commit message]

https://github.com/krb5/krb5/commit/4b6045adb7a044cd7ddc3987da2f26bf8a5281fe
Author: Christian Heimes <cheimes at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 4b6045adb7a044cd7ddc3987da2f26bf8a5281fe
Branch: master
 src/plugins/tls/k5tls/openssl.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list