update changelog with latest
This commit is contained in:
parent
c7ae7c0c9d
commit
eb604d1d54
17
ChangeLog
17
ChangeLog
@ -57,6 +57,10 @@ LibreSSL Portable Release Notes:
|
|||||||
https://cpunks.org/pipermail/cypherpunks/2015-September/009007.html
|
https://cpunks.org/pipermail/cypherpunks/2015-September/009007.html
|
||||||
for a longer discussion.
|
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
|
* Removed support for DTLS_BAD_VER. Pre-DTLSv1 implementations are no
|
||||||
longer supported.
|
longer supported.
|
||||||
|
|
||||||
@ -64,8 +68,21 @@ LibreSSL Portable Release Notes:
|
|||||||
Previous releases removed dynamic and builtin engine support
|
Previous releases removed dynamic and builtin engine support
|
||||||
already.
|
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.
|
* 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
|
2.2.3 - Bug fixes, build enhancements
|
||||||
|
|
||||||
* LibreSSL 2.2.2 incorrectly handles ClientHello messages that do not
|
* LibreSSL 2.2.2 incorrectly handles ClientHello messages that do not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user