On 04/25/15 15:34, dE wrote:
On 04/21/15 15:22, dE wrote:
On 04/20/15 00:10, Salz, Rich wrote:
Sometimes, the program crashes when doing an SSL_CTX_free; before the
crash, ctx is an invalid pointer, that's why I can get a valid
value from
SSL_CTX_get_max_cert_list (ctx), so it's not a double
OpenSSL has support for RPATHs.
How do we invoke the support? Configure and --openssldir or --prefix
does not do it.
Should there be an --rpath option to Configure make this clear and easy?
*
./Configure linux-x86_64 shared no-ssl2 no-ssl3 no-comp
--openssldir=/usr/local/ssl --prefix=/usr/l
On 04/21/15 15:22, dE wrote:
On 04/20/15 00:10, Salz, Rich wrote:
Sometimes, the program crashes when doing an SSL_CTX_free; before the
crash, ctx is an invalid pointer, that's why I can get a valid value
from
SSL_CTX_get_max_cert_list (ctx), so it's not a double free problem.
You mean it's a