Re: Decrypting openpgp data created by gpg

Peter Gutmann <[email protected]> Mon, 25 Feb 2013 14:00:24 +1300
Newsgroups gmane.comp.encryption.cryptlib
Message-ID <[email protected]>
I wrote:

>This is a bit of a complex fix, for now the quickest workaround is to change
>line 1290 of envelope/env_attr.c from:
>
>{ CRYPT_ENVINFO_PRIVATEKEY,     formatAllDeenv, ACTION_CRYPT,   MESSAGE_CHECK_PKC_DECRYPT, 0 },
>
>to:
>
>{ CRYPT_ENVINFO_PRIVATEKEY,     formatAll,              ACTION_CRYPT,   MESSAGE_CHECK_PKC_DECRYPT, 0 },

Actually it's simpler than that, change it to:

{ CRYPT_ENVINFO_PRIVATEKEY,		formatAllDeenv,	ACTION_CRYPT,	MESSAGE_CHECK_PKC_DECRYPT, ENVELOPE_ISDEENVELOPE },

Peter.


_______________________________________________
Cryptlib mailing list
[email protected] via Mail: [email protected]
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.