Hi All, We have application written in PERL, which connects to the EDI customer web sites and post data automatically. We call this application when we see some transaction files are generated by other applications. Currently this application is using HTTP POST method with necessary HTTP heard information.
Since HTTP does not provide privacy, we are planning to move to SSL (customers also moving with us). As part of implementing SSL, I downloaded the OpenSSL source code "openssl-0.9.7b". I also complied the source code using VC++ complier and got generated the "ssleay32.dll" & "libeay32.dll" and run the test. Test results reported that everything is OK. Now I need to create PERL modules, which will use these DLLs, so that I can start using SSL modules in our PERL application. Can some help me in creating the PERL modules installation for these DLLs? I appreciate you if you could help me. Best Regards -Radha ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
