Add several tests to cover CFB mode. Some are currently disabled (CFB >8 or PaddingMo...
commit888e1976199ecf2a44a86c05022a5732c66c3232
authorSebastien Pouliot <sebastien@xamarin.com>
Mon, 7 Jan 2013 01:07:31 +0000 (6 20:07 -0500)
committerSebastien Pouliot <sebastien@xamarin.com>
Mon, 7 Jan 2013 01:08:04 +0000 (6 20:08 -0500)
tree10c79b610f28784b49cb14cf04c3948320b62698
parentb26f53d9df308adad29f07385f3b395fde7e79a3
Add several tests to cover CFB mode. Some are currently disabled (CFB >8 or PaddingMode != None/Zeros) for RijndaelManaged
mcs/class/corlib/Test/System.Security.Cryptography/AesCfbTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Cryptography/CfbTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Cryptography/DesCfbTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Cryptography/Rc2CfbTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Cryptography/RijndaelCfbTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Security.Cryptography/RijndaelManagedTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/TripleDesCfbTest.cs [new file with mode: 0644]
mcs/class/corlib/corlib_test.dll.sources