Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-11-19 Thread Geoff Thorpe
On Tuesday 18 November 2008 19:22:55 Sander Temme wrote: On Nov 11, 2008, at 12:28 AM, Sander Temme wrote: On Nov 2, 2008, at 9:19 AM, Sander Temme wrote: The following compiles and tests cleanly on trunk and on the latest snapshot of 0.9.8-stable (with offset 1 in e_chil.c). Also

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-11-18 Thread Sander Temme
On Nov 11, 2008, at 12:28 AM, Sander Temme wrote: On Nov 2, 2008, at 9:19 AM, Sander Temme wrote: The following compiles and tests cleanly on trunk and on the latest snapshot of 0.9.8-stable (with offset 1 in e_chil.c). Also attached to prevent line wrap: Ping? Any chance to squeeze

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-11-10 Thread Sander Temme
On Nov 2, 2008, at 9:19 AM, Sander Temme wrote: The following compiles and tests cleanly on trunk and on the latest snapshot of 0.9.8-stable (with offset 1 in e_chil.c). Also attached to prevent line wrap: Ping? Thanks, S. Index: engines/e_chil.c

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-11-02 Thread Sander Temme
On Oct 29, 2008, at 8:33 AM, Geoff Thorpe wrote: Same patch, applies clean to trunk and to 0.9.8-stable. I actually took it against trunk. Doesn't seem to be touched by make update, unless I'm missing something. It didn't remove the error string? Can you please try removing it manually and

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-10-29 Thread Geoff Thorpe
On Tuesday 28 October 2008 02:07:18 Sander Temme wrote: On Oct 27, 2008, at 8:20 AM, Geoff Thorpe wrote: Well, FWIW, I will ACK the patch. And if nobody gets round to putting it in (and doing any other admin that goes with it, like regenerating the error definitions which probably change

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-10-28 Thread Sander Temme
On Oct 27, 2008, at 8:20 AM, Geoff Thorpe wrote: Well, FWIW, I will ACK the patch. And if nobody gets round to putting it in (and doing any other admin that goes with it, like regenerating the error definitions which probably change as a consequence of this, etc), then I'll try to do this

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-10-27 Thread Sander Temme
On Oct 20, 2008, at 11:21 AM, Sander Temme via RT wrote: Dear OpenSSL developers, I would like to propose the following patch to engines/e_chil.c: -- Polite nag -- I have been trying to raise this topic, on the list and through RT, since August. I have had no reaction from any of the

Re: [PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-10-27 Thread Geoff Thorpe
Well, FWIW, I will ACK the patch. And if nobody gets round to putting it in (and doing any other admin that goes with it, like regenerating the error definitions which probably change as a consequence of this, etc), then I'll try to do this myself this some time this week. If you want to help

[PATCH] keep CHIL engine from breaking in non-threaded situations [openssl.org #1736]

2008-10-20 Thread Sander Temme via RT
Dear OpenSSL developers, I would like to propose the following patch to engines/e_chil.c: Index: engines/e_chil.c === RCS file: /home/openssl/cvs/openssl/engines/e_chil.c,v retrieving revision 1.5 diff -u -r1.5 e_chil.c ---