pinentry: Add a handler for CLEARPASSPHRASE
authorW. Trevor King <wking@tremily.us>
Thu, 8 Oct 2015 15:21:18 +0000 (08:21 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 8 Oct 2015 15:21:18 +0000 (08:21 -0700)
commit3faa2ee4581f1ce58cd05f6818561ac3cd43d104
tree0e40169380201202ead3c5bdc96231cf17ae847d
parentf718ade303fb40baf7d6b884deaec6ce873fb8ae
pinentry: Add a handler for CLEARPASSPHRASE

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.
bin/pinentry.py