]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBC
authorFilippo Valsorda <filippo@golang.org>
Mon, 27 Jan 2025 13:18:02 +0000 (14:18 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 27 Jan 2025 20:16:30 +0000 (12:16 -0800)
commit3f791c8dfba6f946c29c01c2df257c3a4a9f1c8d
tree3bfe66f3ef1ecbba0dce0ea4335b77cf79fddd2d
parente0aeee82f3ab81b2a2ac77b352be52d13030820e
crypto/internal/fips140/aes: set FIPS 140 service indicator for CTR and CBC

This is a very late Go 1.24 change, but it is necessary for the frozen
FIPS module, and doesn't impact anything else than the FIPS status
indicator value.

Change-Id: I6a6a4656f1ac94ac46d631c90a206ac8b6ddcf4c
Reviewed-on: https://go-review.googlesource.com/c/go/+/644635
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/fips140/aes/cbc.go
src/crypto/internal/fips140/aes/ctr.go