Re: OpenSSL and ASP

2002-02-15 Thread Oscar Jacobsson
Warning: loads of Win32-specific information inside. Proceed at your own risk! If by making it run via ASP/IIS you mean having it accessible from Visual Basic/VBScript I'm afraid there's quite a bit of manual tweaking that will have to be done. In order for C functions to be at all usable from

Re: OpenSSL and ASP

2002-02-15 Thread Peter Sylvester
here a resume some points last april that I found while trying to compile the library. - The basic approach is to compile the whole stuff with the /Gz option in order not to modify the 3000 exported function prototypes. - All main routines need a __cdecl main The #define for MAIN, all

Re: OpenSSL and ASP

2002-02-15 Thread Richard Levitte - VMS Whacker
From: Oscar Jacobsson [EMAIL PROTECTED] oscar Hope this gives you a few ideas on how to proceed. I might be able to oscar find some time to look into making OpenSSL VB-friendly, but I can't make oscar any promises at present. :-/ Suggestion: there are packages out there that supply interfaces

RE: OpenSSL and ASP

2002-02-15 Thread Derek Strickland
PROTECTED]] Sent: Friday, February 15, 2002 8:00 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Richard Levitte - VMS Whacker Subject: Re: OpenSSL and ASP Richard Levitte - VMS Whacker wrote: Suggestion: there are packages out there that supply interfaces for OpenSSL to perl, python, ruby and I