diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-03-09 07:22:18 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-03-09 07:23:21 -0500 |
| commit | 1d62b3be371c3a1e3fb3aadc57291cf3f6c29858 (patch) | |
| tree | 3e0095399571d4bb45778cd15cf51d48fc67846b | |
| parent | f5389343d6602a9e0b5f42108cb8c7586a0ff02a (diff) | |
| download | portable-1d62b3be371c3a1e3fb3aadc57291cf3f6c29858.tar.gz portable-1d62b3be371c3a1e3fb3aadc57291cf3f6c29858.tar.bz2 portable-1d62b3be371c3a1e3fb3aadc57291cf3f6c29858.zip | |
expand on changelog
| -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: |
