Re: OPENSSL for windows mobile 5/6

2014-05-22 Thread RaviVyas
hello sir, i have compiled wcecompat for my windows ce 6 app using TARGETCPU=x86 and trying to build openSSL for that i am using openssl-0.9.8i version but i can not built it perfectly and got lots of errors like this.. D:\my\ssl\openssl-OpenSSL_0_9_8-stable-1bcb94aset INCLUDE=C:\Program Files

Re: OPENSSL for windows mobile 5/6

2014-05-22 Thread Pierre DELAAGE
Ok Ravi, You asked me some help in private, that I will reproduce here so that people can follow the complete thread : Le 22/05/2014 15:39, Pierre DELAAGE a écrit : Hello, I am working on it myself, and particularly for my stunnel port. I will let you know. In the meantime : if you have

Re: build failure when using OPENSSL_NO_HEARTBEATS

2014-05-22 Thread Mike Bland
Just opened https://github.com/openssl/openssl/pull/110 with a fix. Mike On Thu, May 22, 2014 at 2:28 PM, Lukas Tribus luky...@hotmail.com wrote: Hey guys! Since commit 6af080acaf (Unit/regression test for TLS heartbeats.), when compiling master/OpenSSL_1_0_2-stable/OpenSSL_1_0_1-stable with

Re: [openssl.org #3352] export session id and master key in NSS keylog format

2014-05-22 Thread Martin Kaiser via RT
Hi Matt, With regards to the patch itself, it is the idiom of many of the OpenSSL command line apps to take a -outform argument. I think it would be more in keeping with the intention of that argument if the patch were modified to use -outform NSS instead of -keylog. Could you make the