refine changelog

This commit is contained in:
Brent Cook 2018-03-23 18:52:08 -05:00
parent 31a66e1c5b
commit 89e5bc5227

View File

@ -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 <christian@python.org>
* 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 <christian@python.org>.
* Fixed openssl(1) build on MacOS 10.11 and older.
* Fixed builds macOS 10.11 and older.
2.7.0 - Bug fixes and improvements