mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
gpg: no visual challenge
This commit is contained in:
@@ -37,7 +37,7 @@ class HardwareSigner(object):
|
||||
result = self.client_wrapper.connection.sign_identity(
|
||||
identity=self.identity,
|
||||
challenge_hidden=digest,
|
||||
challenge_visual=util.hexlify(digest),
|
||||
challenge_visual='',
|
||||
ecdsa_curve_name=self.curve_name)
|
||||
assert result.signature[:1] == b'\x00'
|
||||
sig = result.signature[1:]
|
||||
|
||||
Reference in New Issue
Block a user