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 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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
  • !185

Allow mentors to act as a basic keyserver.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Baptiste Beauplat requested to merge lyknode/debexpo:keyserver into live Oct 17, 2021
  • Overview 11
  • Commits 7
  • Pipelines 5
  • Changes 9

This MR brings a partial implementation of the HKP protocol to debexpo.

The target use case is: gpg --keyserver hkps://mentors.debian.net --recv-keys 0x1234567

The MR contains:

  • Two new class based views:
    • HKPView to dispatch the various operation of the HKP protocol
    • HKPSearchView to implement the get (retrieval) operation
  • Unit and functional testing (using the actual gpg command)
  • Some docs to advertise the feature. I've added a note on preferably using the public keyserver.

Closes #139 (closed)

Edited Oct 18, 2021 by Baptiste Beauplat
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: keyserver