aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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