From 06d4f009136b853cd8b50a6b5e8ae0ff5bb54041 Mon Sep 17 00:00:00 2001 From: Julien Barbot Date: Mon, 4 Nov 2013 10:19:04 +0100 Subject: Update documentation --- lib/ssl/doc/src/ssl.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index b4182e6d61..19c0c8c9ee 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -387,10 +387,11 @@ fun(srp, Username :: string(), UserState :: term()) -> {server_name_indication, hostname()} {server_name_indication, disable} -

This option can be specified when upgrading a tcp socket to a tls +

This option can be specified when upgrading a TCP socket to a TLS socket to use the TLS Server Name Indication extension.

-

This option can also be set to disable to explicitly disable usage of - the Server Name Indication extension.

+

When starting a TLS connection without upgrade the Server Name + Indication extension will be sent if possible, this option may also be + used to disable that behavior.

-- cgit v1.2.3