Re: BUILD OPENSSL in WIN CE 6.0

2014-05-17 Thread Pierre DELAAGE
Dear Ravi, Ok, good if you succeeded to compile. Now, it seems that you have more applicative bugs, and it is difficult to answer more without having a better understanding of what your app is supposed to do on a WCE smartphone. At least I have some questions : how did you get your client

TLS/SSL Protocol negotiation

2014-05-17 Thread AlfaOmega08
I had a hard time trying to make a simple HTTPS server with OpenSSL. However I managed to build it with TLSv1.2 support using the 1.0.2 beta version. The code I use to initialize the context is the following: SSL_library_init(); OpenSSL_add_all_algorithms(); SSL_load_error_strings(); ssl_method

Re: TLS/SSL Protocol negotiation

2014-05-17 Thread Jeffrey Walton
On Sat, May 17, 2014 at 6:31 AM, AlfaOmega08 alfaomeg...@gmail.com wrote: I had a hard time trying to make a simple HTTPS server with OpenSSL. However I managed to build it with TLSv1.2 support using the 1.0.2 beta version. The code I use to initialize the context is the following: ...

Re: BUILD OPENSSL in WIN CE 6.0

2014-05-17 Thread RaviVyas
Hello, I Successed To Build To Library.1)wcecompat.lib 2)wcecompatex.lib. But During Building Open SSL Error Comes Copying: ./engines/e_capi_err.h to tmp32dll_ARMV4/e_capi_err.h clarm.exe /Fotmp32dll_ARMV4\cryptlib.obj -Iinc32 -Itmp32dll_ARMV4 /MC / O1i /W3 /GF /Gy /nologo -DUNICODE

Re: BUILD OPENSSL in WIN CE 6.0

2014-05-17 Thread Pierre DELAAGE
??? A few hours ago you wrote now my code was complied successfully. And apparently you were trying to use my V100a openssl lib. So now the question is : with MY BAT scripts (that YOU have to customize vs your EVC installation), can you succeed to compile MY openssl sources (with NO