diff options
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,10 +30,15 @@ LibreSSL Portable Release Notes: | |||
30 | 30 | ||
31 | 2.1.5 - Bug fixes and a security update | 31 | 2.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 | ||
38 | 2.1.4 - Security and feature updates | 43 | 2.1.4 - Security and feature updates |
39 | * Improvements to libtls: | 44 | * Improvements to libtls: |