chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] [PATCH 0/4] openssl: a bunch of bug fixes


From: Florian Zumbiehl
Subject: [Chicken-users] [PATCH 0/4] openssl: a bunch of bug fixes
Date: Tue, 2 Apr 2013 06:55:05 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

in the following mails, you'll find a bunch of bug fixes for the openssl
egg. 

Apart from the problems fixed by those patches, it seems to me like the
current code could deadlock during renegotiation, but I haven't managed to
figure out how to fix that, and I think I have convinced myself that I
don't currently need renegotiation support, so I'll leave it at that for
now.

In particular, I have no clue how to interleave partial SSL_write() and
SSL_read() calls without getting confused as to what I/O state to wait for,
and not interleaving them could cause pipelined protocols to deadlock even
without renegotiation, so that would not be much of an improvement.

Also, I have tried git format-patch's --attach, but mutt doesn't seem to
parse MIME multipart bodies passed to -H, so I switched back to inline
patches for now ...

Regards, Florian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]