| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- 2005-04-27 Sebastien Pouliot <[email protected]>
- * ProtectedDataTest.cs: Updated to NUnit 2.2 API to use Ignore it the
- platform doesn't support ProtectedData.
- * ProtectedMemoryTest.cs: Updated to NUnit 2.2 API to use Ignore it
- the platform doesn't support ProtectedData.
- 2005-04-23 Sebastien Pouliot <[email protected]>
- * CryptographicAttributeTest.cs: Changed class names to match beta2.
- 2005-01-20 Sebastien Pouliot <[email protected]>
- * AsnEncodedDataTest.cs: Added test case for SubjectAltName extension.
- 2005-01-17 Sebastien Pouliot <[email protected]>
- * AsnEncodedDataTest.cs: Added tests decode Fx supported Enhanced Key
- Usage extension and Fx "officially" unsupported Netscape Cert Type
- extension. Both are docoded sucessfully at this level.
- 2005-01-13 Sebastien Pouliot <[email protected]>
- * AsnEncodedDataTest.cs: Added tests for Oid, RawData properties and
- for CopyFrom method.
- * CryptographicAttributeTest.cs: Updated to NUnit 2.2 tests.
- 2004-07-09 Sebastien Pouliot <[email protected]>
- * AsnEncodedDataTest.cs: Fixed for Fx 2.0 beta1.
- * CryptographicAttributeTest.cs: New. Moved from S.S.C.Pkcs.
- * OidTest.cs: Fixed for Fx 2.0 beta1.
- 2003-11-06 Sebastien Pouliot <[email protected]>
- * AsnEncodedDataTest.cs: New. Unit tests for AsnEncodedData (.NET 1.2).
- * OidTest.cs: New. Unit tests for Oid (.NET 1.2).
- * OidCollectionTest.cs: New. Unit tests for OidCollection (.NET 1.2).
- * OidEnumeratorTest.cs: New. Unit tests for OidEnumerator (.NET 1.2).
|