This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / Mono.Security.X509 / ChangeLog
1 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * X509Chain.cs: Merge bug fixes from HEAD.
4
5 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * X509Certificate.cs: Rethrow original exception when parsing X.509 
8         certificates (inside a CryptographicException) so people can see if 
9         their changes affects certificate decoding.
10
11 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * X501Name.cs: In sync with Mono.Security.dll version.
14         * X509CRL.cs: New in corlib. In sync with Mono.Security.dll version.
15         * X509Certificate.cs: In sync with Mono.Security.dll version.
16         * X509CertificateCollection.cs: In sync with Mono.Security.dll version.
17         * X509Chain.cs: In sync with Mono.Security.dll version.
18         * X509ChainStatusFlag.cs: New in corlib. In sync with Mono.Security.dll
19         version.
20         * X509Extension.cs: In sync with Mono.Security.dll version.
21         * X509Extensions.cs: In sync with Mono.Security.dll version.
22         * X509Store.cs: New in corlib. In sync with Mono.Security.dll version.
23         * X509StoreManager.cs: New in corlib. In sync with Mono.Security.dll version.
24         * X509Stores.cs: New in corlib. In sync with Mono.Security.dll version.
25         * X520Attributes.cs: In sync with Mono.Security.dll version.
26
27 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * TrustAnchors.cs: Added a new trusted root, Thawte, for code signing.
30
31 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
32
33         * ITrustAnchors.cs: Added from Mono.Security assembly to
34         support Authenticode in X509Certificate.CreateFromSignedFile
35         * TestAnchors.cs: Added from Mono.Security assembly to
36         support Authenticode in X509Certificate.CreateFromSignedFile
37         * TrustAnchors.cs: Added from Mono.Security assembly to
38         support Authenticode in X509Certificate.CreateFromSignedFile
39         * X509CertificateCollection.cs: Added from Mono.Security assembly to
40         support Authenticode in X509Certificate.CreateFromSignedFile
41         * X509Chain.cs: Added from Mono.Security assembly to
42         support Authenticode in X509Certificate.CreateFromSignedFile
43
44 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
45
46         * X509Certificate.cs: Added support for "really" NULL key parameters
47         (i.e. not ASN.1 encoded NULL).
48
49 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
50
51         * X501Name.cs: New. X.501 Distinguished Names stuff
52         * X509Certificate.cs: New. A more complete class to handle X.509
53         certificates.
54         * X509Extension.cs: New. A base class for all X.509 extensions.
55         * X509Extensions.cs: New. X509Extension collection.
56         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)