aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 669cadd..33b7917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,13 +48,24 @@ LibreSSL Portable Release Notes:
48 48
49 * Removed Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification 49 * Removed Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification
50 Authority" (serial 3c:91:31:cb:1f:f6:d0:1b:0e:9a:b8:d0:44:bf:12:be) root 50 Authority" (serial 3c:91:31:cb:1f:f6:d0:1b:0e:9a:b8:d0:44:bf:12:be) root
51 certificate from cert.pem. 51 certificate from cert.pem
52 52
53 * Added support for building nc(1) on Solaris 53 * Added support for building nc(1) on Solaris
54 54
55 * Fixed GCC 5.x+ preprocessor checks, reported by Ruslan Babayev 55 * Fixed GCC 5.x+ preprocessor checks, reported by Ruslan Babayev
56 56
57 * Improved console handling with openssl(1) on Windows. 57 * Improved console handling with openssl(1) on Windows
58
59 * Ensure the network stack is enabled on Windows when running
60 tls_init()
61
62 * Fixed incorrect TLS certificate loading by nc(1)
63
64 * Added support for Solaris 11.3's getentropy(2) system call
65
66 * Enabled support for using NetBSD 7.0's arc4random(3) implementation
67
68 * Deprecated the SSL_OP_SINGLE_DH_USE flag by disabling its effect
58 69
59 * Fixes from OpenSSL 1.0.1q 70 * Fixes from OpenSSL 1.0.1q
60 - CVE-2015-3194 - NULL pointer dereference in client side certificate 71 - CVE-2015-3194 - NULL pointer dereference in client side certificate