diff options
author | Werner Koch <[email protected]> | 2021-06-02 09:03:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-06-02 09:03:55 +0000 |
commit | 4980fb3c6dde8c1dda975e8a36d6086c8456a631 (patch) | |
tree | d5a1dd07d15256549159f8a20b1617fc6ee7122a /doc/DETAILS | |
parent | tests: Rename subdir gpgsm to cms and move sample dirs. (diff) | |
download | gnupg-4980fb3c6dde8c1dda975e8a36d6086c8456a631.tar.gz gnupg-4980fb3c6dde8c1dda975e8a36d6086c8456a631.zip |
sm: Support AES-GCM decryption.
* 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.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index bbe2ad5d5..b5b1bb7d5 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1665,6 +1665,8 @@ Description of some debug flags: ** List of useful RFCs - RFC-3447 :: PKCS #1: RSA Cryptography Specifications Version 2.1 - RFC-4880 :: OpenPGP + - RFC-5083 :: CMS - Authenticated-Enveloped-Data + - RFC-5084 :: CMS - AES-GCM - RFC-5280 :: X.509 PKI Certificate and CRL Profile - RFC-5652 :: CMS (STD0070) - RFC-6818 :: Updates to the X.509 PKI Certificate and CRL Profile |