**** Merged from MCS ****
[mono-project.git] / mcs / tools / security / certview / ChangeLog
blob98edf189513ee66308742a6d3bf4d4b2a4730a38
1 2004-03-21  Sebastien Pouliot  <sebastien@ximian.com>
3         * ChangeLog: commited missing ChangeLog entries.
5 2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
7         * CertificateFormatter.cs: Support PEM (base64) certificates. Removed
8         temporary comments for MCS bug.
9         * certview.exe.config: Added KeyAttributesExtension extension.
10         * gcertview.cs: Updated to work with latest Gtk#.
11         * gcertview.exe.config: Added KeyAttributesExtension extension.
12         * Makefile: Re-added the /win32icon:mono.ico (now supported by mcs).
13         * TODO: New. Incomplete TODO for X.509 GUI tools
15 2003-06-15  Sebastien Pouliot  <spouliot@videotron.ca>
17         * .cvsignore: Ignore generated files (remove with make clean).
18         * CertificateFormatter.cs: Commented 2 lines as it didn't compile
19         with MCS (but did compile with CSC).
20         * gcertview.cs: Change app.ico (non-existing) to mono.bmp (16x16).
21         * gcertview.exe.config: New. Configuration file for gcertview (same
22         as certview.exe.config except it reference gcertview.exe instead of 
23         certview.exe).
24         * makefile: Updated for linux by Ben Maurer.
26 2003-06-14  Sebastien Pouliot  <spouliot@videotron.ca>
28         * CertificateViewer.cs: New. SFW-based certificate viewer.
29         * CertificateViewer.resx: New. SWF Resource file.
30         * CertificateFormatter.cs: New. Not GUI specific.
31         * certview.exe.config: New. Configuration file for certview.
32         * certview.glade: New. GUI for GTK#.
33         * certview.gladep: New. Project file for GLADE.
34         * gcertview.cs: New. GTK#-based certificate viewer.
35         * makefile: New. makefile for both SWF and GTK# viewers.
36         * mono.bmp: New. 16x16 bitmap for Mono::
37         * mono.ico: New. 32x32 windows icon for Mono::
38         * v1.bmp: New. 16x16 bitmap for X.509 v1 properties/extensions.
39         * v2.bmp: New. 16x16 bitmap for X.509 v2 properties/extensions.
40         * v3.bmp: New. 16x16 bitmap for X.509 v3 properties/extensions.
41         * v3critical.bmp: New. 16x16 bitmap for X.509 v3 critical extensions.
42         * wax-seal.png: New. Bitmap for valid certificate.
43         * wax-seal-broken.png: Bitmap for invalid certificate.
44         * X509ExtensionsHandler.cs: Configuration file parser.