Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D debexpo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mentors.debian.net
  • debexpo
  • Merge requests
  • !14

Fix multiple uids in gpg keys

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Baptiste Beauplat requested to merge lyknode/debexpo:fix-gpg-multiple-uids into live Nov 17, 2018
  • Overview 1
  • Commits 2
  • Pipelines 4
  • Changes 5

Currently, gpg keys with multiple uid won't work for the following use case:

  • Package import:

    Package import will fail as the regexp matching gpg uids only match the primary uid.

  • Begin added to user profile:

    Only the primary uid will be matched using uid fingerprint:

gpg --with-colons < key.gpg fails to print uid fingerprint

gpg --with-colons --import --import-options show-only < key.gpg succeed

https://unix.stackexchange.com/questions/335669/gnupg-2-1-16-with-fingerprint-no-longer-works-to-show-fingerprints

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-gpg-multiple-uids