ChangeLog 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 2009-06-05 Marek Safar <[email protected]>
  2. * *.cs: Fixed NET_2_0 conditional to actually handle Mono.Security
  3. dependency.
  4. 2005-10-27 Sebastien Pouliot <[email protected]>
  5. * ProtectedData.cs: Added support for Windows (2000 and later) by
  6. p/invoking DPAPI thru Mono.Security.Cryptography.NativeDapiProtection.
  7. 2005-10-20 Sebastien Pouliot <[email protected]>
  8. * CryptographicAttributeCollection.cs: Fixed Add and Remove methods.
  9. * ProtectedMemory.cs: Implemented (unmanaged) for Windows only.
  10. * ProtectedData.cs: Implemented for everything except Windows ;-) by
  11. using the new ManagedProtection class.
  12. 2005-09-26 Sebastien Pouliot <[email protected]>
  13. * Asn*.cs, Oid*.cs: Moved to System.dll
  14. 2005-04-23 Sebastien Pouliot <[email protected]>
  15. * CryptographicAttribute.cs: Renamed class to CryptographicAttribute
  16. Object to match beta2.
  17. * CryptographicAttributeCollection.cs: Renamed class to Cryptographic
  18. AttributeObjectCollection to match beta2.
  19. * CryptographicAttributeEnumerator.cs: Renamed class to Cryptographic
  20. AttributeObjectEnumerator to match beta2.
  21. 2005-01-13 Sebastien Pouliot <[email protected]>
  22. * CryptographicAttribute.cs: Fixed implementation with updated unit
  23. tests.
  24. 2004-07-08 Sebastien Pouliot <[email protected]>
  25. * CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs.
  26. * CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs.
  27. Pkcs9AttributeCollection.
  28. * CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs.
  29. Pkcs9AttributeEnumerator.