X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Security.Cryptography%2FChangeLog;h=94924f32f50963f43c252dedbb9d761711d9968a;hb=f99ce750ee781a2584e849a0264300fa4d99aaaa;hp=99b80be6dd7e77e7a2e1351d77336885f83459c7;hpb=31c90e9e978f5bfd536be3dd79875fcdf0a02a15;p=mono.git diff --git a/mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog b/mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog index 99b80be6dd7..94924f32f50 100644 --- a/mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog +++ b/mcs/class/corlib/Test/System.Security.Cryptography/ChangeLog @@ -1,3 +1,10 @@ +2006-09-08 Sebastien Pouliot + + * RSACryptoServiceProviderTest.cs: Added test cases for decoding bad + PKCS1 and OAEP padding - both resulting in a CryptographicException. + * RSAOAEPKeyExchangeDeformatterTest.cs: Add test case for bad padding. + * RSAPKCS1KeyExchangeDeformatterTest.cs: Add test case for bad padding + 2006-09-05 Sebastien Pouliot * RSACryptoServiceProviderTest.cs: Test case for #79269 where we