From a5434a323afb1972195aa5f55b4894595df2c24f Mon Sep 17 00:00:00 2001 From: Joe DeVivo Date: Thu, 11 May 2017 06:51:23 -0700 Subject: removed ct:pal call in ssl_connection --- lib/ssl/src/ssl_connection.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/src/ssl_connection.erl b/lib/ssl/src/ssl_connection.erl index a5569460d6..ad220ae9de 100644 --- a/lib/ssl/src/ssl_connection.erl +++ b/lib/ssl/src/ssl_connection.erl @@ -858,7 +858,6 @@ handle_common_event(internal, #change_cipher_spec{type = <<1>>}, StateName, StateName, State); handle_common_event(_Type, Msg, StateName, #state{negotiated_version = Version} = State, _) -> - ct:pal("Unexpected msg ~p", [Msg]), Alert = ?ALERT_REC(?FATAL,?UNEXPECTED_MESSAGE), handle_own_alert(Alert, Version, {StateName, Msg}, State). -- cgit v1.2.3 From 83ed3c1d805034140298393a64133e8cecd9e659 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 11 May 2017 17:41:32 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 15 +++++++++++++++ lib/ssl/vsn.mk | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 7ffb9c0e88..d13ad09470 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,21 @@

This document describes the changes made to the SSL application.

+
SSL 8.1.3 + +
Fixed Bugs and Malfunctions + + +

+ Remove debug printout

+

+ Own Id: OTP-14396

+
+
+
+ +
+
SSL 8.1.2
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 82184f5c74..7c2d9bec48 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 8.1.2 +SSL_VSN = 8.1.3 -- cgit v1.2.3