gpg: add TODO

This commit is contained in:
Roman Zeyde
2016-06-03 21:53:31 +03:00
parent 29a984eebb
commit 10cbe67c9a

View File

@@ -189,6 +189,7 @@ class Factory(object):
unhashed_subpackets.append(proto.CUSTOM_SUBPACKET)
log.info('confirm signing subkey with gpg-agent')
# TODO: support TREZOR-based primary key
gpg_agent = AgentSigner(self.user_id)
signature = proto.make_signature(
signer_func=gpg_agent.sign,