diff options
author | Brent Cook <bcook@openbsd.org> | 2017-12-11 04:57:42 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-12-11 04:57:42 -0600 |
commit | 190bd346e75575b9436a2e9e14b28618f0234e1b (patch) | |
tree | 2f798872a69780e9022a23120ae86626437ce6e6 | |
parent | ac9a73f6956bbf6277db9bc0377eafc139c4db37 (diff) | |
download | portable-2.6.4.tar.gz portable-2.6.4.tar.bz2 portable-2.6.4.zip |
add release notesv2.6.4
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -28,6 +28,21 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.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 | |||
31 | 2.6.3 - OpenBSD 6.2 Release | 46 | 2.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 |