rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
201 stars 55 forks source link

Be compatible with update Botan 3.5 AEAD decryption behaviour. #2245

Closed ni4 closed 5 months ago

ni4 commented 5 months ago

Description

Since Botan 3.5 during AEAD decryption Botan may not process the whole input chunk, which we do not support yet. See the discussion here: https://github.com/randombit/botan/pull/3951#issuecomment-2136990858