From: Eugene Syromiatnikov Date: Wed, 14 Jan 2026 16:37:46 +0000 (+0100) Subject: CHANGES.md: update for 3.0.19 X-Git-Tag: openssl-3.0.19~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e229c361598d2ff02331b36a8dffc2f452bdfb2c;p=thirdparty%2Fopenssl.git CHANGES.md: update for 3.0.19 3.0.19 CHANGES.md includes the following: * https://github.com/openssl/openssl/pull/29214 "s390x: Check and fail on invalid malformed ECDSA signatures" * https://github.com/openssl/openssl/pull/29256 "Clang format 3.0" Co-Authored-by: Tomáš Mráz Signed-off-by: Eugene Syromiatnikov Reviewed-by: Saša Nedvědický Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz MergeDate: Mon Jan 26 20:05:45 2026 --- diff --git a/CHANGES.md b/CHANGES.md index 8be083f2672..8b740f3dc6c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,7 +30,15 @@ breaking changes, and mappings for the large list of deprecated functions. ### Changes between 3.0.18 and 3.0.19 [xx XXX xxxx] - * none yet + * Fixed incorrect acceptance of some malformed ECDSA signatures on s390x. + + + *Holger Dengler* + + * Source code has been reformatted with `clang-format`. + + + *Bob Beck* ### Changes between 3.0.17 and 3.0.18 [30 Sep 2025]