mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Hard fail on a missing MDC even for legacy algorithms.
* g10/mainproc.c (proc_encrypted): Require an MDC or AEAD * tests/openpgp/defs.scm (create-gpghome): Use --ignore-mdc-error to allow testing with the current files. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
96350c5d5a
commit
d1431901f0
3 changed files with 11 additions and 12 deletions
|
@ -341,6 +341,7 @@
|
|||
"no-auto-key-retrieve"
|
||||
"no-auto-key-locate"
|
||||
"allow-weak-digest-algos"
|
||||
"ignore-mdc-error"
|
||||
(if have-opt-always-trust
|
||||
"no-auto-check-trustdb" "#no-auto-check-trustdb")
|
||||
(string-append "agent-program "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue