Re: CANT BE DONE!

2000-12-09 Thread Jackie Chan
Geoff, Thank you very much. As for the possible attack scenario, i negelected to mention that there would be a 5 second delay after connection, then a challenge response. After that I am hoping to have the read on the server side blocking, and the write on the client side, non blocking.

Re: CANT BE DONE!

2000-12-08 Thread Geoff Thorpe
On Fri, 8 Dec 2000, Jackie Chan wrote: > >From what I can see it is impossible to create a client and server > interaction that allows the following behavior using Net::SSLeay > > client sends data to the server > > server handles data > > server waits for more data from the same client over t

CANT BE DONE!

2000-12-08 Thread Jackie Chan
>From what I can see it is impossible to create a client and server interaction that allows the following behavior using Net::SSLeay client sends data to the server server handles data server waits for more data from the same client over the same connection Pay close attention to that last lin