Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement openpgp.cert.d based keystore #3437

Merged
merged 2 commits into from
Nov 12, 2024

Commits on Nov 11, 2024

  1. Refactor s backend into shared helper functions

    This will be useful for the next commit.
    
    This still is a mess of C and C++ style strings that we want to clean
    up later by adding C++ string based path handling and may be using the
    filesystem C++ library.
    
    Related: rpm-software-management#3341
    ffesti committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5ee40a5 View commit details
    Browse the repository at this point in the history
  2. Implement openpgp.cert.d based keystore

    This does implement the layout on the file system and the write lock of
    the openpgp.cert.d proposal according to
    https://www.ietf.org/archive/id/draft-nwjw-openpgp-cert-d-00.html
    but not the Trust root, Petname mapping or Trusted introducers.
    
    Resolves:  rpm-software-management#3341
    ffesti committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    427e5f9 View commit details
    Browse the repository at this point in the history