Skip to content

Fix showing keys as disabled / revoked / invalid

Tobias Fella requested to merge work/tobias/fix-disabled into master

The existing code first checks whether the key is certified and then whether other conditions apply, which means that the condition is never shown for certified keys. For expired and revoked, this seems to still work since the key is not considered certified if it's expired or revoked, but for disabled keys, that's not the case.

GnuPG-Bug-ID: 7089

Merge request reports