aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 80ee145..62bcab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,10 +30,15 @@ LibreSSL Portable Release Notes:
30 30
312.1.5 - Bug fixes and a security update 312.1.5 - Bug fixes and a security update
32 * Fix incorrect comparison function in openssl(1) certhash command. 32 * Fix incorrect comparison function in openssl(1) certhash command.
33 Thanks to Christian Neukirchen / Void Linux.
33 34
34 * Windows port improvements and bug fixes. 35 * Windows port improvements and bug fixes.
36 - Removed a dependency on libgcc in 32-bit dynamic libraries.
37 - Correct a hang in openssl(1) reading from stdin on an connection.
38 - Initialize winsock in openssl(1) earlier, allow 'openssl ocsp' and
39 any other network-related commands to function properly.
35 40
36 * Reject server ephemeral DH keys smaller than 1024 bits. 41 * Reject all server DH keys smaller than 1024 bits.
37 42
382.1.4 - Security and feature updates 432.1.4 - Security and feature updates
39 * Improvements to libtls: 44 * Improvements to libtls: