blob: 00f9fa00b069bdb83db1a50f982475b0aed8083f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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/
|