From e168f3b0bc437e58f833efcfd2891892cff4e98e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 23 Sep 2016 06:21:43 -0500 Subject: [PATCH] More changelog updates --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf2604e..2e3fdc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,11 +52,15 @@ LibreSSL Portable Release Notes: * Add support for OCSP intermediate certificates. - * Improved behavior of arc4random on Windows when using memory leak - analysis software. + * Added functions used by stunnel and exim from BoringSSL - this + brings in X509_check_host, X509_check_email, X509_check_ip, and + X509_check_ip_asc. * Added initial support for iOS, thanks to Jacob Berkman. + * Improved behavior of arc4random on Windows when using memory leak + analysis software. + * Correctly handle an EOF that occurs prior to the TLS handshake completing. Reported by Vasily Kolobkov, based on a diff from Marko Kreen.