Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libkleo
Commits
fde4ff96
Commit
fde4ff96
authored
Apr 28, 2021
by
Ingo Klöcker
Browse files
Resolve encryption groups only if encryption keys are needed
GnuPG-bug-id: 5283
parent
26566220
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kleo/keyresolvercore.cpp
View file @
fde4ff96
...
...
@@ -548,7 +548,9 @@ KeyResolverCore::Result KeyResolverCore::Private::resolve()
}
// Next look for matching groups of keys
resolveEncryptionGroups
();
if
(
mEncrypt
)
{
resolveEncryptionGroups
();
}
// Then look for signing / encryption keys
if
(
mFormat
==
OpenPGP
||
mFormat
==
UnknownProtocol
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment