mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common: Allow for GCM decryption in de-vs mode.
* common/compliance.c (gnupg_cipher_is_allowed): Allow GCM for gpgsm in decrypt mode. * tests/cms/samplemsgs/pwri-sample.gcm.p7m: Remove duplicated authtag -- We allow GCM in de-vs mode for decryption although this has not been evaluation. It is decryption and thus no serious harm may happen.
This commit is contained in:
parent
4980fb3c6d
commit
c17dac5ac3
3 changed files with 3 additions and 2 deletions
|
@ -3,4 +3,4 @@ Password is "abc".
|
|||
|
||||
pwri-sample.cbc.p7m - Using CBC Mode
|
||||
pwri-sample.cbc-2.p7m - Using CBC with a different iteration count
|
||||
pwri-sample.gcm.p7m - Using GCM (from a broken implementation)
|
||||
pwri-sample.gcm.p7m - Using GCM
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue