X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Cryptography%2FChangeLog;h=56a56ad8dcc573af40d355229b631220c3730fc1;hb=c694fb8e631e8f79b383b8ff696228abe1689a20;hp=307a576994994d61fe2e8d48560739a1d5fef294;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/corlib/System.Security.Cryptography/ChangeLog b/mcs/class/corlib/System.Security.Cryptography/ChangeLog index 307a5769949..56a56ad8dcc 100644 --- a/mcs/class/corlib/System.Security.Cryptography/ChangeLog +++ b/mcs/class/corlib/System.Security.Cryptography/ChangeLog @@ -1,3 +1,25 @@ +2006-11-24 Sebastien Pouliot + + * CryptoConfig.cs: Add support for (2.0) custom X.509 chains. + +2006-11-08 Sebastien Pouliot + + * CryptoConfig.cs: Add support for (2.0) X.509 extensions in + CreateFromName method. This allows the framework to be extensible with + new certificate extensions (syntax is missing from machine.config). + +2006-10-12 Sebastien Pouliot + + * CryptoConfig.cs: Use SmallXmlParser with a custom handler to reduce + memory requirements to process machine.config. Fix #79653 (beagle). + +2006-10-11 Sebastien Pouliot + + * CryptoConfig.cs: Accept lower/mixed-case algorithm names in + CreateFromName and MapNameToOID methods (fix bug #79641). Removed OID + mappings in 2.0 for DSA and 3DES (they were part of the betas but not + in the final 2.0 release of the framework). + 2006-09-20 Kazuki Oikawa * RijndaelManaged.cs: improves the performance.