Bug 128294 - Cryptography Plugin does not support signing
Summary: Cryptography Plugin does not support signing
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: Cryptography Plugin (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 05:29 UTC by Andreas
Modified: 2007-07-17 00:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas 2006-05-30 05:29:39 UTC
Version:           0.10.4 (using KDE KDE 3.4.3)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.4.5 (Gentoo 3.4.5-r1, ssp-3.4.5-1.0, pie-8.7.9)
OS:                Linux

It seems not possible to sign outgoing ICQ messages using the cryptography plugin. Could this be enabled as well?

Even more problematic is, that signed and encrypted messages are not correctly decoded. When a MacOS Fire (+PGP plugin) user sends an encrypted & signed message to me, only the signature part of the message is decoded.
Comment 1 Charles Connell 2007-07-17 00:16:40 UTC
SVN commit 688814 by cconnell:

Ability to sign messages
CCMAIL:marquel@web.de
BUG:128294


 M  +2 -1      cryptographychatui.rc  
 M  +24 -14    cryptographyguiclient.cpp  
 M  +9 -3      cryptographyguiclient.h  
 M  +92 -129   cryptographyplugin.cpp  
 M  +3 -3      cryptographyplugin.h  
 M  +132 -76   gpginterface.cpp  
 M  +26 -7     gpginterface.h