* Marshal.cs: impl. Copy()
[mono.git] / mcs / class / corlib / System.Security.Cryptography /
2002-05-18 Martin Baulig2002-05-19 Martin Baulig <martin@gnome.org>
2002-05-08 Piers HakenMiscellaneous minor compliancy fixes:
2002-04-03 Piers Hakenminor CLS conformance tweaks (visibility, virtual,...
2002-04-02 Piers Hakenadded missing [Flags] attribute
2002-04-01 Piers Hakenadded missing [Serializable] attribute
2002-04-01 Piers Hakenfixed base classes (and typos)
2002-04-01 Piers Hakenfixed member accessibility to match MS (corcompare).
2002-02-25 Mark CrichtonSome changes for Rijndael.
2002-02-21 Mark CrichtonFinish support for the System.Security.Cryptography...
2002-02-13 Dan LewisModified and added stubs to allow corlib to compile...
2002-02-11 Paolo MolaroMon Feb 11 13:26:17 CET 2002 Paolo Molaro <lupus@ximian...
2002-02-10 Duco FijmaCreated RandomNumberGenerator.cs
2002-01-05 Ravi Pratap M2002-01-05 Ravi Pratap <ravi@ximian.com>
2001-11-14 Paolo MolaroWed Nov 14 16:30:27 CET 2001 Paolo Molaro <lupus@ximian...
2001-10-11 Thomas Neidhart* Initial versions of several classes, including
2001-10-06 Thomas Neidhart* AsymmetricAlgorithm.cs: Initial version
2001-10-06 Thomas NeidhartSymmetricAlgorithm.cs: Implemented CreateDecryptor...
2001-10-05 Miguel de IcazaAdded SymmetricAlgorithm from Thomas Neidhart
2001-09-26 Sean MacIsaacRemoving old build files. NAnt doesn't use them.
2001-09-02 Miguel de IcazaAdded piles of new enumerations from Sergey.
2001-08-20 Sergey ChabanDES classes update.
2001-08-20 Sergey ChabanAdded PKCS-5 padding.
2001-08-20 Sergey ChabanEncryption core is approximately 30% faster than previo...
2001-08-09 Sergey ChabanUpdate (Base64/DES stuff).
2001-08-09 Sergey ChabanBase64Table now supports both encoding and decoding...
2001-08-09 Sergey ChabanInitial check-in.
2001-08-09 Sergey ChabanInitial check-in.
2001-08-02 Miguel de IcazaInclude ToBase64 in compile
2001-08-02 Miguel de IcazaAdded ToBase64TransformTest from Sergey
2001-08-01 Miguel de IcazaAdd missing files
2001-08-01 Miguel de IcazaMatthew Ford's initial implementation and test classes for