Add support for server-side TLS "Server Name Indication" (SNI) #15
Labels
Element: SSL/TLS
Issues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendants
Status: Deferred
Issue to be re-reviewed in a future release
Type: Enhancement
Issue is proposing a new feature/enhancement
(Broken out from IndySockets/Indy#160)
http://en.wikipedia.org/wiki/Server_Name_Indication
Per http://stackoverflow.com/questions/5113333/:
Client-side support for calling
SSL_set_tlsext_host_name()
when making an outbound SSL connection was added toTIdSSLIOHandlerSocketOpenSSL
in SVN rev 5321. Server-side support when accepting an inbound SSL connection has not been implemented yet.The text was updated successfully, but these errors were encountered: