322
322
return SIGNATURE_NOT_VALID, None
323
323
# A signature from a revoked key gets this.
324
324
# test_verify_revoked_signature()
327
326
return SIGNATURE_NOT_VALID, None
328
327
# Other error types such as revoked keys should (I think) be caught by
329
328
# SIGSUM_RED so anything else means something is buggy.
333
332
def set_acceptable_keys(self, command_line_input):
334
333
"""Set the acceptable keys for verifying with this GPGStrategy.