diff options
author | John Högberg <[email protected]> | 2019-06-18 09:42:33 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-18 09:42:33 +0200 |
commit | 39f0bd930bd028c5520da0430056994e4c5925c3 (patch) | |
tree | 763eb7333139bba0524d1a50607230a0efe0ba2f /lib/ssl/doc | |
parent | c5ab02e56946b5edd0c9b2705214aa6f4fd6d6ba (diff) | |
parent | 348e328375fb774b3fa919ffd1c4811367406516 (diff) | |
download | otp-39f0bd930bd028c5520da0430056994e4c5925c3.tar.gz otp-39f0bd930bd028c5520da0430056994e4c5925c3.tar.bz2 otp-39f0bd930bd028c5520da0430056994e4c5925c3.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/common_test/doc/src/notes.xml
# lib/common_test/vsn.mk
# lib/kernel/doc/src/notes.xml
# lib/kernel/vsn.mk
# lib/public_key/doc/src/notes.xml
# lib/public_key/vsn.mk
# lib/ssl/doc/src/notes.xml
# lib/ssl/vsn.mk
# lib/stdlib/doc/src/notes.xml
# lib/stdlib/vsn.mk
# make/otp_version_tickets
# otp_versions.table
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 6af5a500b5..5dde0f504e 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -149,6 +149,22 @@ </section> +<section><title>SSL 9.2.3.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct handshake handling, might cause strange symptoms + such as ASN.1 certificate decoding issues.</p> + <p> + Own Id: OTP-15879 Aux Id: ERL-968 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.2.3.2</title> <section><title>Fixed Bugs and Malfunctions</title> |