From eb604d1d544636b1190fb83f9407a62837617b31 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Sep 2015 19:46:54 -0500 Subject: update changelog with latest --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9897f0..6788a7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,6 +57,10 @@ LibreSSL Portable Release Notes: https://cpunks.org/pipermail/cypherpunks/2015-September/009007.html for a longer discussion. + * Fixed a bug in ECDH_compute_key that can lead to silent truncation + of the result key without error. A coding error could cause software + to use much shorter keys than intended. + * Removed support for DTLS_BAD_VER. Pre-DTLSv1 implementations are no longer supported. @@ -64,8 +68,21 @@ LibreSSL Portable Release Notes: Previous releases removed dynamic and builtin engine support already. + * Added Certplus CA root certificate to the default cert.pem file. + + * New interface OPENSSL_cpu_caps is provided that does not allow + software to inadvertently modify cpu capability flags. + OPENSSL_ia32cap and OPENSSL_ia32cap_loc are removed. + * The out_len argument of AEAD changed from ssize_t to size_t. + * Deduplicated DTLS code, sharing bugfixes and improvements with + TLS. + + * Converted 'nc' to use libtls for client and server operations; it is + included in the libressl-portable distribution as an example of how + to use the library. + 2.2.3 - Bug fixes, build enhancements * LibreSSL 2.2.2 incorrectly handles ClientHello messages that do not -- cgit v1.2.3-55-g6feb