> Am 17.05.2018 um 13:03 schrieb Werner Koch <w...@gnupg.org>:
> 
> The important print is that MDC_METHOD will be 0 with the forthcoming
> AEAD algorithm.  Thus you need to check whether 3rd argument is there.
> 
>     mdc_method = atoi(arg_1)
>     aead_algo = have_3_args? atoi(arg_3) : 0
>     if (!mdc_method && !aeadalgo)
>        return DECRYPTION_FAILED
> 
> That is what I implement in GPGME this morning.

Thank you very much for these additional details. We have adjusted our
implementation to consider the addition of the AEAD algorithm to the
DECRYPTION_INFO status message.

Best,

Lukas
GPGTools

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to