CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2016/08/22 08:51:37

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

Log message:
Create contexts for server side SNI - these include the additional SSL_CTX
that is required for certificate switching with libssl and the certificate
itself so that we can match against the subject and SANs. Hook up the
servername callback and switch to the appropriate SSL_CTX if we find a
matching certificate.

ok beck@

Reply via email to