From f3a74a7dfb633b21b7d06e48bf430071cdc0f779 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:53:22 +0100 Subject: Update version numbers --- lib/ssl/vsn.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index cf6481d14c..2650399eea 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 8.2.2 +SSL_VSN = 8.2.3 -- cgit v1.2.3 From 47198f179ab14cf8cfcdab0d976650cd1519b236 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:57:50 +0100 Subject: Update release notes --- lib/ssl/doc/src/notes.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 37c916e585..79176f5edf 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,61 @@

This document describes the changes made to the SSL application.

+
SSL 8.2.3 + +
Fixed Bugs and Malfunctions + + +

+ Packet options cannot be supported for unreliable + transports, that is, packet option for DTLS over udp will + not be supported.

+

+ Own Id: OTP-14664

+
+ +

+ Ensure data delivery before close if possible. This fix + is related to fix in PR-1479.

+

+ Own Id: OTP-14794

+
+
+
+ + +
Improvements and New Features + + +

+ The crypto API is extended to use private/public keys + stored in an Engine for sign/verify or encrypt/decrypt + operations.

+

+ The ssl application provides an API to use this new + engine concept in TLS.

+

+ Own Id: OTP-14448

+
+ +

+ Implemented renegotiation for DTLS

+

+ Own Id: OTP-14563

+
+ +

+ A new command line option -ssl_dist_optfile has + been added to facilitate specifying the many options + needed when using SSL as the distribution protocol.

+

+ Own Id: OTP-14657

+
+
+
+ +
+
SSL 8.2.2
Fixed Bugs and Malfunctions -- cgit v1.2.3