Page MenuHome GnuPG

GPGme ignores RSA_OR_IDEA
Closed, ResolvedPublic

Description

GPGme doesn't do anything with gnupg's RSA_OR_IDEA message, which means that if
the secret key is IDEA-encrypted and the chosen gnupg doesn't support IDEA, then
an operation will fail with a somewhat confusing result: the operation's status
will be "Decryption failed" but the individual key's status (from
gpgme_op_decrypt_result()) will be "success".

In this situation, IMO, the key's status should not be success, but should be an
error code (perhaps GPG_ERR_UNSUPPORTED_ALGORITHM).

Details

Version
1.3.1

Event Timeline

wiml set Version to 1.3.1.
wiml added a subscriber: wiml.
werner added a subscriber: marcus.
werner added a subscriber: werner.

IDEA warnings pop up ofthe enough, so that a special treatmeant is justified.

werner added a project: Won't Fix.

Given that recent versions of GnupG support IDEA and won't emit such a status
line anymore, I do not think it is justified to fix this for old gpg versions.