Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Alon Bar-Lev via RT
Hello Roumen, Thank you for addressing this. I cannot reproduce the _XOPEN_SOURCE issue anymore, maybe because in the meantime I upgraded to mingw-runtime-3.15.1. For the WIN32_LEAN_AND_MEAN, I don't see how it is relates to winsock issue... You could always have #include and you do this already

[openssl.org #1761] [PATCH] AWOL openssl s_client eating CPU time.

2008-10-22 Thread Lutz Jaenicke via RT
Patch applied. Thanks, Lutz __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMA

Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Stefan . Neis
Hi, > 5. Added -DWIN32_LEAN_AND_MEAN and drop the conflict undef of x509.h While I don't mind having to compile the library itself with "special" flags, the above implies that every _user_ of OpenSSL who includes x509.h has to either use -DWIN32_LEAN_AND_MEAN as well or that he is going t

[openssl.org #1764] openssl-0.9.8i random generator bug

2008-10-22 Thread Lutz Jaenicke via RT
> [EMAIL PROTECTED] - Tue Oct 21 14:23:50 2008]: > > Hello rt, > > During stress testing my project, suddenly got crash inside openssl > > openssl version - openssl-0.9.8i > compiler - Microsoft Visual Studio 2008 Professional Edition (C++ > project) > project - x64 debug compilation >

[openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-10-22 Thread Stephen Henson via RT
> [EMAIL PROTECTED] - Sun Sep 28 16:41:18 2008]: > > Update the OpenSSL patch for EAP-FAST support to work with the current > OpenSSL snapshot. The ssl/s3_srvr.c change from 03-Sep-2008 (rev 1.163) > seemed to have reverted some earlier changes and because of this, the > extra call to ssl3_digest_

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-10-22 Thread Jouni Malinen via RT
On Wed, Oct 22, 2008 at 01:19:53PM +0200, Stephen Henson via RT wrote: > I've had an initial look at this patch. Is there some reason you need to > be able to generate generic extensions rather than just being able to > override the session ticket extension? Not really. This just remains from the

Re: [openssl.org #1574] Session Ticket in OpenSSL 0.9.9 and EAP-FAST

2008-10-22 Thread Jouni Malinen
On Wed, Oct 22, 2008 at 01:19:53PM +0200, Stephen Henson via RT wrote: > I've had an initial look at this patch. Is there some reason you need to > be able to generate generic extensions rather than just being able to > override the session ticket extension? Not really. This just remains from the

[openssl.org #1765] 0.9.8i make failed on UBuntu Linux Sun XVM (host operating sys is Windows XP)

2008-10-22 Thread Jag V S via RT
[EMAIL PROTECTED]:/opt/software/openssl-0.9.8i$ sudo make making all in crypto... make[1]: Entering directory `/opt/software/openssl-0.9.8i/crypto' ( echo "#ifndef MK1MF_BUILD"; \     echo '  /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \     echo '  #define CFLAGS "gcc -DOPENSSL

OpenSSL - WinCE support

2008-10-22 Thread Palaniappan Ramaswamy
Hi, Please let me know, which version of OpenSSL has support for WinCe. When I tried to build version openssl-0.9.8i for WinCe, I came across different issue like, header files not found. I manage to copy the required files from "C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\Sma

Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Alon Bar-Lev via RT
I did not wish to do anything special except of fixing mingw, so I drop the LEAN_AND_MEAN fixup. Latest snapshot added obj_xref.h, so the depend target can stay the same. Attached is the only fix needed for making domd use cross compiler, as it fails because of the -mno-cygwin. And optional fix I

Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Alon Bar-Lev
On 10/22/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > > > 5. Added -DWIN32_LEAN_AND_MEAN and drop the conflict undef of x509.h > > > While I don't mind having to compile the library itself with "special" > flags, the above implies that every _user_ of OpenSSL who includes >

Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Roumen Petrov
[EMAIL PROTECTED] wrote: Hi, 5. Added -DWIN32_LEAN_AND_MEAN and drop the conflict undef of x509.h While I don't mind having to compile the library itself with "special" flags, the above implies that every _user_ of OpenSSL who includes x509.h has to either use -DWIN32_LEAN_AND_MEAN

Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Roumen Petrov
Alon Bar-Lev via RT wrote: [SNIP] For some strange reason perl reports that symlinks are available under msys, while it cannot create symbolic link when the to is not reachable from cwd. May be I can access a msys environment next week :( . It is save to assume that msys don't support symboli

Re: [openssl.org #1753] snapshot 20081003 broke mingw build

2008-10-22 Thread Alon Bar-Lev
On 10/22/08, Roumen Petrov <[EMAIL PROTECTED]> wrote: > Alon Bar-Lev via RT wrote: > [SNIP] > > > For some strange reason perl reports that symlinks are available > > under msys, while it cannot create symbolic link when the to > > is not reachable from cwd. > > > > > May be I can access a msys e