2002-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System.Security.Cryptography /
2002-10-25 Sebastien Pouliot2002-10-24 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-24 Sebastien Pouliot2002-10-23 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-23 Sebastien Pouliot2002-10-20 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-21 Gonzalo Paniagua... 2002-10-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-10-20 Sebastien Pouliot2002-10-20 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-19 Sebastien Pouliot2002-10-19 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-15 Sebastien Pouliot2002-10-14 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-14 Sebastien Pouliot2002-10-14 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-13 Sebastien Pouliot2002-10-13 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-13 Sebastien Pouliot2002-10-12 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-12 Sebastien Pouliot2002-10-12 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-12 Sebastien Pouliot2002-10-12 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-12 Duncan Mak2002-10-11 Duncan Mak <duncan@ximian.com>
2002-10-12 Sebastien Pouliot2002-10-11 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-11 Sebastien Pouliot2002-10-10 Sebastien Pouliot <spouliot@videotron.ca>
2002-10-10 Sebastien PouliotInitial version.
2002-10-05 Andrew Birkett2002-10-05 Andrew Birkett <andy@nobugs.org>
2002-09-22 Andrew Birkett2002-09-22 Andrew Birkett <andy@nobugs.org>
2002-09-22 Andrew Birkett2002-09-22 Andrew Birkett <andy@nobugs.org>
2002-09-19 Andrew Birkett* Rijndael.cs: Create() now gives you a RijndaelManaged...
2002-09-15 Andrew Birkett2002-09-15 Andrew Birkett <andy@nobugs.org>
2002-09-12 Andrew Birkett2002-09-11 Andrew Birkett <andy@nobugs.org>
2002-07-22 Martin BauligReverted my latest workaround in these files. The...
2002-06-29 Martin Baulig2002-06-29 Martin Baulig <martin@gnome.org>
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