| 12345678910111213141516171819202122232425262728293031 |
- 2005-09-26 Sebastien Pouliot <[email protected]>
- * Asn*.cs, Oid*.cs: Moved from System.Security.dll
- 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.
- 2004-07-09 Sebastien Pouliot <[email protected]>
- * AsnEncodedDataTest.cs: Fixed for Fx 2.0 beta1.
- * 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).
|