aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-05-31 18:42:38 +0200
committerTheo Buehler <tb@openbsd.org>2020-05-31 18:42:38 +0200
commit932343fb2cca52d7f1391f4b3c17c934957c6cf9 (patch)
tree94fa697fb056df3922979992e6b938838bd75224
parent2f8aa339c5c0d3057cc969ab90cb8e7a4fc909f7 (diff)
downloadportable-932343fb2cca52d7f1391f4b3c17c934957c6cf9.tar.gz
portable-932343fb2cca52d7f1391f4b3c17c934957c6cf9.tar.bz2
portable-932343fb2cca52d7f1391f4b3c17c934957c6cf9.zip
one tweak inversed the meaning. fix that
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 69692a2..1c2babf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,7 +84,7 @@ LibreSSL Portable Release Notes:
84 * Ensure that TLS 1.3 clients advertise exactly the "null" compression 84 * Ensure that TLS 1.3 clients advertise exactly the "null" compression
85 method in its legacy_compression_methods. 85 method in its legacy_compression_methods.
86 86
87 * Correct use of sockaddr instead of sockaddr_storage in openssl(1) 87 * Correct use of sockaddr_storage instead of sockaddr in openssl(1)
88 s_client, which could lead to using 14 bytes of stack garbage instead 88 s_client, which could lead to using 14 bytes of stack garbage instead
89 of an IPv6 address in DTLS mode. 89 of an IPv6 address in DTLS mode.
90 90