Bug 166732 - No OpenPGP-S/MIME choice in sign dialog (if GpgOL set automatical)
Summary: No OpenPGP-S/MIME choice in sign dialog (if GpgOL set automatical)
Status: RESOLVED FIXED
Alias: None
Product: kleopatra
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Emanuel Schütze
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 15:32 UTC by Emanuel Schütze
Modified: 2016-01-12 14:08 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
kleo log file (71.96 KB, text/plain)
2008-09-05 16:28 UTC, Emanuel Schütze
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Schütze 2008-07-16 15:32:23 UTC
Version:           1.9.4 beta (using Devel)
Installed from:    Compiled sources
OS:                MS Windows

Start signing an email if GnuPG protocol in GpgOL is set to "automatic":

Kleo sign dialog shows two drop down lists (for OpenPGP and S/MIME). But you get no choice to set OpenPGP _or_ S/MIME (like in the Kleo encrypt dialog)! Kleo always set OpenPGP as default.

Note: S/MIME is active in GpgOL options and works if set "automatic" to "X.509".
Comment 1 Frank Osterfeld 2008-09-03 10:27:05 UTC
fixed by 856324
Comment 2 Emanuel Schütze 2008-09-05 14:30:30 UTC
Still a problem with smime signed messages in "automatic" mode:
Send a smime-sig message. Kleo shows OpenPGP signatures only.

Sending a smime sig/enc mail (in auto mode) works fine.
Comment 3 Marc Mutz 2008-09-05 16:03:35 UTC
kleopatra log, please.
Comment 4 Emanuel Schütze 2008-09-05 16:28:23 UTC
Created attachment 27254 [details]
kleo log file

actions which are logged in file:

1. send smime signed messages in "auto" mode 
-> Kleo shows OpenPGP signatures only
-> mail is sent as openpgp signed message
=> bug

2. send smime signed/encrypted messages in "auto" mode 
-> Kleo shows S/MIME signatures only
-> mail is sent as smime signed/encrypted message
=> correct
Comment 5 Frank Osterfeld 2008-09-08 09:57:56 UTC
The current behavior is correct, GpgOL sends --protocol=OpenPGP when in auto
mode.
Which it does as Kleo's SIGN implementation didn't yet allow to omit --protocol
completely. I changed the code to allow missing --protocol and leave it to the
user to select, but Werner's suggestion to inform GpgOL about the selected
protocol on SENDER is too much effort to implement right now. And unless that
is solved and GpgOL changed it's behavior, this bug won't be fixed from the
user's POV.
Comment 6 Frank Osterfeld 2008-10-06 09:45:05 UTC
It's still unclear to how to fix this, the returning protocol on SENDER way is too intrusive for 1.9.8. 
Comment 7 Marc Mutz 2008-10-06 11:45:23 UTC
Quoting from the log:
DBG: <- SENDER -- Gpg4winUserA@test.hq
DBG: -> # ok, parsed as "Gpg4winUserA@test.hq"
DBG: -> # matching OpenPGP key B726CB6BD1BB45392621CD598B59AB93C6BF6664
DBG: -> # matching CMS key ED2A858A850E47977FF506638865DDBFEAF692B0
DBG: -> # pick freely
DBG: -> OK

There's no protocol spec for this case. We were told to "just pick one". I'll pop up a message box, but that's all we're going to do here.
Comment 8 Marc Mutz 2008-10-06 14:19:29 UTC
SVN commit 868400 by mutz:

Pop up a message box in case there are S/MIME as well as OpenPGP certificates that match a given SENDER address. Helps mitigating a hole in the protocol spec.
CCBUG:166732

 M  +40 -6     assuanserverconnection.cpp  
Comment 9 Marc Mutz 2008-10-06 17:33:36 UTC
done-cbb, reopen if solution is unacceptable...
Comment 10 Marc Mutz 2008-10-09 14:40:56 UTC
Background: A real fix requires a protocol change. The problem is that we're not able to tell the "automatic" mode from the non-automatic one at SENDER time. So we have to return a PROTOCOL status line "just in case" (to not break automatic mode). However, we have no way to report back "both are ok", so we need to pick one. GpgOL will, however, send whatever --protocol was configured, so for the user there will be this sequence:
 GpgOL: set to OpenPGP
 Kleo: asks for OpenPGP vs. CMS
 Kleo: if CMS was answered, ignores it and uses OpenPGP anyway.
Comment 11 Emanuel Schütze 2008-10-13 14:37:05 UTC
Format choice dialog comes up in background.
Comment 12 Emanuel Schütze 2008-10-20 10:16:22 UTC
see wiki
Comment 13 Marc Mutz 2008-10-23 17:15:44 UTC
$ svn ci -m "Hack to support SENDER --protocol. We really need to make SENDER a command some time in the future...
Also, try to make the message box not appear in the background." uiserver
Sending        uiserver/assuanserverconnection.cpp
Transmitting file data .
Committed revision 875183.
Comment 14 Emanuel Schütze 2008-10-24 18:10:43 UTC
- Format dialog doesn't comes up in foreground. -> please fix

Tests:
+ Format dialog comes up only if you sign a mail in gpgol auto mode -> correct.
+ sign+encr mail (auto mode): No sig format dialog. -> correct. Format is set with radio buttons in enc dialog.
+ select protocol (NO gpgol auto mode) -> no sig format dialog -> correct.

tested with Kleo 2.0.1.
Comment 15 Emanuel Schütze 2008-10-27 11:16:04 UTC
new tests with Kleo 2.0.1 shows correct behavior: Format dialog now in foreground.
Comment 16 Emanuel Schütze 2008-10-27 11:16:29 UTC
Verified and closed.
Comment 17 Emanuel Schütze 2008-11-13 10:34:02 UTC
Format message box comes _not_ in foreground if you do no crypto operation before.

After some crypto operations the dialog comes correctly in foreground.

Comment 18 Andre Heinecke 2013-05-07 14:54:05 UTC
On startup kleo pints an error that allowsetforegroundwindow for one component fails with the error code 5 (access denied) maybe this is related to the issues that dialogs are not opened correctly in the foreground.
Comment 19 Emanuel Schütze 2013-05-10 07:41:43 UTC
I'll check again this issue with current Kleoaptra and Gpg4win.
Comment 20 Andre Heinecke 2016-01-12 14:08:46 UTC
I've tested this stuff a lot in the current development iteration of GpgOL and have seen no Problems so I'm resolving this.