From 0968f903fe66f9bb8957b8d01e35f3743c74404b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 4 Nov 2014 11:31:31 +0100 Subject: Brought old blog over --- content/technical/certificate-and-key-widgets.md | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/technical/certificate-and-key-widgets.md (limited to 'content/technical/certificate-and-key-widgets.md') diff --git a/content/technical/certificate-and-key-widgets.md b/content/technical/certificate-and-key-widgets.md new file mode 100644 index 0000000..00f9fa0 --- /dev/null +++ b/content/technical/certificate-and-key-widgets.md @@ -0,0 +1,31 @@ +Title: Certificate and Key Widgets +Date: 2010-10-08 +Tags: technical, security, gnome +Slug: certificate-and-key-widgets + +The new certificate and key view widgets are now merged into +gnome-keyring master. They live in [libgcr][]: a library for crypto UI +widgets and crypto helpers. + +The goal of the widgets are to have a simple mode, where only the +information needed for a user to uniquely identify a certificate is +displayed. The widget can be expanded to show all the details about the +certificate. + +![Certificate](images/certificate-1.png) + +Simple mode, with a dialog border. + + +![Certificate](images/certificate-2.png) + + + +Details expanded. + +At GUADEC [Matthew Paul Thomas][] helped us design a nice certificate +selector, and I'm working on implementing that. + + + [libgcr]: http://git.gnome.org/browse/gnome-keyring/tree/gcr + [Matthew Paul Thomas]: http://mpt.net.nz/ -- cgit v1.2.3