Bug 128294

Summary: Cryptography Plugin does not support signing
Product: [Applications] kopete Reporter: Andreas <belandor>
Component: Cryptography PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

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