From 6e5217944a03e46dc20f985290b2d7bd23855149 Mon Sep 17 00:00:00 2001 From: MathijsH Date: Fri, 19 Sep 2025 20:01:38 +0200 Subject: [PATCH] [windows-2025] Update openssl to 3.5.3 (#13043) --- images/windows/toolsets/toolset-2025.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index 66c7cada7..e9dd68c2c 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -326,10 +326,10 @@ "version": "latest" }, "openssl": { - "version": "3.5.2", + "version": "3.5.3", "pinnedDetails": { - "link": "https://github.com/openssl/openssl/releases/tag/openssl-3.5.2", - "reason": "Installer not found for version 3.5.1", + "link": "https://github.com/openssl/openssl/releases/tag/openssl-3.5.3", + "reason": "Installer not found for version 3.5.2", "review-at": "2025-10-10", "type": "preexisting-pinned-version-without-reason" }