Update changelog

This commit is contained in:
Brent Cook 2016-09-23 05:40:01 -05:00
parent b7ba692f72
commit a896814187

View File

@ -28,6 +28,19 @@ history is also available from Git.
LibreSSL Portable Release Notes:
2.4.3 - Bug fixes and reliability improvements
* Reverted change that cleans up the EVP cipher context in
EVP_EncryptFinal() and EVP_DecryptFinal(). Some software relies on the
previous behaviour.
* Avoid unbounded memory growth in libssl, which can be triggered by a
TLS client repeatedly renegotiating and sending OCSP Status Request
TLS extensions.
* Avoid falling back to a weak digest for (EC)DH when using SNI with
libssl.
2.4.2 - Bug fixes and improvements
* Fixed loading default certificate locations with openssl s_client.