GNOME Bugzilla – Bug 708640
Please warn when signatures are valid but untrusted
Last modified: 2016-08-02 15:17:17 UTC
Created attachment 255584 [details] [review] Naive implementation When verifying a signature seahorse-tool currently behave just the same if the signing key is trusted or not. Given that the only the uid of the key is given in the notification, this opens the door to some attacks. It would be better if the notification could be different. Ideally, when the signing key is not trusted, its fingerprint should be displayed, just like `gpg --verify` does. The attached patch display two different messages depending on the validity level of the signing key.