Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sm: Support AES-GCM decryption. | Werner Koch | 2021-06-02 | 1 | -0/+4 |
| | | | | | | | | | | | | * tests/cms/samplemsgs/: Add sample messages. * sm/gpgsm.c (main): Use gpgrt_fcancel on decryption error. * sm/decrypt.c (decrypt_gcm_filter): New. (gpgsm_decrypt): Use this filter if requested. Check authtag. -- Note that the sample message pwri-sample.gcm.p7m is broken: The authtag is duplicated to the authEncryptedContentInfo. I used a temporary code during testing hack to that test message out. | ||||
* | tests: Rename subdir gpgsm to cms and move sample dirs. | Werner Koch | 2021-05-31 | 1 | -0/+108 |
-- It does not make sense to have the cms stuff at the top level but the openpgp at a dedicated directory. This patch fixes that. |