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.