From 95e3fbe00e700f1c4ed4735434eafc5ee899111f Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Mon, 11 Feb 2019 12:11:54 +0100 Subject: ssl: Reintroduce documentation of signature_algs_cert and log_level option When changing the ssl application to use type specs in documentation master additions where lost in the merge as we did not want to rewrite the new documentation in a merge commit. --- lib/ssl/doc/src/ssl.xml | 51 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index be5abac7bc..3f643f32e1 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -190,15 +190,18 @@ - - + - + + + + + @@ -334,7 +337,30 @@ and to restrict their usage when using a cipher suite supporting them.

- + + + + +

+ In addition to the signature_algorithms extension from TLS 1.2, + TLS 1.3 + (RFC 5246 Section 4.2.3)adds the signature_algorithms_cert extension + which enables having special requirements on the signatures used in the + certificates that differs from the requirements on digital signatures as a whole. + If this is not required this extension is not needed. +

+

+ The client will send a signature_algorithms_cert extension (ClientHello), + if TLS version 1.3 or later is used, and the signature_algs_cert option is + explicitly specified. By default, only the signature_algs extension is sent. +

+

+ The signature schemes shall be ordered according to the client's preference + (favorite choice first). +

+
+
+

Specifies if to reject renegotiation attempt that does @@ -606,10 +632,19 @@ fun(srp, Username :: string(), UserState :: term()) -> - - -

If set to false, error reports are not displayed.

-
+ + +

If set to false, error reports are not displayed. + Deprecated in OTP 22, use {log_level, logging_level()} instead.

+
+
+ + + +

Specifies the log level for TLS/DTLS. At verbosity level notice and above error reports are + displayed in TLS. The level debug triggers verbose logging of TLS protocol + messages and logging of ignored alerts in DTLS.

+
-- cgit v1.2.3