aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-10-24 13:49:09 +0200
committerTheo Buehler <tb@openbsd.org>2025-10-24 13:49:16 +0200
commit1e86f9cf57855d06ecd2383c3ffe9325f57852ea (patch)
tree83598961e3861968cd1c81621adfbcbab83bcc7a
parentdc6cef0335a7b8a734226d77f74ac1560c714646 (diff)
downloadportable-1e86f9cf57855d06ecd2383c3ffe9325f57852ea.tar.gz
portable-1e86f9cf57855d06ecd2383c3ffe9325f57852ea.tar.bz2
portable-1e86f9cf57855d06ecd2383c3ffe9325f57852ea.zip
Update ChangeLog
-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