ChangeLog 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2005-10-20 Sebastien Pouliot <[email protected]>
  2. * CryptographicAttributeObjectCas.cs: New. CAS unit tests.
  3. * CryptographicAttributeObjectEnumeratorCas.cs: New. CAS unit tests.
  4. * CryptographicAttributeObjectEnumeratorTest.cs: New. Unit tests.
  5. * CryptographicAttributeObjectCollectionCas.cs: New. CAS unit tests.
  6. * CryptographicAttributeObjectCollectionTest.cs: New. Unit tests.
  7. * ProtectedDataCas.cs: New. CAS unit tests.
  8. * ProtectedDataTest.cs: Reworked/complete unit tests.
  9. * ProtectedMemoryCas.cs: New. CAS unit tests.
  10. * ProtectedMemoryTest.cs: Reworked/complete unit tests.
  11. 2005-09-26 Sebastien Pouliot <[email protected]>
  12. * Asn*.cs, Oid*.cs: Moved to System.dll
  13. 2005-04-27 Sebastien Pouliot <[email protected]>
  14. * ProtectedDataTest.cs: Updated to NUnit 2.2 API to use Ignore it the
  15. platform doesn't support ProtectedData.
  16. * ProtectedMemoryTest.cs: Updated to NUnit 2.2 API to use Ignore it
  17. the platform doesn't support ProtectedData.
  18. 2005-04-23 Sebastien Pouliot <[email protected]>
  19. * CryptographicAttributeTest.cs: Changed class names to match beta2.
  20. 2005-01-13 Sebastien Pouliot <[email protected]>
  21. * CryptographicAttributeTest.cs: Updated to NUnit 2.2 tests.
  22. 2004-07-09 Sebastien Pouliot <[email protected]>
  23. * CryptographicAttributeTest.cs: New. Moved from S.S.C.Pkcs.