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

Modified files:
        lib/libtls     : tls.h tls_config.c tls_conninfo.c tls_init.3 
                         tls_internal.h 

Log message:
Provide an API that enables server side SNI support - add the ability to
provide additional keypairs (via tls_config_add_keypair_{file,mem}()) and
allow the server to determine what servername the client requested (via
tls_conn_servername()).

ok beck@

Reply via email to