aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c5a934..743f8c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,27 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.4.4 - Reliability improvements
32
33 * Avoid continual processing of an unlimited number of TLS records,
34 which can cause a denial-of-service condition.
35
36 * In X509_cmp_time(), pass asn1_time_parse() the tag of the field
37 being parsed so that a malformed GeneralizedTime field is recognized as
38 an error instead of potentially being interpreted as if it was a valid
39 UTCTime.
40
41 * Improve ticket validity checking when tlsext_ticket_key_cb()
42 callback chooses a different HMAC algorithm.
43
44 * Check for packets with a truncated DTLS cookie.
45
46 * Detect zero-length encrypted session data early, instead of when
47 malloc(0) fails or the HMAC check fails.
48
49 * Check for and handle failure of HMAC_{Update,Final} or
50 EVP_DecryptUpdate()
51
312.4.3 - Bug fixes and reliability improvements 522.4.3 - Bug fixes and reliability improvements
32 53
33 * Reverted change that cleans up the EVP cipher context in 54 * Reverted change that cleans up the EVP cipher context in