]> Cypherpunks repositories - gostls13.git/commit
crypto/aes,crypto/cipher: test all available implementations
authorFilippo Valsorda <filippo@golang.org>
Sun, 3 Nov 2024 12:10:33 +0000 (13:10 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 00:31:13 +0000 (00:31 +0000)
commit7d7618971eeb244ca062f848941d9d890d21f9f9
tree87aa4535a300d73fc968c3e3c0b1075b3916c5cc
parentdeee5322fc5827a307099051d70727af961548d6
crypto/aes,crypto/cipher: test all available implementations

TestEmptyPlaintext and TestCryptBlocks were folded into cryptotest.

Change-Id: I6131ab8582eb0e6d3a1b24bab1147a145d9766ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/624738
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
17 files changed:
src/crypto/aes/aes_test.go
src/crypto/cipher/cbc_aes_test.go
src/crypto/cipher/cbc_test.go
src/crypto/cipher/cipher_test.go [deleted file]
src/crypto/cipher/ctr_aes_test.go
src/crypto/cipher/ctr_test.go
src/crypto/cipher/export_test.go [deleted file]
src/crypto/cipher/fuzz_test.go
src/crypto/cipher/gcm_test.go
src/crypto/cipher/modes_test.go
src/crypto/internal/cryptotest/blockmode.go
src/crypto/internal/cryptotest/stream.go
src/crypto/internal/fips/aes/aes_asm.go
src/crypto/internal/fips/aes/aes_s390x.go
src/crypto/internal/fips/aes/gcm/gcm_asm.go
src/crypto/internal/fips/aes/gcm/gcm_ppc64x.go
src/crypto/internal/fips/aes/gcm/gcm_s390x.go