aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-08-28 13:42:01 -0500
committerBrent Cook <bcook@openbsd.org>2015-08-30 22:17:55 -0500
commit4e2763575fa2bf7a5e0fa5888498601778f36b82 (patch)
tree80a7d56f1c5e72726cae9152c0854f074c661e28
parentcc3c1810e2c49dfc6ca56b3a6967f4ddfb0aed2c (diff)
downloadportable-4e2763575fa2bf7a5e0fa5888498601778f36b82.tar.gz
portable-4e2763575fa2bf7a5e0fa5888498601778f36b82.tar.bz2
portable-4e2763575fa2bf7a5e0fa5888498601778f36b82.zip
update Changelog for 2.2.3
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1c5eab..2f353a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,20 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.2.3 - Bug fixes, build enhancements
32
33 * LibreSSL 2.2.2 incorrectly handles ClientHello messages that do not
34 include TLS extensions, resulting in such handshakes being aborted.
35 This release corrects the handling of such messages. Thanks to
36 Ligushka from github for reporting the issue.
37
38 * Added install target for cmake builds. Thanks to TheNietsnie from
39 github.
40
41 * Updated pkgconfig files to correctly report the release version
42 number, not the individual library ABI version numbers. Thanks to
43 Jan Engelhardt for reporting the issue.
44
312.2.2 - More TLS parser rework, bug fixes, expanded portable build support 452.2.2 - More TLS parser rework, bug fixes, expanded portable build support
32 46
33 * Switched 'openssl dhparam' default from 512 to 2048 bits 47 * Switched 'openssl dhparam' default from 512 to 2048 bits