aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl_app.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-04-07 22:06:39 +0200
committerIngela Anderton Andin <[email protected]>2015-04-09 09:11:28 +0200
commit76943d42da43395f6d3f2dfb7f52e2552a47be26 (patch)
tree65ac5e3f5421562ff7c9fc664d22432780f212fc /lib/ssl/doc/src/ssl_app.xml
parenta0e30203ab652e50215244944f1ffbf12ee3b8ef (diff)
downloadotp-76943d42da43395f6d3f2dfb7f52e2552a47be26.tar.gz
otp-76943d42da43395f6d3f2dfb7f52e2552a47be26.tar.bz2
otp-76943d42da43395f6d3f2dfb7f52e2552a47be26.zip
ssl: Document enhancements
Diffstat (limited to 'lib/ssl/doc/src/ssl_app.xml')
-rw-r--r--lib/ssl/doc/src/ssl_app.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml
index 2b2d08124f..43c69ba377 100644
--- a/lib/ssl/doc/src/ssl_app.xml
+++ b/lib/ssl/doc/src/ssl_app.xml
@@ -54,10 +54,10 @@
<p>The environment parameters can be set on the command line,
for example:</p>
- <p><c>erl ... -ssl protocol_version '[sslv3, tlsv1]' ...</c>.</p>
+ <p><c>erl -ssl protocol_version "['tlsv1.2', 'tlsv1.1']"</c></p>
<taglist>
- <tag><c><![CDATA[protocol_version = [sslv3|tlsv1] <optional>]]></c>.</tag>
+ <tag><c><![CDATA[protocol_version = <seealso marker="kernel:error_logger">ssl:protocol()</seealso> <optional>]]></c>.</tag>
<item><p>Protocol supported by started clients and
servers. If this option is not set, it defaults to all
protocols currently supported by the <c>ssl</c> application.
@@ -91,7 +91,7 @@
<section>
<title>ERROR LOGGER AND EVENT HANDLERS</title>
- <p>The <c>ssl</c> applications has no error logger or event handlers.</p>
+ <p>The <c>ssl</c> applications uses the default <seealso marker="kernel:error_logger">OTP error logger</seealso> to log unexpected errors and TLS alerts. The logging of TLS alerts may be turned off with the <c>log_alert</c> option. </p>
</section>
<section>