From cdc749bfc82dcbefe13ce9ed7885936bd9a9a58b Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Fri, 22 Feb 2013 11:10:57 +0100 Subject: ssl: Add missing option and links --- lib/ssl/doc/src/ssl.xml | 11 +++++++++-- lib/ssl/doc/src/ssl_app.xml | 7 ++++--- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index ab468c8d6b..6979fb5b5e 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -278,11 +278,18 @@ fun(OtpCert :: #'OTPCertificate'{}, Event :: {bad_cert, Reason :: atom()} |

{bad_cert, cert_expired}, {bad_cert, invalid_issuer}, {bad_cert, invalid_signature}, {bad_cert, unknown_ca},{bad_cert, selfsigned_peer}, {bad_cert, name_not_permitted}, {bad_cert, missing_basic_constraint}, {bad_cert, invalid_key_usage}

+ {versions, [protocol()]} + TLS protocol versions that will be supported by started clients and servers. + This option overrides the application environment option protocol_version. If the + environment option is not set it defaults to all versions supported by the SSL application. See also + ssl(6) + + {hibernate_after, integer()|undefined} - When an integer-value is specified, the ssl_connection + When an integer-value is specified, the ssl_connection will go into hibernation after the specified number of milliseconds of inactivity, thus reducing its memory footprint. When - undefined is specified (this is the default), the process + undefined is specified (this is the default), the process will never go into hibernation. diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index 84ad483617..0ee5b23e47 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -41,8 +41,9 @@
ENVIRONMENT

The following application environment configuration parameters - are defined for the SSL application. Refer to application(3) for - more information about configuration parameters. + are defined for the SSL application. See application(3)for more + information about configuration parameters.

Note that the environment parameters can be set on the command line, for instance,

@@ -87,7 +88,7 @@
SEE ALSO -

application(3)

+

application(3)

-- cgit v1.2.3