summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-10-18 12:51:13 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-10-18 12:51:13 +0700
commit6631312ae9e239fb62a7ec0f8573c275c5743dda (patch)
tree5f7746d46eea9a4d68b873b91a161a0e91cb28cb /crypto/test
parentAdd CalculateMac utility method (diff)
downloadBouncyCastle.NET-ed25519-6631312ae9e239fb62a7ec0f8573c275c5743dda.tar.xz
Followups for the SicBlockCipher changes
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/test/BlockCipherTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/src/test/BlockCipherTest.cs b/crypto/test/src/test/BlockCipherTest.cs
index 2e8e8b0b8..93cf2b0a5 100644
--- a/crypto/test/src/test/BlockCipherTest.cs
+++ b/crypto/test/src/test/BlockCipherTest.cs
@@ -438,6 +438,7 @@ namespace Org.BouncyCastle.Tests
                 {
                     // TODO Examine short IV handling for these FIPS-compliant modes in Java build
                     if (mode.StartsWith("CFB")
+                        || mode.StartsWith("CTR")
                         || mode.StartsWith("GOFB")
                         || mode.StartsWith("OFB")
                         || mode.StartsWith("OPENPGPCFB"))