]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.25] crypto/internal/fips140: update frozen module version to...
authorFilippo Valsorda <filippo@golang.org>
Wed, 10 Sep 2025 10:19:49 +0000 (03:19 -0700)
committerJunyang Shao <shaojunyang@google.com>
Fri, 26 Sep 2025 17:44:44 +0000 (10:44 -0700)
commitbec452a3a29bfe8fbcb5461327c4ceb32862a60a
tree0a619c0256fff8e5a3c751cc1a0b68f616c6c8e8
parent57bd28ab7f287167e3d8915815975d72bab3687f
[release-branch.go1.25] crypto/internal/fips140: update frozen module version to "v1.0.0"

We are re-sealing the .zip file anyway for another reason, might as well
take the opportunity to fix the "v1.0" mistake.

Note that the actual returned version change will happen when re-sealing
the .zip, as the latest mkzip.go will inject "v1.0.0" instead of "v1.0".

This reapplies CL 701518, reverted in CL 702255.

Updates #75524

Change-Id: Ib5b3721bda35c32dd48293b3d1193c12661662dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/706717
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Bypass: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
src/crypto/internal/cryptotest/hash.go
src/crypto/internal/fips140/fips140.go
src/crypto/internal/fips140test/fips_test.go