X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography%2FChangeLog;h=72cc0858008cbab66fe836734954ef1b4f832157;hb=fce0519581b30a079544e3d145f05f6a93a8f6fb;hp=159be5b49c280e7e745a99cb564683217a8a4c06;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography/ChangeLog b/mcs/class/System.Security/System.Security.Cryptography/ChangeLog index 159be5b49c2..72cc0858008 100755 --- a/mcs/class/System.Security/System.Security.Cryptography/ChangeLog +++ b/mcs/class/System.Security/System.Security.Cryptography/ChangeLog @@ -1,3 +1,36 @@ +2005-01-20 Sebastien Pouliot + + * AsnEncodedData.cs: Added "internal" support for SubjectAltName + extension as it is required for SSL support. + * Oid.cs: Added Oid / FriendlyName definitions for SubjectAltName. + +2005-01-17 Sebastien Pouliot + + * AsnEncodedData.cs: Added more decoding/formatting code as this class + is far more intelligent (or bloated) than anticipated. + * Oid.cs: Added more Oid / FriendlyName definitions required for the + X.509 extensions and some more for some failing unit tests. + * OidCollection.cs: Added support to make the collection read-only. + +2005-01-13 Sebastien Pouliot + + * AsnEncodedData.cs: Completed/fixed implementation. + * CryptographicAttribute.cs: Fixed implementation with updated unit + tests. + * Oid.cs: Fixed implementation with updated unit tests. + +2004-07-08 Sebastien Pouliot + + * AsnEncodedData.cs: Fixes for Fx 2.0 beta 1 compatibility. Added + MonoTODO to missing functionalities. + * AsnEncodedDataCollection.cs: New. + * AsnEncodedDataEnumerator.cs: New. + * CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs. + * CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs. + Pkcs9AttributeCollection. + * CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs. + Pkcs9AttributeEnumerator. + 2003-11-06 Sebastien Pouliot * AsnEncodedData.cs: New. Class to encapsulate ASN.1 data (.NET 1.2).