diff --git a/ChangeLog b/ChangeLog index 6baac06..a388eec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,10 +30,11 @@ 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 a bug in int_x509_param_set_hosts, calling strlen() if name + length provided is 0 to match the OpenSSL behaviour. Issue noticed + by Christian Heimes . - * Fixed openssl(1) build on MacOS 10.11 and older. + * Fixed builds macOS 10.11 and older. 2.7.0 - Bug fixes and improvements