aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl.xml
diff options
context:
space:
mode:
authorJulien Barbot <[email protected]>2013-11-04 10:19:04 +0100
committerFredrik Gustafsson <[email protected]>2013-11-06 11:13:59 +0100
commit06d4f009136b853cd8b50a6b5e8ae0ff5bb54041 (patch)
treea72d7b53904a338d5220db6d4e5d671e1eb189ad /lib/ssl/doc/src/ssl.xml
parentd370fe05f5884691a89784aa73bfb4eb2176edab (diff)
downloadotp-06d4f009136b853cd8b50a6b5e8ae0ff5bb54041.tar.gz
otp-06d4f009136b853cd8b50a6b5e8ae0ff5bb54041.tar.bz2
otp-06d4f009136b853cd8b50a6b5e8ae0ff5bb54041.zip
Update documentation
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r--lib/ssl/doc/src/ssl.xml7
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>