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
>
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
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
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
...@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
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
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