One addition:

El 2015-08-18 10:36:57, Matus UHLAR - fantomas escribió:
>> how do I tell if my Courier was compiled against OpenSSL or GnuTLS
>> when my distro packaged it? (just in case, it's a Debian GNU/Linux 8,
>> but I'm more interested in how to discover the information than in
>> the information itself).
> 
> ldd `which couriertls`

When it's compiled with OpenSSL you will see a link to libssl.so.* and
libcrypto.so.* like these:

libssl.so.1.0.0 =>
        /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007ff21344b000)
libcrypto.so.1.0.0 =>
        /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007ff212fea000)


When it's compiled with GnuTLS you will see a link to libgnutls*.so.*
like this:

libgnutls-deb0.so.28 =>
        /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 (0x00007f8c63a4b000)


Debian builds the packages with OpenSSL. This is why I always build my
own courier packages. I just don't manage to get Courier+OpenSSL to work
with my ECDSA certificate while it works like charm with Courier+GnuTLS.



Regards,
Matthias

-- 
Matthias Wimmer
Contact details:     http://matthias.wimmer.tel/

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to