File 3811-ssl-Clarify-doc.patch of Package erlang
From 8fe0df1d04c11d1dd884f06a26a8eebb5c487b44 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Wed, 28 Sep 2022 16:36:45 +0200
Subject: [PATCH] ssl: Clarify doc
---
lib/ssl/doc/src/ssl.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index dc946d6564..77b31a661a 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -1252,10 +1252,16 @@ fun(srp, Username :: binary(), UserState :: term()) ->
<datatype>
<name since="OTP 25.2" name="server_certificate_authorities"/>
<desc>
- <p>When used with <c>{verify, verify_peer}</c> on the server with TLS-1.3, the certificate
- authorities extension will be included or excluded from the certificate request. The Default
- is true.</p>
+ <p>Determines if a TLS-1.3 server should include the authorities
+ extension in its certificate request message that will be sent if the
+ option <c>verify</c> is set to <c>verify_peer</c>. Defaults to <c>true</c>.</p>
+
+ <p>A reason to exclude the extension would be if the server wants to communicate with clients
+ incapable of sending complete certificate chains that adhere to the
+ extension, but the server still has the capability to recreate a chain that it can verify.</p>
+
</desc>
+
</datatype>
<datatype>
--
2.35.3