1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* gpg.c (main): Do not provide a default for

--personal-digest-preferences.  This allows the usual digest selection
algorithm to pick a digest based on recipient keys.
This commit is contained in:
David Shaw 2010-10-29 19:16:27 +00:00
parent 79019ee776
commit 933adc0850
2 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,9 @@
2010-10-29 David Shaw <dshaw@jabberwocky.com>
* gpg.c (main): Do not provide a default for
--personal-digest-preferences. This allows the usual digest
selection algorithm to pick a digest based on recipient keys.
* pkclist.c (select_algo_from_prefs): Make sure the scores can't
overflow when picking an algorithm (not a security issue since we
can't pick something not present in all preference lists, but we