From 12769568340e4e9d423db670891575e069403334 Mon Sep 17 00:00:00 2001 From: Theo Buehler <tb@openbsd.org> Date: Sun, 25 Jun 2023 07:57:17 -0600 Subject: Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a24c37b..9d1cf86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,17 +43,18 @@ LibreSSL Portable Release Notes: - Removed code guarded by #ifdef ZLIB. - Changed ASN1_item_sign_ctx() and ASN1_item_verify() to work with Ed25519 and fixed a few bugs in there. - - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. - Fixed various issues with EVP_PKEY_CTX_{new,dup}(). - Improved X.509 certificate version checks. - Cleaned up handling of elliptic curve cofactors. - Made BN_num_bits() independent of bn->top. - Rewrote and simplified bn_sqr(). - Removed EC_GROUP precomp machinery. + - Ensure no X.509v3 extensions appear more than once in certificates. * New features * Compatibility changes - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain valid UTF-8 without embedded NUL. + - Moved libtls from ECDSA_METHOD to EC_KEY_METHOD. * Bug fixes - Fixed aliasing issue in BN_mod_inverse(). - Made CRYPTO_get_ex_new_index() not return 0 to allow applications -- cgit v1.2.3-55-g6feb