diff options
author | Rickard Green <[email protected]> | 2019-01-16 11:46:43 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-01-16 11:46:43 +0100 |
commit | d8a93cc52fe7342e4a79e396192f63ea673b98f4 (patch) | |
tree | e523f499a1c4fd832a3aa922d624567b77c0d103 /lib/ssl | |
parent | 04c4d7ec3ea8863b7763ffdf5ba75b0404aee3b6 (diff) | |
parent | 3f4b17036bb6dbd302da3c38830512439b146e34 (diff) | |
download | otp-d8a93cc52fe7342e4a79e396192f63ea673b98f4.tar.gz otp-d8a93cc52fe7342e4a79e396192f63ea673b98f4.tar.bz2 otp-d8a93cc52fe7342e4a79e396192f63ea673b98f4.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 31 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
2 files changed, 32 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 854ab31883..674e38b054 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,37 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix encoding of the SRP extension length field in ssl. + The old encoding of the SRP extension length could cause + interoperability problems with third party SSL + implementations when SRP was used.</p> + <p> + Own Id: OTP-15477 Aux Id: ERL-790 </p> + </item> + <item> + <p> + Guarantee active once data delivery, handling TCP stream + properly.</p> + <p> + Own Id: OTP-15504 Aux Id: ERL-371 </p> + </item> + <item> + <p> + Correct gen_statem returns for some error cases</p> + <p> + Own Id: OTP-15505</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.1.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 3501622f5a..3527062a8a 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.1.1 +SSL_VSN = 9.1.2 |