[Bug 286035] kmail2 fails to verify signature with RFC 3156 encrypted+signed mails

Andre Heinecke aheinecke at intevation.de
Mon Apr 16 18:32:08 BST 2012


https://bugs.kde.org/show_bug.cgi?id=286035

Andre Heinecke <aheinecke at intevation.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Andre Heinecke <aheinecke at intevation.de> ---
Git commit 3f8f80c195d5a31c3add321940a0a3ba7628781c by Andre Heinecke.
Committed on 16/04/2012 at 19:15.
Pushed by aheinecke into branch 'master'.

Fix parsing of combined encrypted/signed messages

    In the case that a mime object was encrypted and signed the
    rendered mail showed an incorrect signature status because the
    signature was aready checked with the decryptverifyjob and the
    key object not available in writeOpaqueOrMultipartSignedData.
    (So only the fingerprint was used).

    In the case that writeOpaqueOrMultipartSignedData is called
    to show OpenPGP Encrypted and Signed data with a valid signature,
    the signature's key is now fetched from the OpenPGP backend using
    the fingerprint from the signature.
    The Key is then used as in the other cases to show the details
    (Name / Trustlevel etc.)

    This fixes the rendering of openpgp mails signed with the combined
    method which is used by mutt, gnus etc.

M  +32   -1    messageviewer/objecttreeparser.cpp

http://commits.kde.org/kdepim/3f8f80c195d5a31c3add321940a0a3ba7628781c

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list