From 8414df69bc5463e13d91b865d8f21c294e2fe18b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 1 Jul 2015 03:19:21 -0500 Subject: [PATCH] added 2.2.1 changes --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb504978c5..6b79ff5c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,20 @@ LibreSSL Portable Release Notes: This release primarily addresses a number of security issues in coordination with the OpenSSL project. +2.2.1 - Build fixes, feature added, features removed + + * Assorted build fixes for musl, HP-UX, Mingw, Solaris. + + * Protocol parsing conversions to BoringSSL's CRYPTO ByteString (CBS) API + + * Added EC_curve_nid2nist and EC_curve_nist2nid from OpenSSL + + * Removed Dynamic Engine support + + * Removed unused and obsolete MDC-2DES cipher + + * Removed workarounds for obsolete SSL implementations + 2.2.0 - Build cleanups and new OS support, Security Updates * AIX Support - thanks to Michael Felt