aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files 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:
52 52
53 * Add support for OCSP intermediate certificates. 53 * Add support for OCSP intermediate certificates.
54 54
55 * Improved behavior of arc4random on Windows when using memory leak 55 * Added functions used by stunnel and exim from BoringSSL - this
56 analysis software. 56 brings in X509_check_host, X509_check_email, X509_check_ip, and
57 X509_check_ip_asc.
57 58
58 * Added initial support for iOS, thanks to Jacob Berkman. 59 * Added initial support for iOS, thanks to Jacob Berkman.
59 60
61 * Improved behavior of arc4random on Windows when using memory leak
62 analysis software.
63
60 * Correctly handle an EOF that occurs prior to the TLS handshake 64 * Correctly handle an EOF that occurs prior to the TLS handshake
61 completing. Reported by Vasily Kolobkov, based on a diff from Marko 65 completing. Reported by Vasily Kolobkov, based on a diff from Marko
62 Kreen. 66 Kreen.