aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgv.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-12-191-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * g10/options.h: Add weak_digests linked list to opts. * g10/main.h: Declare weakhash linked list struct and additional_weak_digest() function to insert newly-declared weak digests into opts. * g10/misc.c: (additional_weak_digest): New function. (print_digest_algo_note): Check for deprecated digests. * g10/sig-check.c: (do_check): Reject all weak digests. * g10/gpg.c: Add --weak-digest option to gpg. * doc/gpg.texi: Document gpg --weak-digest option. * g10/gpgv.c: Add --weak-digest option to gpgv. * doc/gpgv.texi: Document gpgv --weak-digest option. -- gpg and gpgv treat signatures made over MD5 as unreliable, unless the user supplies --allow-weak-digests to gpg. Signatures over any other digest are considered acceptable. Despite SHA-1 being a mandatory-to-implement digest algorithm in RFC 4880, the collision-resistance of SHA-1 is weaker than anyone would like it to be. Some operators of high-value targets that depend on OpenPGP signatures may wish to require their signers to use a stronger digest algorithm than SHA1, even if the OpenPGP ecosystem at large cannot deprecate SHA1 entirely today. This changeset adds a new "--weak-digest DIGEST" option for both gpg and gpgv, which makes it straightforward for anyone to treat any signature or certification made over the specified digest as unreliable. This option can be supplied multiple times if the operator wishes to deprecate multiple digest algorithms, and will be ignored completely if the operator supplies --allow-weak-digests (as before). MD5 is always considered weak, regardless of any further --weak-digest options supplied. Signed-off-by: Daniel Kahn Gillmor <[email protected]> (this is a rough cherry-pick of applying the following commits to STABLE-BRANCH-1-4: 76afaed65e3b0ddfa4923cb577ada43217dd4b18 b98939812abf6c643c752ce7c325f98039a1a9e2 91015d021b3dcbe21ad0e580a4f34c523abf9e72 )
* doc: Update from master.Werner Koch2013-10-041-4/+9
|
* Preparing for a release candidateWerner Koch2009-08-131-7/+8
|
* Revert that last stupid setuid detection fix.Werner Koch2008-07-171-5/+5
|
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-051-5/+0
|
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-061-0/+167
|
* Changing the way man pages are build.Werner Koch2006-12-041-114/+0
|
* exported subkeys are now merged into one output keyblockWerner Koch2005-10-171-11/+11
|
* * configure.ac: New option --disable-gnupg-iconv, defineWerner Koch2004-10-261-2/+2
| | | | | | | | | | | | | USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
* RebuiltWerner Koch2004-10-151-1/+1
|
* * mk-w32-dist: Updated from stable branch.Werner Koch2004-10-011-38/+33
| | | | | | | | * mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
* About to release 1.3.2V1-3-2Werner Koch2003-05-271-1/+1
|
* * Makefile.am: Due to problems with VPATH builds we don't try toWerner Koch2002-07-011-0/+4
| | | | | build the texi vesions of the manual pages anymore automatically.
* Update head to match stable 1.0David Shaw2002-06-291-0/+115