aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/version.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-30tests: Speed up the genkey1024.test by using not so strong random.Werner Koch1-1/+4
* agent/gpg-agent.c (oDebugQuickRandom): New. (opts): New option --debug-quick-random. (main): Use new option. * common/asshelp.c (start_new_gpg_agent): Add hack to pass an additional argument for the agent name. * tests/openpgp/defs.inc: Pass --debug-quick-random to the gpg-agent starting parameters. * tests/openpgp/version.test: Ditto. Signed-off-by: Werner Koch <[email protected]>
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch1-3/+1
The import test imports the keys as needed and because they are passphrase protected we now need a pinentry script to convey the passphrase to gpg-agent.
2010-10-14All tests work are again workingWerner Koch1-2/+91
2007-10-25Ported changes from 1.4.Werner Koch1-0/+8
Add copyright notices.
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+9
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.