More changelog updates

This commit is contained in:
Brent Cook 2016-09-23 06:21:43 -05:00
parent 9ba1224ed4
commit e168f3b0bc

View File

@ -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.