Merge branch 'master' of github.com:open-keychain/open-keychain
This commit is contained in:
@@ -438,6 +438,10 @@ public class UncachedKeyRing {
|
||||
badCerts += 1;
|
||||
continue;
|
||||
}
|
||||
// warn user if the signature was made with bad encoding
|
||||
if (!cert.verifySignature(masterKey, userId)) {
|
||||
log.add(LogLevel.WARN, LogType.MSG_KC_UID_WARN_ENCODING, indent);
|
||||
}
|
||||
} catch (PgpGeneralException e) {
|
||||
log.add(LogLevel.WARN, LogType.MSG_KC_UID_BAD_ERR,
|
||||
indent, userId);
|
||||
|
||||
Reference in New Issue
Block a user