Update contrib.
3 TestCaseName=CipherAES_CBC
7 TestCaseName=CipherDES_CBC
11 TestCaseName=CipherRC2_CBC
14 Length=61 // from example in TLS1.0 spec. section 6.2.3.2. CBC block cipher
16 //Test for BlockSize 0
20 TestCaseName=Zero_BlockSize
21 ExpectedResult=CorruptBlockSize
23 //Test for Negative BlockSize
27 TestCaseName=Negative_BlockSize
28 ExpectedResult=CorruptBlockSize
30 //Test for BlockSize lesser than the TextSize
34 TestCaseName=Block_LessThan_Text
35 ExpectedResult=CorruptBlockSize
37 //Test for BlockSize lesser than the TextSize in unpadding. Full text unpadding is ok
38 [Block_LessThan_Text_Unpad]
41 TestCaseName=Block_LessThan_Text
44 //Test for BlockSize equal to the TextSize
48 TestCaseName=Block_Equal_Text
49 ExpectedResult=CorruptBlockSize
51 //Test for BlockSize greater than TextSize and TextSize is Zero
55 TestCaseName=Zero_Text
56 ExpectedResult=CorruptBlockSize