New tests, updates
[mono.git] / mcs / class / corlib / Mono.Security.X509 / ChangeLog
1 2009-04-30  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * X509Certificate.cs: Adapt to work with only [DSA|RSA]Managed when
4         built for NET_2_1, i.e. remove use of [DSA|RSA]CryptoServiceProvider
5
6 2008-09-12  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * PKCS12.cs, X509Store.cs: Use File.Create instead of OpenWrite to
9         make sure nothing else if left at the end of the file. Issue reported
10         by Christophe Chevalier.
11
12 2008-06-03  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * X509Certificate.cs: Accept text before the PEM certificate itself.
15         [Fix bug #396486]
16
17 2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * PKCS12.cs, X509Certificate.cs, X509Chain.cs, X509Extension.cs:
20         Synchronize/update with Mono.Security assembly
21
22 2006-12-14  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * X501Name.cs: Added support for (some cases of) T.61 strings, like
25         the latin-1 encoded accentued characters founds in some DN. Fix bug 
26         #77295.
27
28 2006-12-11  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * PKCS12.cs: Synchronize source with Mono.Security.dll
31         * X501Name.cs: Synchronize source with Mono.Security.dll
32         * X509Certificate.cs: Synchronize source with Mono.Security.dll
33         * X509CRL.cs: Synchronize source with Mono.Security.dll
34         * X509Store.cs: Synchronize source with Mono.Security.dll
35         * X509Stores.cs: Synchronize source with Mono.Security.dll
36         * X520Attributes.cs: Synchronize source with Mono.Security.dll
37
38 2006-11-13  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * X509Certificate.cs: Add support for PEM encoded (base64) x.509 
41         certificates (supported in 2.0).
42
43 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * X501Name.cs: Refactor ToString method to allow most options available 
46         when using fx 2.0.
47         * X509Certificate.cs: Add methods to retrieve the Issuer and Subject
48         Distinguished Names in binary (ASN.1) form. Reverse (actually correct)
49         the text representation of Issuer and Subject for 2.0.
50         * X520Attributes.cs: Keep in sync with latest version from 
51         Mono.Security.dll assembly (required for X501Name update).
52
53 2006-10-08  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * PKCS12.cs: Synch implementation with Mono.Security.dll. Fix bug
56         #79617.
57
58 2006-09-05  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * X509Certificate.cs: Keep in sync with Mono.Security.dll (#79262).
61
62 2006-01-04  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * X509Extension.cs: Keep in sync with Mono.Security.dll.
65
66 2005-11-18  Sebastien Pouliot  <sebastien@ximian.com> 
67
68         * X509Extension.cs: Keep in sync with Mono.Security.dll.
69
70 2005-10-11  Sebastien Pouliot  <sebastien@ximian.com>
71
72         * X509Certificate.cs: Fixed bug #76407. ValidFrom and ValidUntil are
73         local date/time so IsCurrent most also use a local date/time.
74         * X509CRL.cs: Updated from Mono.Security.dll (same IsCurrent problem
75         and another previously fixed bug).
76
77 2005-09-09  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * X509Certificate.cs: Fixed version property (bug #76012). Added
80         ISerializable (for 2.0 so we're not breaking current compatibility).
81
82 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * PKCS12.cs: New. Copied from Mono.Security.dll to allow support of
85         PKCS#12 files in X509Certificate for 2.0.
86         * X509Certificate.cs: Added new features required to support 2.0.
87
88 2005-02-25  Sebastien Pouliot  <sebastien@ximian.com>
89
90         * X501Name.cs: In sync with Mono.Security.dll version.
91         * X520Attributes.cs: In sync with Mono.Security.dll version.
92
93 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
94
95         * X509Certificate.cs: Fixed NullReferenceException when asking for
96         data that wasn't a proper X.509 certificate.
97
98 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
99
100         * X509Certificate.cs: Fixed warning (l4) for unused variable.
101         * X509Extension.cs: Fixed warning (l4) for unused variable.
102
103 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
104
105         * X509Chain.cs: Merge from Mono.Security. Fix two bugs (chain 
106         construction from collection) and Reset-ing empty chain.
107
108 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
109
110         * X509Certificate.cs: Rethrow original exception when parsing X.509 
111         certificates (inside a CryptographicException) so people can see if 
112         their changes affects certificate decoding.
113
114 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
115
116         * X501Name.cs: In sync with Mono.Security.dll version.
117         * X509CRL.cs: New in corlib. In sync with Mono.Security.dll version.
118         * X509Certificate.cs: In sync with Mono.Security.dll version.
119         * X509CertificateCollection.cs: In sync with Mono.Security.dll version.
120         * X509Chain.cs: In sync with Mono.Security.dll version.
121         * X509ChainStatusFlag.cs: New in corlib. In sync with Mono.Security.dll
122         version.
123         * X509Extension.cs: In sync with Mono.Security.dll version.
124         * X509Extensions.cs: In sync with Mono.Security.dll version.
125         * X509Store.cs: New in corlib. In sync with Mono.Security.dll version.
126         * X509StoreManager.cs: New in corlib. In sync with Mono.Security.dll version.
127         * X509Stores.cs: New in corlib. In sync with Mono.Security.dll version.
128         * X520Attributes.cs: In sync with Mono.Security.dll version.
129
130 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
131
132         * TrustAnchors.cs: Added a new trusted root, Thawte, for code signing.
133
134 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
135
136         * ITrustAnchors.cs: Added from Mono.Security assembly to
137         support Authenticode in X509Certificate.CreateFromSignedFile
138         * TestAnchors.cs: Added from Mono.Security assembly to
139         support Authenticode in X509Certificate.CreateFromSignedFile
140         * TrustAnchors.cs: Added from Mono.Security assembly to
141         support Authenticode in X509Certificate.CreateFromSignedFile
142         * X509CertificateCollection.cs: Added from Mono.Security assembly to
143         support Authenticode in X509Certificate.CreateFromSignedFile
144         * X509Chain.cs: Added from Mono.Security assembly to
145         support Authenticode in X509Certificate.CreateFromSignedFile
146
147 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
148
149         * X509Certificate.cs: Added support for "really" NULL key parameters
150         (i.e. not ASN.1 encoded NULL).
151
152 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
153
154         * X501Name.cs: New. X.501 Distinguished Names stuff
155         * X509Certificate.cs: New. A more complete class to handle X.509
156         certificates.
157         * X509Extension.cs: New. A base class for all X.509 extensions.
158         * X509Extensions.cs: New. X509Extension collection.
159         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)