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

API: Basic support for OpenPGP public keys #1616

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented Aug 23, 2023

The code publishes the basic API needed to work with OpenPGP public keys.

  • Key class representing one key and its basic attributes
  • static Key::keysFromFd method for loading keys from the file descriptor
  • function importKeyToPubring to import key into a keyring
  • function keyidsFromPubring a list of key IDs in the keyring

The code publishes the basic API needed to work with OpenPGP public keys.
- `Key` class representing one key and its basic attributes
- static `Key::keysFromFd` method for loading keys from the file descriptor
- function `importKeyToPubring` to import key into a keyring
- function `keyidsFromPubring` a list of key IDs in the keyring
@jan-kolarik jan-kolarik self-assigned this Aug 28, 2023
Copy link
Member

@jan-kolarik jan-kolarik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jan-kolarik jan-kolarik merged commit 404dae9 into rpm-software-management:dnf-4-master Aug 28, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants