TCP socket persistence and SSL Connect

2007-01-19 Thread Prabhu.S
Hi All: I have a SSL client and a server application.The client connects to a SSL server in a TCP socket persistence mode, i.e, it does a data exchange with the server through a SSL connection , tears down the SSL connection but again sends out a client_hello in the same TCP socket connection i

Error Loading Certificates - Cavium Cards used

2007-01-05 Thread Prabhu.S
Hello All: We had an SSL enabled client application which was working fine.Recently we ran our client application in a machine with Cavium Nitrox Cards to enable efficient operation during stress scenario. The NITROX SDK includes an evaluation board with modified OpenSSL using Cavium's TurboSSL

Clarifications on PEM and DER formats.

2006-12-18 Thread Prabhu.S
Hi All: I have a question on Certifiate formats and functions used to load certificate files into CTX object. As per the documents: SSL_CTX_use_certificate_chain_file () loads a certificate chain from file into ctx. The certificates must be in PEM format and must be sorted startin

Loading of Certificates

2006-11-24 Thread Prabhu.S
Hello All: We had an SSL enabled client application which was working fine.Recently we ran our client application in a machine with Cavium Nitrox Cards to enable efficient operation during stress scenario. The NITROX SDK includes an evaluation board with modified OpenSSL using Cavium's TurboSSL

Re: Error accepting connections

2006-11-02 Thread Prabhu.S
Marek/Chong, Thanks for your reply. As Marek poited out the issue was in the way mutithreading was achieved in server. The locking of SSL context objects 'ctx' was not done properly. The issue is solved now. Chong , I tried using sslv23_server_method but it didn't help . - Original Mess

Error accepting connections

2006-10-31 Thread Prabhu.S
  Hello All:   I have a SSL Server application . In a test scenario  20 clients try connecting to the server simultaneously. In most of the test run atleast one connection fails. The server logs the following message for the failed connection:   ** server.c:809 Error accepting SSL connection

How to achieve TCP socket persistence ?

2006-09-05 Thread Prabhu.S
Hello,   In a SSL enabled application I need to have the TCP socket persistent after calling SSL_shutdown; i.e when a SSL session has been established with the server and torn down by calling SSL_shutdown the TCP socket connection with the server needs to be intact. But I think SSL_shutdown

Re: query on SSL_CTX_set_verify();

2006-08-18 Thread Prabhu.S
Thanks Marek for that reply. It helped me :) Regards, Prabhu. S - Original Message - From: "Marek Marcola" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 09, 2006 3:02 PM Subject: Re: query on SSL_CTX_set_verify(); > Hello, > > I have client application program in which I call the m

query on SSL_CTX_set_verify();

2006-08-08 Thread Prabhu.S
Hello,   I have  client application program in which I call the method "SSL_CTX_set_verify" as SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL). Whenever the incoming server certificate is invalid the the application immediately aborts. How do I overcome this..I need to abort grace fully cal

Re: What does "PEM" mean?

2006-07-31 Thread Prabhu.S
PEM : Privacy Enhanced Mail - Original Message - From: "Gayathri Sundar" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 01, 2006 9:28 AM Subject: RE: What does "PEM" mean? > Wow, I was thinking its "Privacy Enhanced Mode!!" ?? No? > > -Original Message- > From: [EMAIL PROTECTED