[BACK]Return to errata56.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/errata56.html between version 1.4 and 1.5

version 1.4, 2014/10/19 21:08:19 version 1.5, 2014/10/21 18:25:37
Line 125 
Line 125 
 A source code patch exists which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
   
   <li><a name="005_nosslv3"></a>
   <font color="#009000"><strong>005: SECURITY FIX: October 20, 2014</strong></font>
   &nbsp; <i>All architectures</i><br>
   This patch disables the SSLv3 protocol by default.
   <p>
   <i>
   Applications depending on SSLv3 may need to be recompiled with
   <pre>    SSL_CTX_clear_option(ctx, SSL_OP_NO_SSLv3);</pre>
   but we recommend against the continued use of this obsolete protocol.
   </i>
   <p>
   <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.6/common/005_nosslv3.patch.sig">
   A source code patch exists which remedies this problem.</a>
   <p>
   
 </ul>  </ul>
   
 </body>  </body>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5