This call landed in GnuPG's
3a930543 (agent: When the password cache
is cleared, also clear the ext. cache, 2015-05-19, v2.1.5) and in the
2.0.x series with
dde8ddff (agent: Backport changes from 2.1 to
support an external password manager, 2015-05-19, v2.0.28).
Our implementation is a no-op, because we don't store passphrases.
self.strings['key info'] = arg
yield _common.Response('OK')
+ def _handle_CLEARPASSPHRASE(self, arg):
+ yield _common.Response('OK')
+
def _handle_SETDESC(self, arg):
self.strings['description'] = arg
yield _common.Response('OK')