Re: Is OpenSSL 0.9.7-beta3 compatible with 0.9.6.2?

2002-10-12 Thread Dr. Stephen Henson
On Sat, Oct 12, 2002, Kumar, Mayank wrote: > Hi Stephen, > > For my OCSP implementation, I've taken the new OCSP components from > 0.9.7-beta3 and have integrated it with 0.9.6.2. Have not tested it but I > anticipate number of problems due to incorrect ASN encoding/decoding, mainly > due to some

RE: Is OpenSSL 0.9.7-beta3 compatible with 0.9.6.2?

2002-10-12 Thread Kumar, Mayank
Title: RE: Is OpenSSL 0.9.7-beta3 compatible with 0.9.6.2? Hi Stephen, For my OCSP implementation, I've taken the new OCSP components from 0.9.7-beta3 and have integrated it with 0.9.6.2. Have not tested it but I anticipate number of problems due to incorrect ASN encoding/decoding, mainly du

OpenSSL configuration, OpenLDAP integration

2002-10-12 Thread Pravin Joshi
Can anybody give me links for, 1. Step by step guidance for configuring OpenSSL. 2. Step by step guidance for integration of OpenSSAL with OpenLDAP Thanks & Regards Pravin Joshi __ OpenSSL Project

SSL_MODE_AUTO_RETRY

2002-10-12 Thread Edward Chan
Hi there, I'm writing a server app and setting mode SSL_MODE_AUTO_RETRY on the SSL_CTX. Has anybody else used this? Are there any issues with using this? My understanding is that by setting this, I can basically call SSL_read() and SSL_write() as if I normally call read() and write(). Is thi