954db66aedad92c21e96aad9bbab348ce708bcf7
[mono.git] / mcs / class / Mono.Security / Mono.Security.X509 / ChangeLog
1 2004-02-20  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * X509Chain.cs: Added an option to use a pre-built chain (like TLS
4         offers) to save time rebuilding it. Added some validations and more
5         detailled status. Still a LOT to do!
6         * X509ChainStatusFlags.cs: New. Status code for the results of the
7         chain building and verification.
8
9 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
10
11         * TrustAnchors.cs: Added a new trusted root, Thawte, for code signing.
12
13 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
14
15         * PKCS12.cs: New. PKCS#12 implementation. Only decoding is working
16         right now.
17
18 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
19
20         * ITrustAnchors.cs: New. Interface to trust anchors.
21         * TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
22         (for Windows compatibility) and Mono Test Root.
23         * TrustAnchors.cs: New. Include some widely used (commercial) code 
24         signing root certificates.
25         * X509CertificateCollection.cs: New. Collection for Mono's X509 
26         certificates.
27         * X509Chain.cs: New. MINIMAL certificate chaining engine to support
28         Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!
29
30 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
31
32         * X501Name.cs: New. X.501 Distinguished Names stuff
33         * X509Builder.cs: New. Abstract class for building X.509 related
34         structures (like certificates and CRLs).
35         * X509Certificate.cs: New. A more complete class to handle X.509
36         certificates.
37         * X509CertificateBuilder.cs: New. Class to build X.509 certificates.
38         * X509Extension.cs: New. A base class for all X.509 extensions.
39         * X509Extensions.cs: New. X509Extension collection.
40         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)