Regarding OpenSSL

2005-05-05 Thread Karthik Bodigere
- - I am using OpenSSL library in our web application. But now i am making my web application to support IPV6.So is there any version of openSSL which supports IPV6 . If not suggest me the modifications which i have to carry out in giving IPV6 support to OpenSSL. Regards Karthik LT

Re: SSL per session memory usage

2005-05-05 Thread Goetz Babin-Ebell
Prashant Kumar wrote: Hello Group, Hello Prashant, The workaround of freeing s3-rbuf and s3-wbuf after the handshake is complete and after SSL_read, SSL_write, SSL_shutdown and so on returns success really seems to work. I have tested it running openssl as a SSL client and as a server. Taking

Re: SSL per session memory usage

2005-05-05 Thread Prashant Kumar
Hello Goetz, Thank you for your input. I tested re-negotiation and it works fine with this change since while doing re-negotiate the OpenSsl returns SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE in which case I will not free the buffer until the handshake is done. Regards, Prashant.Goetz

[openssl.org #1058] Problem compiling openssl 0.9.7g

2005-05-05 Thread via RT
[...] making all in fips... make[1]: Entering directory `/tmp/openssl-0.9.7g/fips' make[2]: Entering directory `/tmp/openssl-0.9.7g/fips' making all in fips/sha1... make[3]: Entering directory `/tmp/openssl-0.9.7g/fips/sha1' gcc -o fips_standalone_sha1 -I.. -I../.. -I../../include -DZLIB_SHARED