I ran the openssl speed test with OpenSSL 0.9.6g with the CryptoSwift engine on Windows, and found that it worked OK; I didn't test further than "speed -engine cswift rsa1024".
Lynn Gazis -----Original Message----- From: Edward Chan [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 10:34 PM To: [EMAIL PROTECTED] Subject: Using ENGINE in openssl-engine-0.9.6g Hi there, Has anybody had any problems using the ENGINE API's in openssl-engine-0.9.6g on Windows. I downloaded openssl-engine-0.9.6g and built it. No errors were encountered during build. I have the following dll's built, libeay32.dll and ssleay32.dll. In my code, I try to call ENGINE_by_id(). But a dialog pops up that says "The ordinal 2493 could not be located in the dynamic link library LIBEAY32.dll." When I right click on the LIBEAY32.dll and choose "view dependencies", I do see the ordinal 2493 (which corresponds to ENGINE_by_id()). Does anybody know what's up? Other stuff works though. My client is able to connect to my server. The SSL handshaking appears to be ok. Data is read and written ok. But if I enable the ENGINE code, then I get this error. Ed __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
