From bf2525067440892836598ad859954e9b0292aba0 Mon Sep 17 00:00:00 2001 From: vidya sagar <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:53:11 +0530 Subject: [PATCH] [Windows-25] updating OpenSSL version to 3.5.2 (#12709) --- images/windows/toolsets/toolset-2025.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index 97d95df2f..a20d11b50 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -325,11 +325,11 @@ "version": "latest" }, "openssl": { - "version": "3.5.1", + "version": "3.5.2", "pinnedDetails": { - "link": "https://github.com/actions/runner-images-internal/pull/6702", - "reason": "Meaningful reason must be added at next update.", - "review-at": "2025-06-01", + "link": "https://github.com/openssl/openssl/releases/tag/openssl-3.5.2", + "reason": "Installer not found for version 3.5.1", + "review-at": "2025-10-10", "type": "preexisting-pinned-version-without-reason" } },