aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 584b85e..9ef2bd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,9 @@ LibreSSL Portable Release Notes:
34 - Remove the unused sequence number from X509_REVOKED. 34 - Remove the unused sequence number from X509_REVOKED.
35 - Replace a call to atoi() with strtonum() in nc(1) and replace a 35 - Replace a call to atoi() with strtonum() in nc(1) and replace a
36 misleading use of ntohs() with htons(). 36 misleading use of ntohs() with htons().
37 * Compatibility changes
38 - Expose X509_VERIFY_PARAM_set_hostflags() as a public symbol.
39 - Provide SSL_SESSION_dup().
37 * Bug fixes 40 * Bug fixes
38 - Ensure the group selected by a TLSv1.3 server for a 41 - Ensure the group selected by a TLSv1.3 server for a
39 HelloRetryRequest is not one for which the client has 42 HelloRetryRequest is not one for which the client has