From 86bbea0cfa72041fb4315eb22099b0bc83caa314 Mon Sep 17 00:00:00 2001 From: Daniel Morsing Date: Mon, 24 Nov 2025 13:08:10 +0000 Subject: crypto/fips140: add WithoutEnforcement WithoutEnforcement lets programs running under GODEBUG=fips140=only selectively opt out of strict enforcement. This is especially helpful for non-critical uses of cryptography routines like SHA-1 for content addressable storage backends (E.g. git). Fixes #74630 Change-Id: Iabba1f5eb63498db98047aca45e09c5dccf2fbdf Reviewed-on: https://go-review.googlesource.com/c/go/+/723720 Reviewed-by: Dmitri Shuralyov Reviewed-by: Filippo Valsorda Auto-Submit: Filippo Valsorda LUCI-TryBot-Result: Go LUCI Reviewed-by: Roland Shoemaker --- api/next/74630.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/next/74630.txt (limited to 'api/next') diff --git a/api/next/74630.txt b/api/next/74630.txt new file mode 100644 index 0000000000..2a2a82fc43 --- /dev/null +++ b/api/next/74630.txt @@ -0,0 +1,2 @@ +pkg crypto/fips140, func Enforced() bool #74630 +pkg crypto/fips140, func WithoutEnforcement(func()) #74630 -- cgit v1.3