RE: How do session accept timeout with OpenSSL

2012-08-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of CharlesTSR > Sent: Tuesday, 14 August, 2012 17:12 You've already followed-up with some, but a few more points: > I am porting an existing Windows-based TCP/IP server > (receive-only, not a Web server) to OpenSSL. > > The way it works with TCP

Re: How do session accept timeout with OpenSSL

2012-08-16 Thread Holger Weiß
* Charles Mills [2012-08-15 17:31]: > Every OpenSSL example I have seen uses BIO, but there is no need to use > BIO, right (unless one wants I/O-type-independence). That's right, though the socket BIO methods also abstract away quite a few obscure platform specifics. > I have eliminated all of m

RE: How do session accept timeout with OpenSSL

2012-08-15 Thread Charles Mills
enssl-us...@openssl.org] On Behalf Of CharlesTSR Sent: Tuesday, August 14, 2012 5:12 PM To: openssl-users@openssl.org Subject: How do session accept timeout with OpenSSL Thanks Dave for your time and patience. I am porting an existing Windows-based TCP/IP server (receive-only, not a Web serve

How do session accept timeout with OpenSSL

2012-08-14 Thread CharlesTSR
when a socket is readable or writable, or for OpenSSL's session timeouts. -- View this message in context: http://old.nabble.com/How-do-session-accept-timeout-with-OpenSSL-tp34299004p34299004.html Sent from the OpenSSL - User mailing list archive at Nabble.com.