<?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 OpenSSL CVE-2010-3864 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717223#M731661</link>
    <description>Before version 9.08p is released by HP for distribution, the recommended fix is:&lt;BR /&gt;&lt;BR /&gt;1. Confirm that internal session caching is disabled or&lt;BR /&gt;2. the implementation is not multi-threaded.&lt;BR /&gt;&lt;BR /&gt;Can someone please tell me how perform step 1 and verify step 2.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve Hinchman</description>
    <pubDate>Tue, 23 Nov 2010 20:44:06 GMT</pubDate>
    <dc:creator>Steve Hinchman</dc:creator>
    <dc:date>2010-11-23T20:44:06Z</dc:date>
    <item>
      <title>OpenSSL CVE-2010-3864</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717223#M731661</link>
      <description>Before version 9.08p is released by HP for distribution, the recommended fix is:&lt;BR /&gt;&lt;BR /&gt;1. Confirm that internal session caching is disabled or&lt;BR /&gt;2. the implementation is not multi-threaded.&lt;BR /&gt;&lt;BR /&gt;Can someone please tell me how perform step 1 and verify step 2.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve Hinchman</description>
      <pubDate>Tue, 23 Nov 2010 20:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717223#M731661</guid>
      <dc:creator>Steve Hinchman</dc:creator>
      <dc:date>2010-11-23T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL CVE-2010-3864</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717224#M731662</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Generally you can enables/disables session caching by setting the mode in â  SSL_CTX_set_session_cache_mode (SSL_CTX ctx, long mode)â   function.&lt;BR /&gt;&lt;BR /&gt;Mode "SSL_SESS_CACHE_OFF" means, no session caching for client or server takes place.&lt;BR /&gt;&lt;BR /&gt;The default mode is SSL_SESS_CACHE_SERVER, means it is enabled by default.&lt;BR /&gt;&lt;BR /&gt;You can find more information in the below link...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html" target="_blank"&gt;http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Vasu</description>
      <pubDate>Wed, 24 Nov 2010 04:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717224#M731662</guid>
      <dc:creator>vaasusworld</dc:creator>
      <dc:date>2010-11-24T04:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL CVE-2010-3864</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717225#M731663</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;OpenSSL can also be used in multi-threaded applications.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vasu</description>
      <pubDate>Wed, 24 Nov 2010 06:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717225#M731663</guid>
      <dc:creator>vaasusworld</dc:creator>
      <dc:date>2010-11-24T06:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL CVE-2010-3864</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717226#M731664</link>
      <description>Vasu,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;So, if I understand correctly, both issues are dependent upon the application calling/using OpenSSL's TSL, correct?&lt;BR /&gt;&lt;BR /&gt;For example, does Tomcat need to be configured to enable/disable internal session caching? Or is it set by application using Tomcat?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve &lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2010 15:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717226#M731664</guid>
      <dc:creator>Steve Hinchman</dc:creator>
      <dc:date>2010-11-24T15:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSL CVE-2010-3864</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717227#M731665</link>
      <description>&amp;gt;&amp;gt; So, if I understand correctly, both issues are dependent upon the application calling/using OpenSSL's TSL, correct?&lt;BR /&gt;&lt;BR /&gt;The answer is YES.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vasu</description>
      <pubDate>Sun, 28 Nov 2010 07:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssl-cve-2010-3864/m-p/4717227#M731665</guid>
      <dc:creator>vaasusworld</dc:creator>
      <dc:date>2010-11-28T07:18:21Z</dc:date>
    </item>
  </channel>
</rss>

