OpenSSL and Web pages

2002-07-30 Thread Chuo HUANG(CMS)
Hello! I have programmed succefully a piece of VC++ with OpenSSL. The program is to read the private key in a client's machine and do the signature. I'd like to set cookies using this Signature to Client's machine later. What makes me confused is how to combine my VC++ program with web page,

Re: OpenSSL and Web pages

2002-07-30 Thread Vadim Fedukovich
On Tue, Jul 30, 2002 at 10:49:02AM +0100, Chuo HUANG(CMS) wrote: Hello! I have programmed succefully a piece of VC++ with OpenSSL. The program is to read the private key in a client's machine and do the signature. I'd like to set cookies using this Signature to Client's machine later.

Re: OpenSSL and Web pages

2002-07-30 Thread M.E. Post
- Original Message - From: Chuo HUANG(CMS) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 11:49 AM Subject: OpenSSL and Web pages Hello! I have programmed succefully a piece of VC++ with OpenSSL. The program is to read the private key in a client's machine