From: Neil Horman Date: Thu, 15 Aug 2024 12:29:34 +0000 (-0400) Subject: Add Changes entry for debuginfo generation X-Git-Tag: openssl-3.4.0-alpha1~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fb39522a241d7ddaab48e20ec0d6ca383188d38;p=thirdparty%2Fopenssl.git Add Changes entry for debuginfo generation Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25174) --- diff --git a/CHANGES.md b/CHANGES.md index 5f077ecf957..9db980e1428 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,11 @@ OpenSSL 3.4 ### Changes between 3.3 and 3.4 [xx XXX xxxx] + * Add debuginfo Makefile target for unix platforms to produce + a separate DWARF info file from the corresponding shared libs. + + *Neil Horman* + * Add feature to retrieve configured TLS signature algorithms, e.g., via the openssl list command.