diff options
author | Ingela Anderton Andin <[email protected]> | 2016-09-12 14:36:13 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-09-12 15:14:43 +0200 |
commit | 3cad56eb508fb703d036e704bae77a3b3ae05086 (patch) | |
tree | 7f64134a787c31c05fad1ea32e7d7d8b3dd617ff /lib/ssl/doc | |
parent | 71fb0e73995c3a0123a85b7cac42465bf083087c (diff) | |
download | otp-3cad56eb508fb703d036e704bae77a3b3ae05086.tar.gz otp-3cad56eb508fb703d036e704bae77a3b3ae05086.tar.bz2 otp-3cad56eb508fb703d036e704bae77a3b3ae05086.zip |
ssl: Add documentation of bypass_pem_cache application environment configuration
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index a66e947bc1..f317dfded4 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -141,6 +141,16 @@ marker="ssl#clear_pem_cache-0">ssl:clear_pem_cache/0</seealso> </item> + + <tag><c><![CDATA[bypass_pem_cache = boolean() <optional>]]></c></tag> + <item> + <p>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. + </p> + </item> + <tag><c><![CDATA[alert_timeout = integer() <optional>]]></c></tag> <item> <p> |