diff options
author | Erlang/OTP <[email protected]> | 2018-07-20 14:10:09 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-07-20 14:10:09 +0200 |
commit | 7507f47dc14093443fb8446b969f73d276339413 (patch) | |
tree | af4006b4a55583caefe11da2451ddae225ed6ee4 /lib/ssl/doc/src | |
parent | beac5e5e0795e7814f317e55dd3746082e3e5202 (diff) | |
download | otp-7507f47dc14093443fb8446b969f73d276339413.tar.gz otp-7507f47dc14093443fb8446b969f73d276339413.tar.bz2 otp-7507f47dc14093443fb8446b969f73d276339413.zip |
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 34fe352d08..e04b33edb9 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,35 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.2.6.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Improve cipher suite handling correcting ECC and TLS-1.2 + requierments. Backport of solution for ERL-641</p> + <p> + Own Id: OTP-15178</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Option keyfile defaults to certfile and should be trumped + with key. This failed for engine keys.</p> + <p> + Own Id: OTP-15193</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.2.6</title> <section><title>Fixed Bugs and Malfunctions</title> |