I use openssl-0.9.8e to compile libraries both on WinXP and Vxworks with success. And run a simple handshake server demo with certificate.pem and private.key.
To connect using openssl.exe on WinXP, run >openssl s_client -connect localhost:4422 It is ok, print the wanted Hello Openssl message sent from server. Then I build a project from Tornado2.2 linked with openssl library for vxworks, download vxworks bootable image to target (a vmware virtual machine). The target loads certificate.pem and private.key successfully, waiting for connection from client. But I run also the above openssl.exe on WinXP >openssl s_client -connect 192.168.80.254:4422 The target crashed, and tells hankshake failed with 67108420:error:140B512D:SSL routines:SSL_GET_NEW_SESSION:ssl session id callback failed:ssl_sess.c:232: Page Fault ...... Please help me. Thank you! Regards Allen Chen ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]