I guess my first impression of sign.c was incorrect...
What it does is create a signature for some data is this correct? So if I
have to store the signature in the file I just have to append it, correct?
Basically I am trying to pass a file to a client, but client needs to be
able to verify that the file is from me... Also how can I encrypt the file
before signing it?

BTW I figured out why my EVP_SignFinal call was failing I was using the
wrong method in EVP_SignInit.

-----Original Message-----
From: Grebelsky, Konstantin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 2:17 PM
To: '[EMAIL PROTECTED]'
Subject: How to encrypt and sign a file?


Is there a way and a sample to sign a file and then verify file's signature?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to