diff options
author | Erlang/OTP <[email protected]> | 2016-05-03 10:11:11 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-05-03 10:11:11 +0200 |
commit | 42588839497b3944b63ce50947257698d857f4da (patch) | |
tree | 727de30cc7700049d3c6ed7a8d232f23bb1b815e /lib/ssl | |
parent | 72f65b32bd479b4ebcba09d422ef3716f8cf9ff9 (diff) | |
download | otp-42588839497b3944b63ce50947257698d857f4da.tar.gz otp-42588839497b3944b63ce50947257698d857f4da.tar.bz2 otp-42588839497b3944b63ce50947257698d857f4da.zip |
Prepare release
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 4177e0351c..1d6da17785 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,23 @@ <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 7.3.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct cipher suites conversion and gaurd expression. + Caused problems with GCM cipher suites and client side + option to set signature_algorithms extention values.</p> + <p> + Own Id: OTP-13525</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 7.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 8c732002de..8f4f384497 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 7.3.1 +SSL_VSN = 7.3.2 |