From 263414018d721bb3c74be5bd96b30ab0cec54403 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 16 Jun 2016 11:19:01 +0200 Subject: ssl: Fix Xmllint errors --- lib/ssl/doc/src/ssl.xml | 19 +++++++++++-------- lib/ssl/doc/src/ssl_app.xml | 4 +--- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'lib/ssl/doc/src') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 4ea000802f..abba5aaf59 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -464,10 +464,12 @@ fun(srp, Username :: string(), UserState :: term()) -> {padding_check, boolean()}

Affects TLS-1.0 connections only. If set to false, it disables the block cipher padding check - to be able to interoperate with legacy software.

- -

Using {padding_check, boolean()} makes TLS + to be able to interoperate with legacy software.

+

Using {padding_check, boolean()} makes TLS vulnerable to the Poodle attack.

+ + + {beast_mitigation, one_n_minus_one | zero_n | disabled}

Affects SSL-3.0 and TLS-1.0 connections only. Used to change the BEAST @@ -478,11 +480,12 @@ fun(srp, Username :: string(), UserState :: term()) ->

zero_n - Perform 0/n BEAST mitigation.

-

disabled - Disable BEAST mitigation.

+

disabled - Disable BEAST mitigation.

-

Using {beast_mitigation, disabled} makes SSL or TLS +

Using {beast_mitigation, disabled} makes SSL or TLS vulnerable to the BEAST attack.

- + + @@ -595,7 +598,7 @@ fun(srp, Username :: string(), UserState :: term()) -> TLS handshake. If no lower TLS versions than 1.2 are supported, the client will send a TLS signature algorithm extension with the algorithms specified by this option. - Defaults to + Defaults to

[ %% SHA2 @@ -612,7 +615,7 @@ fun(srp, Username :: string(), UserState :: term()) -> {sha, rsa}, {sha, dsa}, ] - +

The algorithms should be in the preferred order. Selected signature algorithm can restrict which hash functions that may be selected. Default support for {md5, rsa} removed in ssl-8.0 diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index e50ffdbfe6..0b3fa9a8a9 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -109,7 +109,7 @@

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

- ]]>
+ ]]>

Limits the growth of the clients session cache, that is how many sessions towards servers that are cached to be used by new client connections. If the maximum number of sessions is @@ -142,8 +142,6 @@ shutdown gracefully. Defaults to 5000 milliseconds.

-
- -- cgit v1.2.3