diff options
author | Julien Barbot <[email protected]> | 2013-11-04 10:19:04 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-11-06 11:13:59 +0100 |
commit | 06d4f009136b853cd8b50a6b5e8ae0ff5bb54041 (patch) | |
tree | a72d7b53904a338d5220db6d4e5d671e1eb189ad /lib/ssl | |
parent | d370fe05f5884691a89784aa73bfb4eb2176edab (diff) | |
download | otp-06d4f009136b853cd8b50a6b5e8ae0ff5bb54041.tar.gz otp-06d4f009136b853cd8b50a6b5e8ae0ff5bb54041.tar.bz2 otp-06d4f009136b853cd8b50a6b5e8ae0ff5bb54041.zip |
Update documentation
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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()) -> <tag>{server_name_indication, hostname()}</tag> <tag>{server_name_indication, disable}</tag> <item> - <p>This option can be specified when upgrading a tcp socket to a tls + <p>This option can be specified when upgrading a TCP socket to a TLS socket to use the TLS Server Name Indication extension.</p> - <p>This option can also be set to disable to explicitly disable usage of - the Server Name Indication extension.</p> + <p>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.</p> </item> </taglist> </section> |