Re: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
Any input would greatly be appreciated. I can't figure out what I'm not doing. Sent wirelessly from my BlackBerry device on the Bell network. Envoyé sans fil par mon terminal mobile BlackBerry sur le réseau de Bell. -Original Message- From: Irfan Gulamali irfan.gulam...@hotmail.com Date

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
and client. What do u mean by close the connection from the server? Does the server spawn a new thread to handle client requests? -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

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
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 Hi, I was curious to know

RE: simple ssl server

2009-07-18 Thread Irfan Gulamali
...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Irfan Gulamali Sent: 18 July 2009 11:19 To: openssl-users@openssl.org Subject: simple ssl server Hi, I'm building a simple ssl server but I'm having trouble getting the handshake to work. I'm using the openssl s_client

RE: simple ssl server

2009-07-18 Thread Irfan Gulamali
] On Behalf Of Irfan Gulamali Sent: 18 July 2009 11:19 To: openssl-users@openssl.org Subject: simple ssl server Hi, I'm building a simple ssl server but I'm having trouble getting the handshake to work. I'm using the openssl s_client to verify my tls1 handshake and using the server.pem file

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

simple ssl server

2009-07-17 Thread Irfan Gulamali
Hi, I'm building a simple ssl server but I'm having trouble getting the handshake to work. I'm using the openssl s_client to verify my tls1 handshake and using the server.pem file that came with openssl0.8.9k. I must be missing something critical as I get the alert 40 for failed handshake.