From ede48cb459a6d075edd0fd2855f6b3672d8f3625 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Tue, 27 Aug 2013 13:58:07 +0200 Subject: ssl: documentation regarding log_alert --- lib/ssl/doc/src/ssl.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 1645eb15f3..6029a09730 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -86,7 +86,8 @@ {user_lookup_fun, {fun(), term()}}, {psk_identity, string()}, {srp_identity, {string(), string()}} | {ssl_imp, ssl_imp()} | {reuse_sessions, boolean()} | {reuse_session, fun()} {next_protocols_advertised, [binary()]} | - {client_preferred_next_protocols, client | server, [binary()]} + {client_preferred_next_protocols, client | server, [binary()]} | + {log_alert, boolean()}

transportoption() = {cb_info, {CallbackModule::atom(), DataTag::atom(), ClosedTag::atom(), ErrTag:atom()}} @@ -446,7 +447,8 @@ fun(srp, Username :: string(), UserState :: term()) -> {psk_identity, string()} Specifies the server identity hint the server presents to the client. - + {log_alert, boolean()} + If false, error reports will not be displayed. -- cgit v1.2.3