Hello,
> Hi all. I'm new here and i have a question.
> I'm working with smart card at low level, without using opensc and other
> software like it; now, i can compute digital signature of a stream of bytes
> obtaining the same result as in OpenSSL. The digital signature is a stream
> of bytes too, how can i verify it wih OpenSSL?
> I haven't a file to verify, i have only a stream of bytes, the same i obtain
> using:
> openssl rsautl -sign -in mypriv.key -in myfile -hexdump
> Is there a way to create a verifiable file from the stream of bytes?
I guess that after some APDU exchange you have stream message digest
encrypted with smart card private key (which length is size of RSA key).
Saving this to file (in binary format - which means that hex dump
is converted to real byte code) gives you file which may be verified
(decrypted with public key) with openssl command.
Or i didn't understand your mail correctly :-)

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to