From 4c4eb4c40f33d9663cbce291e920f4c8921cc4aa Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Nov 2018 17:51:30 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 15 +++++++++++++++ lib/ssl/vsn.mk | 2 +- make/otp_version_tickets | 3 +-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 04fc3e1492..caa1110307 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,21 @@

This document describes the changes made to the SSL application.

+
SSL 8.2.6.4 + +
Fixed Bugs and Malfunctions + + +

+ Add engine support for RSA key exchange

+

+ Own Id: OTP-15420

+
+
+
+ +
+
SSL 8.2.6.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 08fb667f83..1280efa77c 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 8.2.6.3 +SSL_VSN = 8.2.6.4 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index e5a5e16123..2cba13f734 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,2 +1 @@ -OTP-15371 -OTP-15412 +OTP-15420 -- cgit v1.2.3