diff options
author | Henrik Nord <[email protected]> | 2016-06-14 10:21:38 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-06-14 10:21:38 +0200 |
commit | 0c8357d15dd2573331056a308e3744927ce406ad (patch) | |
tree | 6b119202c4c879c797d7a792ae1dedab183a5d73 /lib/ssl | |
parent | 64515dcead288dacf4876eb0502c755f08427977 (diff) | |
parent | 53e7743216647d810d529e397bd3ea7278c6047c (diff) | |
download | otp-0c8357d15dd2573331056a308e3744927ce406ad.tar.gz otp-0c8357d15dd2573331056a308e3744927ce406ad.tar.bz2 otp-0c8357d15dd2573331056a308e3744927ce406ad.zip |
Merge branch 'maint'
Conflicts:
OTP_VERSION
lib/inets/vsn.mk
lib/ssl/test/ssl_basic_SUITE.erl
lib/ssl/vsn.mk
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index e9b523d9e1..c427db24a4 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,51 @@ <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 7.3.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct ssl:prf/5 to use the negotiated cipher suite's + prf function in ssl:prf/5 instead of the default prf.</p> + <p> + Own Id: OTP-13546</p> + </item> + <item> + <p> + Timeouts may have the value 0, guards have been corrected + to allow this</p> + <p> + Own Id: OTP-13635</p> + </item> + <item> + <p> + Change of internal handling of hash sign pairs as the + used one enforced to much restrictions making some valid + combinations unavailable.</p> + <p> + Own Id: OTP-13670</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Create a little randomness in sending of session + invalidation messages, to mitigate load when whole table + is invalidated.</p> + <p> + Own Id: OTP-13490</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 7.3.2</title> <section><title>Fixed Bugs and Malfunctions</title> |