display SSL version?

2014-06-12 Thread Zube
Sorry for the bother, but is there any way to poke or prod or query dovecot so that it will reveal what version of SSL it is currently using? dovecot --build-options tells me that openssl is there, but not the version. ldd on any of the binaries in libexec comes up empty. I can get the

Re: display SSL version?

2014-06-12 Thread Andrew Ho
You can use ldd. ldd /usr/lib64/dovecot/libdovecot-ssl.so It works. On 2014-06-12, 12:34 PM, Zube wrote: Sorry for the bother, but is there any way to poke or prod or query dovecot so that it will reveal what version of SSL it is currently using? dovecot --build-options tells me

Re: display SSL version?

2014-06-12 Thread Zube
On Thu Jun 12 12:47:06 PM, Andrew Ho wrote: You can use ldd. ldd /usr/lib64/dovecot/libdovecot-ssl.so It works. I should have mentioned (drat) that I built both OpenSSL and dovecot from scratch and both are in their own directories under /usr/local. ldd on any file I've tried so far

Re: display SSL version?

2014-06-12 Thread Reindl Harald
Am 12.06.2014 19:24, schrieb Zube: On Thu Jun 12 12:47:06 PM, Andrew Ho wrote: You can use ldd. ldd /usr/lib64/dovecot/libdovecot-ssl.so It works. I should have mentioned (drat) that I built both OpenSSL and dovecot from scratch and both are in their own directories under

Re: display SSL version?

2014-06-12 Thread Zube
On Thu Jun 12 07:28:57 PM, Reindl Harald wrote: but you have %prefix/libexec/dovecot/imap-login and if you even managed to link it static Hmm. I do feel like an idiot now. I don't think it's statically linked. prompt file imap-login imap-login: ELF 64-bit LSB executable, AMD x86-64,

Re: display SSL version?

2014-06-12 Thread Reindl Harald
Am 12.06.2014 20:32, schrieb Zube: On Thu Jun 12 07:28:57 PM, Reindl Harald wrote: but you have %prefix/libexec/dovecot/imap-login and if you even managed to link it static Hmm. I do feel like an idiot now. I don't think it's statically linked. why do you need to think? you

Re: display SSL version?

2014-06-12 Thread Zube
On Thu Jun 12 08:36:28 PM, Reindl Harald wrote: prompt file imap-login imap-login: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), not stripped and what says ldd on that file? prompt ldd imap-login

Re: display SSL version?

2014-06-12 Thread Reindl Harald
Am 12.06.2014 22:49, schrieb Zube: On Thu Jun 12 08:36:28 PM, Reindl Harald wrote: prompt file imap-login imap-login: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), not stripped and what says ldd on that file?

Re: display SSL version?

2014-06-12 Thread Michael Hocke
On Thu, 12 Jun 2014, Zube wrote: prompt ldd imap-login linux-vdso.so.1 = (0x7fffd03fd000) libdovecot-login.so.0 = /usr/local/dovecot/lib/dovecot/libdovecot-login.so.0 (0x2b5798753000) libdovecot.so.0 = /usr/local/dovecot/lib/dovecot/libdovecot.so.0

Re: display SSL version?

2014-06-12 Thread Zube
On Thu Jun 12 05:19:02 PM, Michael Hocke wrote: $ strings imap-login | grep OpenSSL Yes, this is what I get on something like sshd, which I know points to a non-shared OpenSSL install. It also appears, as previously mentioned, on ssl-params, but not on anything else, like imap-login. ssl is