----- 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 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,
for
> example: a php file or a cold fusion file?  I tried to make a .dll file
using
> most of my successful win32 application I talked before.And I set a
property of
> that DLL as Signature. The Dll was built succefully but the IE stopped
when I
> using this DLL in a html file.  It stopped in the statement using the
first
> OPenSSL: pkey = PEM_read_PrivateKey(fp12, NULL,NULL, NULL);
>
> Do you have any idea about how can I combine my VC++ program with web
page?
> Many thanks,

Why not have a look at Capicom? It's a standard component from Microsoft for
cryptography that can be utilized in VC++ but also in VBScript (ASP, HTML).
You can find the info on msdn.microsoft.com. There's also an active
discussion list on discuss.microsoft.com.

hth

Meint

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

Reply via email to