X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FMono.Security%2FChangeLog;h=9fe0c26ef4750b4f93a08b8564784e455552b954;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=5a0866714fcaabb269fd2f704bbc0976bf1b7f5c;hpb=c9cf22dab4014eb0ac59067f4734c12193d71c32;p=mono.git diff --git a/mcs/class/corlib/Mono.Security/ChangeLog b/mcs/class/corlib/Mono.Security/ChangeLog index 5a0866714fc..9fe0c26ef47 100644 --- a/mcs/class/corlib/Mono.Security/ChangeLog +++ b/mcs/class/corlib/Mono.Security/ChangeLog @@ -1,3 +1,41 @@ +2010-03-24 Sebastien Pouliot + + * ASN1Convert.cs: Specify CultureInfo.InvariantCulture (instead of + null) to avoid crash on Windows. Patch by Yoni Shalom. + +2010-03-16 Jb Evain + + * StrongName.cs: use MOONLIGHT symbol to disambiguate + MonoTouch and Moonlight code. + +2009-09-22 Sebastien Pouliot + + * StrongName.cs: Moonlight NET_2_1 cannot depend on machine.config + * StrongNameManager_2_1.cs: Minimal version for NET_2_1 + +2009-04-30 Sebastien Pouliot + + * StrongName.cs: Adapt to work with only RSAManaged when built + for NET_2_1, i.e. remove use of RSACryptoServiceProvider + +2008-09-12 Sebastien Pouliot + + * ASN1.cs: Use File.Create instead of OpenWrite to make sure nothing + else if left at the end of the file. + +2008-04-25 Sebastien Pouliot + + * StrongName.cs: New test cases to verify signatures from streams. + Patch from Dave Hillier + +2008-03-10 Stephane Delcroix + + * Uri.cs: port the changes I did in System.Uri in r97844. + +2007-03-11 Zoltan Varga + + * ASN1Convert.cs: Fix a warning. + 2007-02-12 Sebastien Pouliot * ASN1Convert.cs: Add support for decoding ASN.1 dates with an UTC