]> git.ipfire.org Git - thirdparty/openwrt.git/commit
openssl: Backport fix for OpenSSL 3.5.2 and 3.0.17 regression 20074/head
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 17 Sep 2025 17:55:50 +0000 (19:55 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 18 Sep 2025 18:25:44 +0000 (20:25 +0200)
commitaa3c98f82173c04eea4932474116a5befb7aba7b
treefa62104f594e52d681a7a389412e7bf7f83781f1
parent9939ebc7fc0ca3a31eddeba5715884cb307fdcad
openssl: Backport fix for OpenSSL 3.5.2 and 3.0.17 regression

Fixes segmentation faults in openssl. This problem was introduced in
version 3.5.2 and 3.0.17. Backport a fix from the OpenSSL 3.5 branch.

Link: https://forum.openwrt.org/t/openssl-3-0-17-libcrypto-segmentation-faults-regression/240650/9
Link: https://github.com/openssl/openssl/issues/28171
Link: https://github.com/openssl/openssl/commit/c4c92f3e8aff38d75047847ded940e1b3f9b688f
Fixes: 223c1de963df ("openssl: update to 3.5.2")
Link: https://github.com/openwrt/openwrt/pull/20074
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/libs/openssl/Makefile
package/libs/openssl/patches/0001-Don-t-keep-the-store-open-in-by_store_ctrl_ex.patch [new file with mode: 0644]