aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@openbsd.org>2020-05-30 08:40:49 -0600
committerBob Beck <beck@openbsd.org>2020-05-30 08:40:49 -0600
commitba5ae4fd8390249ef5a6450c45bf7bc52bf767ed (patch)
treeb8141accee03a964c3a84c126e8c0a0fa0692e54
parent654e938e11d3132ec24faf21ea4bcedfdf0a6729 (diff)
downloadportable-ba5ae4fd8390249ef5a6450c45bf7bc52bf767ed.tar.gz
portable-ba5ae4fd8390249ef5a6450c45bf7bc52bf767ed.tar.bz2
portable-ba5ae4fd8390249ef5a6450c45bf7bc52bf767ed.zip
change 'the s_client' to 'openssl(1) s_client'
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 089ee11..21fa536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,7 +80,7 @@ LibreSSL Portable Release Notes:
80 * The client must advertise exactly the "null" compression method 80 * The client must advertise exactly the "null" compression method
81 in its legacy_compression_methods, nothing else. 81 in its legacy_compression_methods, nothing else.
82 82
83 * Incorrect use of sockaddr instead of sockaddr_storage in the 83 * Incorrect use of sockaddr instead of sockaddr_storage in openssl(1)
84 s_client could lead to using 14 bytes of stack garbage instead 84 s_client could lead to using 14 bytes of stack garbage instead
85 of an IPv6 address in DTLS mode. 85 of an IPv6 address in DTLS mode.
86 86