Hello,
How can I verify if CentOS 4.7 is using SSL or OpenSSL? I have verified that pyOpenSSL is installed on my machine but I do not know much about SSL/OpenSSL and only know that Python is a programming language and pyOpenSSL is a library that allows Python to use OpenSSL functionality. Any help or info is appreciated. Thank you.
CentOS 4.7 and OpenSSL (is it used?)
-
- Posts: 10642
- Joined: 2005/08/05 15:19:54
- Location: Northern Illinois, USA
CentOS 4.7 and OpenSSL (is it used?)
Welcome to CentOS.
As a new user, please read:
http://www.centos.org/modules/newbb/viewforum.php?forum=47
If you have a specific question, please ask it.
As a new user, please read:
http://www.centos.org/modules/newbb/viewforum.php?forum=47
If you have a specific question, please ask it.
-
- Retired Moderator
- Posts: 18276
- Joined: 2006/12/13 20:15:34
- Location: Tidewater, Virginia, North America
- Contact:
Re: CentOS 4.7 and OpenSSL (is it used?)
[quote]
Latitude wrote:
How can I verify if CentOS 4.7 is using SSL or OpenSSL? ...[/quote]
On CentOS 4.8, the current/supported release:[code]
[root@c4 ~]# rpm -qa \*ssl\*
xmlsec1-openssl-1.2.6-3.1.x86_64
openssl-0.9.7a-43.17.el4_8.5.x86_64
openssl-0.9.7a-43.17.el4_8.5.i686
docbook-style-dsssl-1.78-4.noarch
openssl-devel-0.9.7a-43.17.el4_8.5.x86_64
[root@c4 ~]# openssl version
OpenSSL 0.9.7a Feb 19 2003
[/code]
Latitude wrote:
How can I verify if CentOS 4.7 is using SSL or OpenSSL? ...[/quote]
On CentOS 4.8, the current/supported release:[code]
[root@c4 ~]# rpm -qa \*ssl\*
xmlsec1-openssl-1.2.6-3.1.x86_64
openssl-0.9.7a-43.17.el4_8.5.x86_64
openssl-0.9.7a-43.17.el4_8.5.i686
docbook-style-dsssl-1.78-4.noarch
openssl-devel-0.9.7a-43.17.el4_8.5.x86_64
[root@c4 ~]# openssl version
OpenSSL 0.9.7a Feb 19 2003
[/code]