CAPI Engine for Win CE

2011-01-05 Thread Harshvir Sidhu
Hi, Is the CAPI engine from OpenSSL supported on WinCE? // Harshvir

Re: CAPI Engine for Win CE

2011-01-05 Thread Jeffrey Walton
On Wed, Jan 5, 2011 at 12:45 PM, Harshvir Sidhu hvssi...@gmail.com wrote: Hi,    Is the CAPI engine from OpenSSL supported on WinCE? I don't believe OpenSSL will compile on Windows Mobile. I also believe a patch by Pierre Delaage is available at

sample client-server code withh ssl

2011-01-05 Thread Bhola Ray
Hello, Can anyone provide me with a working client-server code with SSL. If there is a pointer to a site from which I can download that's fine also. Any input would be greatly appreciated. Thanks in advance, Warm regards, bhola

Re: sample client-server code withh ssl

2011-01-05 Thread oscaruser
See openssl/apps, s_client.c and s_server.c, both of which you can invoke using openssl tool. -Original Message- From: Bhola Ray bhola...@acadiaoptronics.com To: openssl-users@openssl.org Sent: Wed, Jan 5, 2011 3:00 pm Subject: sample client-server code withh ssl Hello,

Re: CAPI Engine for Win CE

2011-01-05 Thread Pierre DELAAGE
Thanks Jeffrey, I patched openssl 1.0.0a to compile perfectly for WCE. including e_capi support. This build works also perfectly for Windows Mobile 5 and 6 and above. I am still waiting for the fine day where my limited modifications of the code will be included in the openssl mainstream