How to test gpgsm
Werner Koch
wk@gnupg.org
Fri Dec 14 17:02:01 2001
On Fri, 14 Dec 2001 16:04:30 +0100, Marcus Brinkmann said:
> Sure, anything that allows me to use test-keys without protection or a fixed
> pin like 1234 would be welcome.
Done, add the option "batch" to ~/.gnupg-test/gpg-agent.conf
There si also a new option (which does only make sense in the conf
files):
--debug-wait <n>
which can be used with gpgsm and gpg-agent to delay the startup by n
seconds. You may want to use this time to attach a debugger when
running gpgsm from another program (i.e.gpgme).
Werner