aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/issue1955.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* g10: Prefer keys requiring no further user interaction.Justus Winter2016-07-251-0/+47
* g10/call-agent.c (agent_set_pinentry_mode): New function. (start_agent): Use new function. * g10/call-agent.h (agent_set_pinentry_mode): New prototype. * g10/gpgv.c (agent_set_pinentry_mode): New stub. * g10/mainproc.c (proc_packets): Try with PINENTRY_MODE_CANCEL first. (proc_encryption_packets): Likewise. * g10/test-stubs.c (agent_set_pinentry_mode): New stub. * tests/openpgp/Makefile.am (TESTS): Add new test. * tests/openpgp/issue1955.scm: New file. GnuPG-bug-id: 1955 Signed-off-by: Justus Winter <[email protected]>