From 202d12ca6ded61a6f70ba413b5c1df369d34131e Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Fri, 9 Dec 2022 10:42:36 -0700 Subject: Add a few more things --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 015b4c0..ef8bc5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,7 +33,7 @@ LibreSSL Portable Release Notes: * Internal improvements - Remove dependency on system timegm() and gmtime() by replacing traditional Julian date conversion with POSIX epoch-seconds date - conversion from BoringSSL. + conversion from BoringSSL - Clean old and unused BN code dealing with primes. - Start rewriting name constraints code using CBS. - Remove support for the HMAC PRIVATE KEY. @@ -46,6 +46,7 @@ LibreSSL Portable Release Notes: - BIO_read() and BIO_write() now behave more closely to OpenSSL 3 in various corner cases. More work is needed here. * Bug fixes + - Make BIO_push(3) fail if a call would result in a cycle - Add EVP_chacha20_poly1305() to the list of all ciphers. - Fix potential leaks of EVP_PKEY in various printing functions - Fix potential leak in OBJ_NAME_add(). @@ -57,6 +58,7 @@ LibreSSL Portable Release Notes: in the process of generating certificates. - Fixed a variety of memory corruption issues in BIO chains coming from poor old and new API: BIO_push(), BIO_pop(), BIO_set_next(). + - Avoid potential divide by zero in BIO_dump_indent_cb() * Documentation improvements - Numerous improvements and additions for ASN.1, BIO, BN, and X.509. - The BN documentation is now considered to be complete. -- cgit v1.2.3-55-g6feb