X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Security%2FMono.Security.Cryptography%2FChangeLog;h=e1012f6227107eb6792aea84cb289fd1bd10086e;hb=b42bb9fc8eb0721a8d305d7b8f32e8774f05e6db;hp=72d42be1a71dc03f762662170db39e4848c2b914;hpb=53497da09c4928635f4d4c4776c8c7e48c6098c3;p=mono.git diff --git a/mcs/class/Mono.Security/Mono.Security.Cryptography/ChangeLog b/mcs/class/Mono.Security/Mono.Security.Cryptography/ChangeLog index 72d42be1a71..e1012f62271 100644 --- a/mcs/class/Mono.Security/Mono.Security.Cryptography/ChangeLog +++ b/mcs/class/Mono.Security/Mono.Security.Cryptography/ChangeLog @@ -1,3 +1,21 @@ +2005-05-09 Sebastien Pouliot + + * KeyPairPersistence.cs: Use PlatformID.Unix under NET_2_0. + * PKCS8.cs: In sync with corlib; + +2005-04-18 Sebastien Pouliot + + * Null.cs: New "null" symmetric encryption for debugging. This class + isn't (and shouldn't be) built by default. + * SymmetricTransform.cs: Fixed a division by zero if someone changes + the feedback value to 0. + * SHA224Managed.cs: Fixed warning about unused private constant. + +2005-03-30 Sebastien Pouliot + + * SymmetricTransform.cs: Fixed a padding bug affecting that can occurs + when no padding is used. + 2005-03-07 Sebastien Pouliot * MD2Managed.cs: Removed memory allocation from the transform method.