2003-12-15 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / corlib / Mono.Security.X509 / ChangeLog
1 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * TrustAnchors.cs: Added a new trusted root, Thawte, for code signing.
4
5 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
6
7         * ITrustAnchors.cs: Added from Mono.Security assembly to
8         support Authenticode in X509Certificate.CreateFromSignedFile
9         * TestAnchors.cs: Added from Mono.Security assembly to
10         support Authenticode in X509Certificate.CreateFromSignedFile
11         * TrustAnchors.cs: Added from Mono.Security assembly to
12         support Authenticode in X509Certificate.CreateFromSignedFile
13         * X509CertificateCollection.cs: Added from Mono.Security assembly to
14         support Authenticode in X509Certificate.CreateFromSignedFile
15         * X509Chain.cs: Added from Mono.Security assembly to
16         support Authenticode in X509Certificate.CreateFromSignedFile
17
18 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
19
20         * X509Certificate.cs: Added support for "really" NULL key parameters
21         (i.e. not ASN.1 encoded NULL).
22
23 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
24
25         * X501Name.cs: New. X.501 Distinguished Names stuff
26         * X509Certificate.cs: New. A more complete class to handle X.509
27         certificates.
28         * X509Extension.cs: New. A base class for all X.509 extensions.
29         * X509Extensions.cs: New. X509Extension collection.
30         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)