From 9ade3d94ff9c11f7d2b21dc1adb533408d441fae Mon Sep 17 00:00:00 2001 From: George Adams Date: Tue, 17 Feb 2026 12:49:48 +0000 Subject: [PATCH] darwin: fix SHA-2-224 incorrectly marked as supported --- eng/_util/cmd/updatecryptodocs/docs.go | 1 + eng/doc/CrossPlatformCryptography.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/_util/cmd/updatecryptodocs/docs.go b/eng/_util/cmd/updatecryptodocs/docs.go index 73c3adf864..65ff3207e3 100644 --- a/eng/_util/cmd/updatecryptodocs/docs.go +++ b/eng/_util/cmd/updatecryptodocs/docs.go @@ -91,6 +91,7 @@ var doc = Document{ Name: "SHA-2-224", Platforms: Platforms{ Windows: PlatformStatus{Supported: NotSupported}, + MacOS: PlatformStatus{Supported: NotSupported}, }, }, {Name: "SHA-2-256"}, diff --git a/eng/doc/CrossPlatformCryptography.md b/eng/doc/CrossPlatformCryptography.md index 883612f03b..095c0ef742 100644 --- a/eng/doc/CrossPlatformCryptography.md +++ b/eng/doc/CrossPlatformCryptography.md @@ -61,7 +61,7 @@ This section includes the following packages: | --------------------- | -------------- | -------------- | -------------- | | MD5 | ✔️ | ✔️ | ✔️ | | SHA-1 | ✔️ | ✔️ | ✔️ | -| SHA-2-224 | ❌️ | ✔️ | ✔️ | +| SHA-2-224 | ❌️ | ✔️ | ❌️ | | SHA-2-256 | ✔️ | ✔️ | ✔️ | | SHA-2-384 | ✔️ | ✔️ | ✔️ | | SHA-2-512 | ✔️ | ✔️ | ✔️ |