diff options
Diffstat (limited to 'lib/ssl/doc/src')
| -rw-r--r-- | lib/ssl/doc/src/ssl.xml | 18 | 
1 files changed, 15 insertions, 3 deletions
| diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index bd2cb70e3f..d77c6440b0 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -350,11 +350,23 @@ fun(srp, Username :: string(), UserState :: term()) ->  	</p>        </item> +      <tag>{padding_check, boolean()}</tag> +      <item> +	<p> This option only affects TLS-1.0 connections. +	If set to false it disables the block cipher padding check +	to be able to interoperate with legacy software. +	</p> +	 +	<warning><p> Using this option makes TLS vulnerable to +	the Poodle attack</p></warning> +	 +      </item> +            </taglist> - +        </section> - -   <section> +   +  <section>      <title>SSL OPTION DESCRIPTIONS - CLIENT SIDE</title>      <p>Options described here are client specific or has a slightly different | 
