aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ec28e0..0c5a934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,19 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.4.3 - Bug fixes and reliability improvements
32
33 * Reverted change that cleans up the EVP cipher context in
34 EVP_EncryptFinal() and EVP_DecryptFinal(). Some software relies on the
35 previous behaviour.
36
37 * Avoid unbounded memory growth in libssl, which can be triggered by a
38 TLS client repeatedly renegotiating and sending OCSP Status Request
39 TLS extensions.
40
41 * Avoid falling back to a weak digest for (EC)DH when using SNI with
42 libssl.
43
312.4.2 - Bug fixes and improvements 442.4.2 - Bug fixes and improvements
32 45
33 * Fixed loading default certificate locations with openssl s_client. 46 * Fixed loading default certificate locations with openssl s_client.