Re: [openssl-users] CTX_free crash

2015-04-25 Thread dE
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-users] How to invoke RPATH settings?

2015-04-25 Thread Jeffrey Walton
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

Re: [openssl-users] CTX_free crash

2015-04-25 Thread dE
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