[no subject]

2012-01-23 Thread ramanujan ilayaperumal
Hi All, We are using Openssl in one of our product. The version we are using is openssl-0.9.7l. We want to know the TLS version implemented in this version of openssl. I gone through some of the documents and found the version is TLS 1.0. I wanted to confirm this with you people whether this is

Question regarding Open SSL Implementation in CRL verification

2010-06-09 Thread ramanujan ilayaperumal
Hi All, I am Ramanujan. I am using openssl code version 0.9.7l in our application. While doing crl verification, the ssl handshake failed. After debugging the openssl code, I found that the openssl code does not handle critical extensions. Here is the code snippet exts = crl->crl->extensions;