Re: [openssl.org #669] select patches for DOS

2003-09-28 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 28 Sep 2003 04:44:29 +0200 (METDST), [EMAIL PROTECTED] via RT [EMAIL PROTECTED] said: rt rt On Sat, 27 Sep 2003, Richard Levitte via RT wrote: rt rt I applied your changes to 0.9.8-dev and 0.9.7-stable. Thank you. rt rt Ticket resolved. rt rt [EMAIL

Re: [openssl.org #669] select patches for DOS

2003-09-28 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Sun, 28 Sep 2003 04:44:29 +0200 (METDST), [EMAIL PROTECTED] via RT [EMAIL PROTECTED] said: rt rt On Sat, 27 Sep 2003, Richard Levitte via RT wrote: rt rt I applied your changes to 0.9.8-dev and 0.9.7-stable. Thank you. rt rt Ticket resolved. rt rt

[openssl.org #669] select patches for DOS

2003-09-27 Thread Richard Levitte via RT
I applied your changes to 0.9.8-dev and 0.9.7-stable. Thank you. Ticket resolved. [EMAIL PROTECTED] - Tue Jul 29 09:10:37 2003]: These are my patches to get openssl s_client working on MSDOS / djgpp / Watt-32. The assumtion that DOS in general can do select() on stdin/stdout is wrong

Re: [openssl.org #669] select patches for DOS

2003-09-27 Thread [EMAIL PROTECTED] via RT
On Sat, 27 Sep 2003, Richard Levitte via RT wrote: I applied your changes to 0.9.8-dev and 0.9.7-stable. Thank you. Ticket resolved. [EMAIL PROTECTED] - Tue Jul 29 09:10:37 2003]: These are my patches to get openssl s_client working on MSDOS / djgpp / Watt-32. The patch was

[openssl.org #669] select patches for DOS

2003-07-29 Thread Gisle Vanem via RT
These are my patches to get openssl s_client working on MSDOS / djgpp / Watt-32. The assumtion that DOS in general can do select() on stdin/stdout is wrong (allthough djgpp has some support for it, it's slow and clunky). My patch uses kbhit() as Win32/WinCE does. One other patch: I had to