How to encrypt and sign a file?

2000-04-11 Thread Grebelsky, Konstantin
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 M

Re: How to encrypt and sign a file?

2000-04-11 Thread 263
Use demos/sign/sign.c as an example. Hazel > 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

RE: How to encrypt and sign a file?

2000-04-12 Thread Grebelsky, Konstantin
y); -Original Message- From: 263 [mailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 11:45 PM To: [EMAIL PROTECTED] Subject: Re: How to encrypt and sign a file? Use demos/sign/sign.c as an example. Hazel > Is there a way and a sample to sign a file and

RE: How to encrypt and sign a file?

2000-04-12 Thread Grebelsky, Konstantin
: '[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.o

Re: How to encrypt and sign a file?

2000-04-13 Thread Vadim Fedukovich
On Wed, Apr 12, 2000 at 02:10:10PM -0500, Grebelsky, Konstantin wrote: > 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? A well-known sol