Re: [openssl.org #1833] [PATCH] Abbreviated Renegotiations

2010-08-26 Thread Robin Seggelmann via RT
Updated version. The variable new_session is now set during a full handshake as before, to avoid breaking applications which access it directly instead using SSL_renegotiate_pending() to determine whether a handshake is in progress. --- ssl/d1_clnt.c 26 Jan 2010 19:46:29 -

RE: [openssl.org #2321] bug report: core dump on OPENSSL_cpuid_setup() on Solaris 10 with a Sun Enterprise 450 system

2010-08-26 Thread Kees Dekker
Mistake: openssl linked -lmalloc + mallopt(M_KEEP,0) ran on USII (no vis2). Our own application still crashed. Anyhow, this is something for Sun to fix IMO. Kees -Original Message- From: Kees Dekker Sent: Thursday, 26 August, 2010 14:16 To: 'r...@openssl.org' Cc: openssl-dev@openssl.org

Re: [openssl.org #2321] bug report: core dump on OPENSSL_cpuid_setup() on Solaris 10 with a Sun Enterprise 450 system

2010-08-26 Thread Andy Polyakov via RT
The reproduction provided by you also crashed on my SparcIII machine if -lmalloc was used. Which is intended. In sense that libdevinfo is incompatible with libmalloc not on some particular hardware platform, which would make bug report more convincing. A call to mallopt(M_KEEP,0) did not

RE: [openssl.org #2321] bug report: core dump on OPENSSL_cpuid_setup() on Solaris 10 with a Sun Enterprise 450 system

2010-08-26 Thread Kees Dekker via RT
Hi, What do you mean with the last paragraph in your email? Do you like to make a fix, in such way that the sun way becomes more similar to the linux way? I will update when I can get a fix from SUN. In the meanwhile - since we can't easily set env.vars., because our program is a network