RE: Question about Sessions and gcc compiler

2009-07-20 Thread Vivek Subbarao
11:04 To: openssl-users@openssl.org Subject: RE: Question about Sessions and gcc compiler Hi, Thanks that fixed my issues. Cheers, Irfan > Subject: RE: Question about Sessions and gcc compiler > Date: Sun, 19 Jul 2009 22:31:20 -0700 >

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
Hi, Thanks that fixed my issues. Cheers, Irfan > Subject: RE: Question about Sessions and gcc compiler > Date: Sun, 19 Jul 2009 22:31:20 -0700 > From: viv...@chelsio.com > To: openssl-users@openssl.org > > Accept() and SSL_accep

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
n its single thread). -Irfan > Subject: RE: Question about Sessions and gcc compiler > Date: Sun, 19 Jul 2009 22:27:07 -0700 > From: viv...@chelsio.com > To: openssl-users@openssl.org > > Can u please provide the series of calls th

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Vivek Subbarao
Accept() and SSL_accept should be inside the while loop. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Irfan Gulamali Sent: 19 July 2009 03:23 To: openssl-users@openssl.org Subject: Question about Sessions and gcc compiler

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Vivek Subbarao
...@openssl.org] On Behalf Of Irfan Gulamali Sent: 19 July 2009 03:23 To: openssl-users@openssl.org Subject: Question about Sessions and gcc compiler Hi, I was curious to know if there are future plans for OpenSSL to support mingw 4.x compiler (gcc)? Also, I noticed in some of my server code that if I

Re: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
2009 21:53:14 To: Subject: Question about Sessions and gcc compiler Hi,   I was curious to know if there are future plans for OpenSSL to support mingw 4.x compiler (gcc)?   Also, I noticed in some of my server code that if I connect a client and I close the connection from the server t

Question about Sessions and gcc compiler

2009-07-18 Thread Irfan Gulamali
Hi, I was curious to know if there are future plans for OpenSSL to support mingw 4.x compiler (gcc)? Also, I noticed in some of my server code that if I connect a client and I close the connection from the server that if the client tries to connect again the handshake doesn't start. I've