From 28041ddc32bb8cb3cc1e1b5bed0b73402bf59485 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 22 Mar 2018 23:37:43 -0500 Subject: [PATCH] update changelog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index adfe094..6baac06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,13 @@ history is also available from Git. LibreSSL Portable Release Notes: +2.7.1 - Bug fixes + + * In int_x509_param_set_hosts, Call strlen() if name length provided + is 0. Issue notice by Christian Heimes + + * Fixed openssl(1) build on MacOS 10.11 and older. + 2.7.0 - Bug fixes and improvements * Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on