Summary: | Kleoaptra: Verification of S/MIME E-Mails fails | ||
---|---|---|---|
Product: | [Applications] kleopatra | Reporter: | Jan-Oliver Wagner <jan-oliver.wagner> |
Component: | general | Assignee: | Frank Osterfeld <osterfeld> |
Status: | VERIFIED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | outdated (old bug dump) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Gpgme log file |
Description
Jan-Oliver Wagner
2007-12-21 11:13:43 UTC
Is this 100% reproducible? Can't reproduce, I could S/MIME sign a message (with GpgOL) using the Kleopatra test certificate from KDE SVN and also verify it again with GpgOL. Can you provide a test mail (to gpg4win-intern) and the public key? It is 100% reproducable with S/MIME signed E-Mails I create with Kontact as of KDE 3.5. I retried now with a mail sent from KMail. When I open the mail and choose Tools->Verify signature from the menu, nothing happens. There is nothing received on kleopatra side. Apparently gpgol doesn't trigger VERIFY. Verifying Messages signed with GpgOL still works. GpgOL is installed via installer svn667. It seems KMail and GpgOL are incompatible and don't recognize each other's S/MIME signatures. GpgOL sends an attachment winmail.dat with Content-Type "application/ms-tnef" which isn't recognized as signature in my KMail (from enterprise branch). KMail uses the content-type application/pkcs7-signature, which is apparently ignored by GpgOL. gpgol version, according to the options tab in outlook: "Version 0.10.4-svn205 (Jan 8" Frank, my GpgOL (same version) does not ignore such emails. Is S/MIME enabled in your GpgOL configuration (options tab)? Also, if I send a S/MIME signed email with GpgOL, despite the GPGME error and the broken signature, the content type looks like this: Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=pgp-sha1; boundary="=-=hnUDCUgicgoCUx=-=" which look OK to me. Ok, I can now confirm the General Error <KSBA>, when verifying a mail sent from KMail. The gpgme log doesn't look very useful - I will create one nevertheless and check which data is sent. This looks like the passed data isn't recognized as signature by KSBA. About the smime signatures created by gpgol: gpgol sometimes creates tnef for me, sometimes pkcs7-signature. It seems to have to do with the GpgOL options - whose check states are broken and don't match with the behaviour, so I'm not sure yet how to reproduce either attachment types. Created attachment 22951 [details]
Gpgme log file
I attached a gpgme log file for a failed VERIFY
From the GpgME log I can not derive a next point to look into. I only can confirm that the problem is still there with svn-756761 (2008-01-11). After some fixes in the crypto backend, this problem seems to be solved. With Gpg4win 1.9.0-svn701 distribution (Kleopatra 1.9.0 svn767238) I can now verify S/MIME signatures without any crash. |