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. -- Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/ Personal Email: [EMAIL PROTECTED] Senior crypto engineer, Gemplus: http://www.gemplus.com/ Core developer of the OpenSSL project: http://www.openssl.org/ Business Email: [EMAIL PROTECTED] PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
