View Single Post
  #43  
Old 10-28-2014, 09:51 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: POODLE vulnerability in SSLv3

Different XC versions will have different code yes.

You can either comment out the ifs or you can also explicitly set the ssl3 variable to false right after the opening bracket of the function and it will not be used

function NAME (PARAMETERS)
{
// set ssl3 to false so it is not used
$use_ssl3 = false;
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote