CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2016/08/15 08:04:23

Modified files:
        lib/libtls     : tls.c tls_client.c tls_internal.h tls_server.c 

Log message:
Explicitly pass in an SSL_CTX * to the functions that operate on one,
instead of assuming that they should use the one associated with the TLS
context. This allows these functions to be used with the additional
SSL contexts that are needed to support server-side SNI.

Also rename tls_configure_keypair() to tls_configure_ssl_keypair(), so that
these functions have a common prefix.

ok reyk@

Reply via email to