-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all other subkey handling code Inline the remaining few lines of keyringAdd in keystore.cc This slightly changes the DEBUG messages as the keyring does not have access to the origin of the keys. So rpmtsLoadKeyringFrom* still gives the location the keys came from while the keyring only lists the fingerprint of the primary keys and the number for the sub keys. This changes the return value of rpmKeystoreLoad to the number of primary keys and no longer accounts for the subkeys. Subkeys are covered by multiple test already - including merging a newer key. So this does not add additional tests. Resolves: #3350
- Loading branch information
Showing
3 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters