summaryrefslogtreecommitdiff
path: root/lib/ssl/doc/src/notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-rw-r--r--lib/ssl/doc/src/notes.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index 9649fca0f6..a490b41ac7 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -178,6 +178,44 @@
</section>
+<section><title>SSL 10.7.3.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ With this change, value of cacertfile option will be
+ adjusted before loading certs from the file. Adjustments
+ include converting relative paths to absolute and
+ converting symlinks to actual file path.</p>
+ <p>
+ Thanks to Marcus Johansson</p>
+ <p>
+ Own Id: OTP-18099 Aux Id: PR-6287 </p>
+ </item>
+ <item>
+ <p>
+ Incorrect handling of client middlebox negotiation for
+ TLS-1.3 could result in that a TLS-1.3 server would not
+ use middlebox mode although the client was expecting it
+ too and failing the negotiation with unexpected message.</p>
+ <p>
+ Own Id: OTP-18219 Aux Id: GH-6241, PR-6249 </p>
+ </item>
+ <item>
+ <p>
+ If the "User" process, the process starting the TLS
+ connection, gets killed in the middle of spawning the
+ dynamic connection tree make sure we do not leave any
+ processes behind.</p>
+ <p>
+ Own Id: OTP-18233 Aux Id: GH-6244, PR-6270 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 10.7.3.3</title>
<section><title>Fixed Bugs and Malfunctions</title>