aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/fips140test/fips_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/fips140test/fips_test.go')
-rw-r--r--src/crypto/internal/fips140test/fips_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/internal/fips140test/fips_test.go b/src/crypto/internal/fips140test/fips_test.go
index 52fc9d3488..7f2824ca9a 100644
--- a/src/crypto/internal/fips140test/fips_test.go
+++ b/src/crypto/internal/fips140test/fips_test.go
@@ -101,6 +101,8 @@ func TestFIPS140(t *testing.T) {
aesBlock, err := aes.New(aesKey)
fatalIfErr(t, err)
+ testFIPS140v126(t, plaintext)
+
t.Run("AES-CTR", func(t *testing.T) {
ensureServiceIndicator(t)
ctr := aes.NewCTR(aesBlock, aesIV)