Re: KMail can't verify smime signed e-mails

Bernhard Reiter <[email protected]> Sun, 14 Jan 2007 16:25:46 +0100
Newsgroups gmane.comp.encryption.gpg.gpa.devel
Message-ID <[email protected]>
On Saturday 13 January 2007 16:27, Piotrek wrote:
> Hello... I still can't verify smime signed things. My friend Google can't
> help me. I can crypt/decrypt but can't verify. I still got this:
> gpgsm: no signature value available
>
> I've made some basic tests... not related with KMail... 

This is the right approach, now you know that KMail is not causing
your crypto problems.

> maybe someone will 
> read this again and will help me. I just try few various versions up to
> 1.9.20 but without a luck with any of them.

Note that 1.9.23 was the last of the 1.9.x series,
but 2.0.1 is current. 

> Creating a signature:
> $ gpgsm --detach-sign test.ps > sig

> gpgsm: signature created

> Now verify task:
> $ gpgsm --verify sig test.ps

> gpgsm: no signature value available

This both works for me with gpgsm 1.9.22.
Please try with debugging output:
gpgsm --detach-sign --armor --debug-all --disable-crl-checks 
--disable-policy-checks test.ps > sig
cat sig
gpgsm --verify --debug-all --disable-crl-checks --disable-policy-checks sig 
test.ps

Also try 
gpgsm --list-secret-keys

Send email with this data to gnupg-users @gnupg.org
Also give the version numbers of gnupg, dirmngr and gpg-agent.
I suggest trying the latest version if you can.

Bernhard

_______________________________________________
Gpa-dev mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gpa-dev
smime.p7s (application/pkcs7-signature, 1.3 KB) - not displayed