aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22b7f65..4598456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,9 @@ LibreSSL Portable Release Notes:
84 * Copy the session ID directly in ssl_get_prev_session() instead of 84 * Copy the session ID directly in ssl_get_prev_session() instead of
85 handing it through several functions for copying. 85 handing it through several functions for copying.
86 86
87 * Clean up and refactor ssl_get_prev_session(); simplify
88 tls_decrypt_ticket() and tls1_process_ticket() exit paths.
89
87 * Avoid memset() before memcpy() in CBS_add_bytes(). 90 * Avoid memset() before memcpy() in CBS_add_bytes().
88 91
89 * Rewrite X509_INFO_{new,free}() more idiomatically. 92 * Rewrite X509_INFO_{new,free}() more idiomatically.