]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: block non-AES CTR and CBC in fips140=only mode
authorFilippo Valsorda <filippo@golang.org>
Mon, 16 Dec 2024 18:30:58 +0000 (19:30 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 17 Dec 2024 16:02:43 +0000 (08:02 -0800)
commitb47ce8b0e997f09abd6e1e5c23eb59d6e9d5be2c
tree5e057f4c4b29c8b33af889366728b27f2c19bfb7
parentdd7a7ba38f36dd6abc1e14b8d0e8bf05a5383161
crypto/cipher: block non-AES CTR and CBC in fips140=only mode

Somehow I had missed these.

For #69536

Change-Id: I5e60b6f052bbfb707742ad15f663517c6c5f68d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/636795
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/crypto/cipher/cbc.go
src/crypto/cipher/ctr.go