<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: open ssl version in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122075#M8036</link>
    <description>JP-&lt;BR /&gt;  Thanks!... One more thing, when upgrading openssl, do you just swap out old version with the openssl-0.9.7c.tar.gz newest version or is there alot more that needs to be done as far as modifying files or whatnot? Thanks. &lt;BR /&gt;&lt;BR /&gt;Kyle</description>
    <pubDate>Tue, 18 Nov 2003 08:11:13 GMT</pubDate>
    <dc:creator>Kyle D. Harris</dc:creator>
    <dc:date>2003-11-18T08:11:13Z</dc:date>
    <item>
      <title>open ssl version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122073#M8034</link>
      <description>Where would i go on my system to see what version of openssl i'm running? I know for sure I have it.</description>
      <pubDate>Tue, 18 Nov 2003 08:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122073#M8034</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-11-18T08:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: open ssl version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122074#M8035</link>
      <description>this should do !&lt;BR /&gt;&lt;BR /&gt;#rpm -ql openssl&lt;BR /&gt;#locate sll&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 08:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122074#M8035</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-18T08:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: open ssl version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122075#M8036</link>
      <description>JP-&lt;BR /&gt;  Thanks!... One more thing, when upgrading openssl, do you just swap out old version with the openssl-0.9.7c.tar.gz newest version or is there alot more that needs to be done as far as modifying files or whatnot? Thanks. &lt;BR /&gt;&lt;BR /&gt;Kyle</description>
      <pubDate>Tue, 18 Nov 2003 08:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122075#M8036</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2003-11-18T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: open ssl version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122076#M8037</link>
      <description>Kyle,&lt;BR /&gt;&lt;BR /&gt;openssl will I think be /usr/bin/openssl&lt;BR /&gt;and the command &lt;BR /&gt;&lt;BR /&gt;#/usr/bin/openssl version&lt;BR /&gt;&lt;BR /&gt;Will show you the current version &lt;BR /&gt;&lt;BR /&gt;If in the various applic/config files this is invoke as /usr/bin/openssl then all should work&lt;BR /&gt;&lt;BR /&gt;as you have already install this, first check that all works then have a look in your various config "apache ssh...etc" to see that the pointers are to this version bin and libs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 08:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122076#M8037</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-11-18T08:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: open ssl version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122077#M8038</link>
      <description>If you use redhat, which I think is the xcase, then just download rpm -Uvh openssl-0.9.7c-2.i386.rpm. You can get it for your architecture from &lt;A href="http://rpmfind.net/linux/RPM/PLD/dists/ac/ready/i686/openssl-0.9.7c-2.i686.html" target="_blank"&gt;http://rpmfind.net/linux/RPM/PLD/dists/ac/ready/i686/openssl-0.9.7c-2.i686.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 08:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122077#M8038</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-18T08:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: open ssl version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122078#M8039</link>
      <description>In Debian GNU, you can do a `dpkg -l openssl' and verify.  You should understand that in Debian GNU/Linux, openssl is a seperate package and the OpenSSL library is libssl.  The package `openssl' contains the openssl binary and related tools.  It is part of the OpenSSL implementation of SSL.  The `libssl&lt;VERSION&gt;' package is seperate but it is apart of the OpenSSL implementation of SSL too!&lt;/VERSION&gt;</description>
      <pubDate>Wed, 19 Nov 2003 00:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-ssl-version/m-p/3122078#M8039</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-11-19T00:02:50Z</dc:date>
    </item>
  </channel>
</rss>

