From 1776467988178ff24376499747fed836b1765e1d Mon Sep 17 00:00:00 2001 From: xsipewe Date: Mon, 16 Mar 2015 14:18:41 +0100 Subject: ssl: Editorial updates --- lib/ssl/doc/src/ssl_app.xml | 85 ++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 43 deletions(-) (limited to 'lib/ssl/doc/src/ssl_app.xml') diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index e3a3fc27f2..2b2d08124f 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -22,66 +22,60 @@ ssl + + + + ssl_app.sgml ssl - The SSL application provides secure communication over + The ssl application provides secure communication over sockets. +
DEPENDENCIES -

The ssl application uses the Erlang applications public_key and - crypto to handle public keys and encryption, hence these - applications needs to be loaded for the ssl application to work. In - an embedded environment that means they need to be started with - application:start/[1,2] before the ssl application is started. -

+

The ssl application uses the public_key and + crypto application to handle public keys and encryption, hence + these applications must be loaded for the ssl application to work. + In an embedded environment this means they must be started with + application:start/[1,2] before the ssl application is + started.

- ENVIRONMENT -

The following application environment 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,

-

erl ... -ssl protocol_version '[sslv3, tlsv1]' .... -

+ CONFIGURATION +

The application environment configuration parameters in this section + are defined for the ssl application. For more information + about configuration parameters, see the + application(3) + manual page in kernel.

+ +

The environment parameters can be set on the command line, + for example:

+ +

erl ... -ssl protocol_version '[sslv3, tlsv1]' ....

+ ]]>. - -

Protocol that will be supported by started clients and - servers. If this option is not set it will default to all - protocols currently supported by the erlang ssl application. - Note that this option may be overridden by the version option - to ssl:connect/[2,3] and ssl:listen/2. -

-
+

Protocol supported by started clients and + servers. If this option is not set, it defaults to all + protocols currently supported by the ssl application. + This option can be overridden by the version option + to ssl:connect/[2,3] and ssl:listen/2.

]]> - -

The lifetime of session data in seconds. -

-
+

Lifetime of the session data in seconds.

- ]]> - -

- Name of session cache callback module that implements - the ssl_session_cache_api behavior, defaults to - ssl_session_cache.erl. -

-
+ ]]> +

Name of the session cache callback module that implements + the ssl_session_cache_api behavior. Defaults to + ssl_session_cache.erl.

]]> - -

- List of additional user defined arguments to the init function in session cache - callback module, defaults to []. -

-
+ +

List of extra user-defined arguments to the init function + in the session cache callback module. Defaults to [].

]]> @@ -95,6 +89,11 @@
+
+ ERROR LOGGER AND EVENT HANDLERS +

The ssl applications has no error logger or event handlers.

+
+
SEE ALSO

application(3)

-- cgit v1.2.3