Re: help

2008-11-25 Thread Sushil Singh
Hi As michael said we need to have multiple SSL_connect before it succeeds. But now my problem is that the handshake fails with cause as SSL_connect failure to due to bad MAC. the server sends this alert to client and handshake fails. Could you pls advise how to debug it further. Best regards

Use of CRL in certificate verification

2011-06-19 Thread Sushil Singh
Hi I am using OpenSSL and writing a TLS client opening a TLS Socket. How i can ensure that this TLS Socket also is checking the CRL for the peer certificate. Pls let me know the API for the same and also how the path of CRL can be indicated to the TLS socket. Thanks in advance. Sushil

Re: web site with many openssl examples

2011-06-30 Thread Sushil Singh
Hi Any body having experience it enable CRL checking in existing OpenSSL client. I need to check the CRL for revoked certificate before attempting SSL_connect to server. Your help in this regard is really appreciated.. Thanks in advance. Br;Sushil

Fwd: Query Regarding usage of SSL_Connect()

2011-07-16 Thread Sushil Singh
Hi Amit I believe you are using non-blocking call. This kind of error will come in the situatation when the SSL is still waiting for data to be available to be read. Before that it can't start processing the data. Pls send me the code snippets where it is failing. I can try to help you in this.