aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/gpg.conf.tmpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Reject signatures made with MD5.Werner Koch2014-06-031-0/+1
| | | | | | | | | | | | | | * g10/gpg.c: Add option --allow-weak-digest-algos. (main): Set option also in PGP2 mode. * g10/options.h (struct opt): Add flags.allow_weak_digest_algos. * g10/sig-check.c (do_check): Reject MD5 signatures. * tests/openpgp/gpg.conf.tmpl: Add allow_weak_digest_algos. -- (cherry picked from commit f90cfe6b66269de0154d810c5cee1fe9a5af475c) Resolved conflicts: g10/gpg.c - adjust. tests/openpgp/defs.inc - no changes
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+5
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.