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