aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/version.test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Speed up the genkey1024.test by using not so strong random.Werner Koch2014-10-301-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]>
* Add ECC import regression tests and fixed a regression.Werner Koch2011-02-101-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.
* All tests work are again workingWerner Koch2010-10-141-2/+91
|
* Ported changes from 1.4.Werner Koch2007-10-251-0/+8
| | | | | Add copyright notices.
* Migrated more stuff to doc/Werner Koch2006-08-211-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.