How to verify a detached signature in an embedded device

Voser Peter peter.voser@siemens.com
Thu, 3 Jul 2003 09:46:23 +0200


Hello, 

>> You might be interested in this code:
>> ftp://ftp.gnupg.org/people/werner/crypto/sfsv-0.5.0.tar.gz

I built the binary elfsigchk and made a test with 
bin2array as a elf executable:

// First, I create the detached signature bin2array.sig
$ gpg -sb bin2array

// The I want to verify it with elfsigchk
$ ./elfsigchk bin2array bin2array.sig
signature is NOT valid: no signature found

It always returns: no signature found. Why???
Is there a version problem (I use 1.0.4)? 

Thanks, 
Peter