LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   OpenSSL (https://www.linuxquestions.org/questions/linux-software-2/openssl-693845/)

rozilla 12-30-2008 07:20 AM

OpenSSL
 
http://www.partimage.org/Partimage-m...etwork-support

Quote:

If the shared version of OpenSSL is installed on your computer (it must have been compiled with ./config --prefix=/usr -shared), then the SSL encryption is enabled by default.
How can I find out if ssl encryption is enabled or not?

David1357 12-30-2008 08:47 AM

Quote:

Originally Posted by rozilla (Post 3391468)
How can I find out if ssl encryption is enabled or not?

If you have "/usr/lib/libssl.so", you have shared library support, and partimage will use it:
Code:

[machine:~]:ls -l /usr/lib/libssl.so
lrwxrwxrwx 1 root root 15 2008-03-24 15:36 /usr/lib/libssl.so -> libssl.so.0.9.8


rozilla 12-30-2008 08:57 AM

Thanks, it worked! :-)

David1357 12-30-2008 10:38 AM

Quote:

Originally Posted by rozilla (Post 3391564)
Thanks, it worked! :-)

Next time you can hit the thumb-shaped icon to "thank" me... ;)


All times are GMT -5. The time now is 08:54 PM.