aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/clearsig.test (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-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.
2008-09-30Add gpgsm server command GETINFO agent-check.Werner Koch1-2/+2
Fix tests.
2007-10-25Ported changes from 1.4.Werner Koch1-0/+8
Add copyright notices.
2006-08-21Migrated more stuff to doc/Werner Koch1-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.