ChangeLog 1.4 KB

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