2006-10-08 Sebastien Pouliot * PKCS12Test.cs: Added OpenSSL generated test case with an empty password (#79717). Changed results for existing test case with empty password. 2006-07-25 Sebastien Pouliot * X509CrlTest.cs: Added regression test for bug #78901. 2006-01-24 Sebastien Pouliot * PKCS12Test.cs: Add a test case where the password is String.Empty when no password is required to decrypt the structures. 2005-11-04 Sebastien Pouliot * PKCS12Test.cs: Added tests for adding multiple keys with the same size inside a pkcs12 file. Fixed test when removing different keys from the structure (removed only it the public key match). 2005-11-04 Sebastien Pouliot * PKCS12.cs: Added tests for MaximumPasswordLength property wrt to the CryptoAPI limits on the password length (32 characters) when importing and exporting PKCS #12 files. 2005-08-29 Sebastien Pouliot * X501NameTest.cs: Added test cases for quoted and escaped values. 2005-08-12 Sebastien Pouliot * X520AttributesTest.cs: New. Test cases from Daniel Granath to check best encoding selection for values. 2005-06-30 Sebastien Pouliot * X509CrlTest.cs: New. Add regression test for bug #75406. 2005-04-26 Sebastien Pouliot * PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be ambiguous). 2004-05-12 Nick Drochak * PKCS12Test.cs: Do not exceed line length limit. 2004-05-11 Jesper Pedersen * PKCS12Test.cs: Added unit tests for the new methods. 2003-12-07 Sebastien Pouliot * PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without passwords, weak/strong encryption) and PKCS#12 password based key derivation. 2003-09-01 Sebastien Pouliot * ITrustAnchors.cs: New. Interface to trust anchors. * TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency (for Windows compatibility) and Mono Test Root. * TrustAnchors.cs: New. Include some widely used (commercial) code signing root certificates. * X509CertificateCollection.cs: New. Collection for Mono's X509 certificates. * X509Chain.cs: New. MINIMAL certificate chaining engine to support Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!! 2003-03-15 Sebastien Pouliot * X501Name.cs: New. X.501 Distinguished Names stuff * X509Builder.cs: New. Abstract class for building X.509 related structures (like certificates and CRLs). * X509Certificate.cs: New. A more complete class to handle X.509 certificates. * X509CertificateBuilder.cs: New. Class to build X.509 certificates. * X509Extension.cs: New. A base class for all X.509 extensions. * X509Extensions.cs: New. X509Extension collection. * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)