diff options
| author | John Audia | 2025-08-08 23:43:20 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-08-10 10:00:02 +0000 |
| commit | 223c1de963df9414c298ac7ca6312ce799c9fd58 (patch) | |
| tree | cd90c84df28bd461e6b9dce5bc0b14bf1b39ed81 | |
| parent | 07a04d8485a4437801569b2575e2ef1d3ee1b3fc (diff) | |
| download | openwrt-223c1de963df9414c298ac7ca6312ce799c9fd58.tar.gz | |
openssl: update to 3.5.2
OpenSSL 3.5.2 is a bug fix release:
This release incorporates the following bug fixes and mitigations:
Miscellaneous minor bug fixes.
The FIPS provider now performs a PCT on key import for RSA, EC and ECX.
This is mandated by FIPS 140-3 IG 10.3.A additional comment 1.
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19725
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 210afe0d62..c70dbd3004 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=3.5.1 +PKG_VERSION:=3.5.2 PKG_RELEASE:=1 PKG_BUILD_FLAGS:=no-mips16 gc-sections no-lto @@ -21,7 +21,7 @@ PKG_SOURCE_URL:= \ https://www.openssl.org/source/old/$(PKG_BASE)/ \ https://github.com/openssl/openssl/releases/download/$(PKG_NAME)-$(PKG_VERSION)/ -PKG_HASH:=529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f +PKG_HASH:=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |