]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140: update frozen module version to "v1.0.0"
authorFilippo Valsorda <filippo@golang.org>
Wed, 10 Sep 2025 10:19:49 +0000 (03:19 -0700)
committerFilippo Valsorda <filippo@golang.org>
Thu, 25 Sep 2025 19:06:18 +0000 (12:06 -0700)
commit7f9ab7203fd874f23f3881470ce5686391530c1a
treefbd15940988885554b297e3c547106927da11e44
parentfb5719cbda01c64f2f8d2eeed8592a494de59d65
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.

Change-Id: Ib5b3721bda35c32dd48293b3d1193c12661662dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/702316
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/cryptotest/hash.go
src/crypto/internal/fips140/fips140.go
src/crypto/internal/fips140test/fips_test.go
src/crypto/rsa/rsa_test.go