Re: Public Key operation error

2010-03-23 Thread Dr. Stephen Henson
st> bin/openssl pkeyutl -verify -in data -sigfile sig -pubin -inkey > pub_key.pem > Public Key operation error > 139738714994328:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong > tag:tasn_dec.c:1320: > 139738714994328:error:0D06C03A:asn1 encoding > routines:ASN1

Public Key operation error

2010-03-23 Thread Thomas Guettler
Hi, I try to verify the file 'data'. The signature is in file 'sig' and the public key in 'pub_key.pem' But it fails. Can someone please help me? What I am doing wrong? u...@host> bin/openssl pkeyutl -verify -in data -sigfile sig -pubin -inkey pub_k