From 9a67fbf96da78df54bd18d487c6237256b8bef60 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Fri, 8 Dec 2017 15:17:17 +0100 Subject: ssl: Document enhancment --- lib/ssl/doc/src/ssl_app.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lib/ssl/doc/src') diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index 07cbfb3bd9..e79b79a434 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -72,7 +72,7 @@
DEPENDENCIES -

The SSL application uses the public_key and +

The SSL application uses the public_key, asn1 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 @@ -123,14 +123,14 @@ new client connections. If the maximum number of sessions is reached, the current cache entries will be invalidated regardless of their remaining lifetime. Defaults to - 1000.

+ 1000. Recommended ssl-8.2.1 or later for this option to work as intended.

]]>

Limits the growth of the servers session cache, that is how many client sessions are cached by the server. If the maximum number of sessions is reached, the current cache entries will be invalidated regardless of their remaining - lifetime. Defaults to 1000.

+ lifetime. Defaults to 1000. Recommended ssl-8.2.1 or later for this option to work as intended.

]]> @@ -145,9 +145,8 @@ ]]>

Introduced in ssl-8.0.2. Disables the PEM-cache. - The PEM cache has proven to be a bottleneck, until the - implementation has been improved this can be used as - a workaround. Defaults to false. + Can be used as a workaround for the PEM-cache bottlneck + before ssl-8.1.1. Defaults to false.

-- cgit v1.2.3