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
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
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
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