aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/mds.test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Drop the old shell-based tests.Justus Winter2016-09-201-89/+0
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* tests: Silence output of some tests.Werner Koch2016-05-031-1/+1
| | | | | | | | | | | | | | * common/t-exechelp.c (print_open_fds): Silence non-verbose output. (test_close_all_fds): Ditto. * common/t-session-env.c (show_stdnames): Indent output. * g10/test.c (TEST): Silence non-verbose okay output. (exit_tests): Ditto. * tools/gpg-zip.in (tar_verbose_opt): Add option --quiet. * tests/openpgp/gpgtar.test (GPGZIP): Pass option --quiet. * tests/openpgp/mds.test: Indent MD5 notice. * tests/openpgp/version.test: Indent --version output. Signed-off-by: Werner Koch <[email protected]>
* tests: Handle disabled algorithms.Werner Koch2014-02-101-4/+16
| | | | | | * tests/openpgp/mds.test: Skip disabled algorithms. * tests/openpgp/signencrypt-dsa.test: Ditto. * tests/openpgp/sigs-dsa.test: Ditto.
* Ported changes from 1.4.Werner Koch2007-10-251-0/+8
| | | | | Add copyright notices.
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+69
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.