Derek Strickland wrote: > > I have to integrate with a company that is running an all Perl/Unix site > that requires an OpenSSL authentication. I have compiled OpenSSL on my > Windows box and it passes all the tests for a valid installation, but I > can't find any article on using OpenSSL from ASP. Is it possible? I even > tried going into VB and making a project reference just so I could get some > intellisense help on methods/properties and VB cannot add a reference to > this DLL. Does this mean that I have no options other than building a > FreeBSD box to talk to this Apache Server for this one task? Is there no > way to make this run via ASP/IIS or at least use a built in IIS object that > will communicate effectively with an OpenSSL Listener on his end. Help > would be awesome. Thanks. > > > > > OpenSSL does not have a COM/ActiveX interface so you wont see any > methods/properties with VB. You can readily access its functions using > VC++ though. > > Steve.
About a year ago I modified version 0.9.6a so that almost all routines are called with the STDCALL interface, this allows to call the functions directly from VB. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
