Okular: OpenPGP certificates need other data in certificate viewer
Open, NormalPublic

Assigned To
None
Authored By
ebo
Fri, Jun 12, 1:56 PM

Description

related to T8291: Okular: Wrong fingerprint is shown for OpenPGP certificates.

The data shown in Okular's certificate viewer is geared towards S/MIME certificates only:

An OpenPGP certificate does not have an issuer and no Organisation and no CN (instead it has a name). "Subject" would be User-ID.

Instead of only changing some words and leaving others off, we might possibly want to do a redesign.

Details

Version
4win 5.0.2

Event Timeline

ebo created this object with edit policy "Contributor (Project)".
ebo mentioned this in Unknown Object (Maniphest Task).Mon, Jun 15, 10:24 AM
ebo triaged this task as Normal priority.Mon, Jun 22, 8:59 AM
ebo moved this task from Backlog to WIP on the gpd5x board.
ebo changed the task status from Open to Testing.Wed, Jun 24, 4:03 PM

was merged in okular on 2026-06-21

timegrid changed the task status from Testing to Open.Wed, Jul 8, 3:47 PM
timegrid moved this task from QA to WIP on the gpd5x board.
timegrid added a subscriber: timegrid.

Issues found:

  • General
    • "Name" is still "Common Name (CN)"
  • Details
    • Fixed table size with 3 lines is a bit small, better use at least 6 lines or better scale with dialog window height
    • Issuer still shown
    • "Userid" is still "Subject", Textarea is not filled on selection
    • "Public Key": Textarea also not filled on selection
svuorela changed the task status from Open to Testing.Fri, Jul 10, 11:32 AM

Public key will not happen. It might also get removed from NSS backend.

timegrid changed the task status from Testing to Open.Fri, Jul 10, 1:34 PM

Issue Found

  • Details
    • Table size is still 3 rows for OpenPGP certificates (fix only works for S/MIME)

Done

  • General
    • Rename "Common Name (CN)" to "Name"
  • Details
    • Issuer removed
    • Rename "Subject" to "Userid"