aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/encrypt-dsa.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-05Do not mix test result with progress lines.Werner Koch1-2/+3
This makes parsing of the results easier. Fixes bug#1400. * tests/openpgp/defs.inc (progress_cancel, progress_end) (progress_new): New. * tests/openpgp/conventional-mdc.test: Use progress functions * tests/openpgp/conventional.test: Ditto. * tests/openpgp/encrypt-dsa.test: Ditto. * tests/openpgp/encrypt.test: Ditto. * tests/openpgp/sigs.test: Ditto. -- The new output style is now: > MD5 SHA1 RIPEMD160 SHA256 SHA384 SHA512 SHA224 < PASS: sigs.test or if the test fails: > MD5 SHA1 sigs.test: ooops FAIL: sigs.test
2010-10-14All tests work are again workingWerner Koch1-4/+4
2007-10-25Ported changes from 1.4.Werner Koch1-23/+11
Add copyright notices.
2007-05-03* conventional.test, encrypt.test, encrypt-dsa.test,David Shaw1-7/+7
conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+41
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.