diff options
author | Neil Horman <nhorman@openssl.org> | 2024-08-15 14:29:34 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-08-21 15:50:30 +0200 |
commit | 1fb39522a241d7ddaab48e20ec0d6ca383188d38 (patch) | |
tree | 894574f0fc8780d575d31f049d7ce5886444c35f | |
parent | Add a test for debuginfo generation (diff) | |
download | openssl-1fb39522a241d7ddaab48e20ec0d6ca383188d38.tar.xz openssl-1fb39522a241d7ddaab48e20ec0d6ca383188d38.zip |
Add Changes entry for debuginfo generation
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25174)
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 5f077ecf95..9db980e142 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. |