2005-09-05 Sebastien Pouliot * certview.glade: Removed filenames for bitmaps. * gcertview.cs: Fix compilation. Use resources not files for UI stuff. * CertificateFormatter.cs: Fix compilation. * Makefile: Build Gtk# version using resources. Minor fixes. * TODO: All future development will occur in mono-tools. 2004-03-21 Sebastien Pouliot * ChangeLog: commited missing ChangeLog entries. 2004-03-10 Sebastien Pouliot * CertificateFormatter.cs: Support PEM (base64) certificates. Removed temporary comments for MCS bug. * certview.exe.config: Added KeyAttributesExtension extension. * gcertview.cs: Updated to work with latest Gtk#. * gcertview.exe.config: Added KeyAttributesExtension extension. * Makefile: Re-added the /win32icon:mono.ico (now supported by mcs). * TODO: New. Incomplete TODO for X.509 GUI tools 2003-06-15 Sebastien Pouliot * .cvsignore: Ignore generated files (remove with make clean). * CertificateFormatter.cs: Commented 2 lines as it didn't compile with MCS (but did compile with CSC). * gcertview.cs: Change app.ico (non-existing) to mono.bmp (16x16). * gcertview.exe.config: New. Configuration file for gcertview (same as certview.exe.config except it reference gcertview.exe instead of certview.exe). * makefile: Updated for linux by Ben Maurer. 2003-06-14 Sebastien Pouliot * CertificateViewer.cs: New. SFW-based certificate viewer. * CertificateViewer.resx: New. SWF Resource file. * CertificateFormatter.cs: New. Not GUI specific. * certview.exe.config: New. Configuration file for certview. * certview.glade: New. GUI for GTK#. * certview.gladep: New. Project file for GLADE. * gcertview.cs: New. GTK#-based certificate viewer. * makefile: New. makefile for both SWF and GTK# viewers. * mono.bmp: New. 16x16 bitmap for Mono:: * mono.ico: New. 32x32 windows icon for Mono:: * v1.bmp: New. 16x16 bitmap for X.509 v1 properties/extensions. * v2.bmp: New. 16x16 bitmap for X.509 v2 properties/extensions. * v3.bmp: New. 16x16 bitmap for X.509 v3 properties/extensions. * v3critical.bmp: New. 16x16 bitmap for X.509 v3 critical extensions. * wax-seal.png: New. Bitmap for valid certificate. * wax-seal-broken.png: Bitmap for invalid certificate. * X509ExtensionsHandler.cs: Configuration file parser.