diff options
author | Brent Cook <bcook@openbsd.org> | 2015-08-28 13:42:01 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-08-30 22:17:55 -0500 |
commit | 4e2763575fa2bf7a5e0fa5888498601778f36b82 (patch) | |
tree | 80a7d56f1c5e72726cae9152c0854f074c661e28 | |
parent | cc3c1810e2c49dfc6ca56b3a6967f4ddfb0aed2c (diff) | |
download | portable-4e2763575fa2bf7a5e0fa5888498601778f36b82.tar.gz portable-4e2763575fa2bf7a5e0fa5888498601778f36b82.tar.bz2 portable-4e2763575fa2bf7a5e0fa5888498601778f36b82.zip |
update Changelog for 2.2.3
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -28,6 +28,20 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.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 | |||
31 | 2.2.2 - More TLS parser rework, bug fixes, expanded portable build support | 45 | 2.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 |