aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-12-11 04:57:42 -0600
committerBrent Cook <bcook@openbsd.org>2017-12-11 04:57:42 -0600
commit190bd346e75575b9436a2e9e14b28618f0234e1b (patch)
tree2f798872a69780e9022a23120ae86626437ce6e6
parentac9a73f6956bbf6277db9bc0377eafc139c4db37 (diff)
downloadportable-2.6.4.tar.gz
portable-2.6.4.tar.bz2
portable-2.6.4.zip
add release notesv2.6.4
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1d05c5..893ea06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,21 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.6.4 - Bug fixes
32
33 * Make tls_config_parse_protocols() work correctly when passed a NULL
34 pointer for a protocol string. Issue found by semarie@, who also
35 provided the diff.
36
37 * Correct TLS extensions handling when no extensions are present.
38 If no TLS extensions are present in a client hello or server hello,
39 omit the entire extensions block, rather than including it with a
40 length of zero. Thanks to Eric Elena <eric at voguemerry dot com> for
41 providing packet captures and testing the fix.
42
43 * Fixed portable builds on older Android systems, and systems with out
44 IPV6_TCLASS support.
45
312.6.3 - OpenBSD 6.2 Release 462.6.3 - OpenBSD 6.2 Release
32 47
33 * No core changes from LibreSSL 2.6.2 48 * No core changes from LibreSSL 2.6.2