gnupg/tests/cms/samplemsgs
Werner Koch c17dac5ac3
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.
2021-06-02 19:14:37 +02:00
..
README common: Allow for GCM decryption in de-vs mode. 2021-06-02 19:14:37 +02:00
pwri-sample.cbc-2.p7m sm: Support AES-GCM decryption. 2021-06-02 11:03:55 +02:00
pwri-sample.cbc.p7m sm: Support AES-GCM decryption. 2021-06-02 11:03:55 +02:00
pwri-sample.gcm.p7m common: Allow for GCM decryption in de-vs mode. 2021-06-02 19:14:37 +02:00
webde-buenemann-signed.cms tests: Rename subdir gpgsm to cms and move sample dirs. 2021-05-31 21:51:45 +02:00

README

Sample messages for CMS symmetric encryption.
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