Displaying 2 results from an estimated 2 matches for "vournabl".
Did you mean:
vournable
2017 Oct 27
0
How to check which version of openssl is getting compiled in into dovecot?
...s /lib64/libssl.so.1.0.0|grep openssl -i
SSLv3 part of OpenSSL 1.0.2l 25 May 2017
TLSv1 part of OpenSSL 1.0.2l 25 May 2017
DTLSv1 part of OpenSSL 1.0.2l 25 May 2017
looks good.
and (obviously) restarted dovecot. Outside tester
https://filippo.io/CVE-2016-2107 still says my imap on port 993 is
vournable to CVE-2016-2107. Weird.
I wish dovecot could print out version of openssl he is using on
runtime (for example to maillog, every time he starts). For example
apache can do it (and many other programs). Its a must have feature in
situation where openssl is dynamicly linked at startup (as using env...
2017 Oct 27
2
How to check which version of openssl is getting compiled in into dovecot?
>> You can check with ldd /usr/lib/dovecot/imap-login (or libexec)
No, I cant because I'm compiling dovecot with openssl compiled as FPIC
which means that its not getting dynamicly linked.
When I try to compile against non-fpic openssl I just got
/usr/openssl-1.0.2l/lib/libssl.a(s23_srvr.o): relocation R_X86_64_32
against `.rodata' can not be used when making a shared object;