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:58:15 -0600 |
commit | 0f7609af9a84a0836bf2ae3975361fc0069ff271 (patch) | |
tree | 9bbe424aa91b7a75ff42e059613d086c457c39df /ChangeLog | |
parent | 26b40cb773c1ce0032436485246fff0adb82a5df (diff) | |
download | portable-0f7609af9a84a0836bf2ae3975361fc0069ff271.tar.gz portable-0f7609af9a84a0836bf2ae3975361fc0069ff271.tar.bz2 portable-0f7609af9a84a0836bf2ae3975361fc0069ff271.zip |
add release notes
Diffstat (limited to 'ChangeLog')
-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 |