After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 369536 - valid keys could go into the "trusted keys" tab
valid keys could go into the "trusted keys" tab
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
0.9.6
Other All
: Normal enhancement
: 1.0.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-11-02 17:39 UTC by Stefano Costa
Modified: 2006-11-10 00:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefano Costa 2006-11-02 17:39:49 UTC
valid keys could go into the "trusted keys" tab instead of being in the "collected keys". that would make more sense as for the trust model

Other information:
Comment 1 Stef Walter 2006-11-09 18:48:48 UTC
I think this is a good idea and will implement. Adam, do you concur?
Comment 2 Stef Walter 2006-11-09 19:05:12 UTC
I've implemented this. Do you guys think that marginally valid keys should go on the "Trusted Keys" tab? It's implemented this way now, but it may need tweaking. 

2006-11-09  Nate Nielsen  <nielsen@memberwebs.com>

    * libseahorse/seahorse-pgp-key.c:
    * src/seahorse-gkeyring-item.c:
    * src/seahorse-key-manager.c: Show valid keys on the trusted tab. 
    Also fix usage of SKEY_FLAG_IS_VALID. Fixes bug #369536
Comment 3 Adam Schreiber 2006-11-09 23:19:40 UTC
I agree with moving valid keys to the trusted keys tab.  Could you let me know what constitutes marginally valid in our trust model before I weigh in on those?
Comment 4 Stef Walter 2006-11-10 00:14:31 UTC
The same as GPG:

gpg --list-keys --list-options  show-uid-validity
Comment 5 Adam Schreiber 2006-11-10 00:31:22 UTC
That ought to be fine then.