Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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 <cheimes@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 4b6045adb7a044cd7ddc3987da2f26bf8a5281fe
Branch: master
src/plugins/tls/k5tls/openssl.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)