aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/conventional-mdc.test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Speed up conventional encryption tests for gpg.Werner Koch2014-10-131-2/+6
| | | | | | | | | | | | * tests/openpgp/conventional-mdc.test: Add an s2k-count option. * tests/openpgp/conventional.test: Ditto. -- Due to measuring the iteration count for the passphrase hashing, the conventional encryption tests are running quite slow. This patch fixes it by using a fixed and lower value for the iteration count. Signed-off-by: Werner Koch <[email protected]>
* Do not mix test result with progress lines.Werner Koch2012-04-051-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
* Ported changes from 1.4.Werner Koch2007-10-251-24/+12
| | | | | Add copyright notices.
* * conventional.test, encrypt.test, encrypt-dsa.test,David Shaw2007-05-031-7/+7
| | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+42
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.