aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/clearsig.test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Drop the old shell-based tests.Justus Winter2016-09-201-99/+0
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* gpg: Remove options --pgp2 and --rfc1991.Werner Koch2014-08-141-12/+1
| | | | | | | | | | | | | | * g10/gpg.c (oRFC1991, oPGP2): Remove (opts): Remove --pgp2 and --rfc1991. * g10/options.h (CO_PGP2, CO_RFC1991): Remove. Remove all users. (RFC2440, PGP2): Remove. Remove all code only enabled by these conditions. * tests/openpgp/clearsig.test: Remove --rfc1991 test. -- The use of PGP 2.c is considered insecure for quite some time now (e.g. due to the use of MD5). Thus we remove all support for _creating_ PGP 2 compatible messages.
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-301-2/+2
| | | | | Fix tests.
* Ported changes from 1.4.Werner Koch2007-10-251-0/+8
| | | | | Add copyright notices.
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+102
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.