svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / class / corlib / Mono.Security.X509 / ChangeLog
1 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * PKCS12.cs: New. Copied from Mono.Security.dll to allow support of
4         PKCS#12 files in X509Certificate for 2.0.
5         * X509Certificate.cs: Added new features required to support 2.0.
6
7 2005-02-25  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * X501Name.cs: In sync with Mono.Security.dll version.
10         * X520Attributes.cs: In sync with Mono.Security.dll version.
11
12 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * X509Certificate.cs: Fixed NullReferenceException when asking for
15         data that wasn't a proper X.509 certificate.
16
17 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * X509Certificate.cs: Fixed warning (l4) for unused variable.
20         * X509Extension.cs: Fixed warning (l4) for unused variable.
21
22 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * X509Chain.cs: Merge from Mono.Security. Fix two bugs (chain 
25         construction from collection) and Reset-ing empty chain.
26
27 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * X509Certificate.cs: Rethrow original exception when parsing X.509 
30         certificates (inside a CryptographicException) so people can see if 
31         their changes affects certificate decoding.
32
33 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * X501Name.cs: In sync with Mono.Security.dll version.
36         * X509CRL.cs: New in corlib. In sync with Mono.Security.dll version.
37         * X509Certificate.cs: In sync with Mono.Security.dll version.
38         * X509CertificateCollection.cs: In sync with Mono.Security.dll version.
39         * X509Chain.cs: In sync with Mono.Security.dll version.
40         * X509ChainStatusFlag.cs: New in corlib. In sync with Mono.Security.dll
41         version.
42         * X509Extension.cs: In sync with Mono.Security.dll version.
43         * X509Extensions.cs: In sync with Mono.Security.dll version.
44         * X509Store.cs: New in corlib. In sync with Mono.Security.dll version.
45         * X509StoreManager.cs: New in corlib. In sync with Mono.Security.dll version.
46         * X509Stores.cs: New in corlib. In sync with Mono.Security.dll version.
47         * X520Attributes.cs: In sync with Mono.Security.dll version.
48
49 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
50
51         * TrustAnchors.cs: Added a new trusted root, Thawte, for code signing.
52
53 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
54
55         * ITrustAnchors.cs: Added from Mono.Security assembly to
56         support Authenticode in X509Certificate.CreateFromSignedFile
57         * TestAnchors.cs: Added from Mono.Security assembly to
58         support Authenticode in X509Certificate.CreateFromSignedFile
59         * TrustAnchors.cs: Added from Mono.Security assembly to
60         support Authenticode in X509Certificate.CreateFromSignedFile
61         * X509CertificateCollection.cs: Added from Mono.Security assembly to
62         support Authenticode in X509Certificate.CreateFromSignedFile
63         * X509Chain.cs: Added from Mono.Security assembly to
64         support Authenticode in X509Certificate.CreateFromSignedFile
65
66 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
67
68         * X509Certificate.cs: Added support for "really" NULL key parameters
69         (i.e. not ASN.1 encoded NULL).
70
71 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
72
73         * X501Name.cs: New. X.501 Distinguished Names stuff
74         * X509Certificate.cs: New. A more complete class to handle X.509
75         certificates.
76         * X509Extension.cs: New. A base class for all X.509 extensions.
77         * X509Extensions.cs: New. X509Extension collection.
78         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)