Ignore:
Timestamp:
09/13/10 15:01:56 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1237 - Atualizados componentes de suporte ao uso do Certificado Digital.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/security/classes/Verifica_Certificado.php

    r1174 r3232  
    3838                        return false;             
    3939                 } 
    40                 if($this->Testa_se_Certificado_Revogado(trim($GLOBALS['CRLs'].$this->CRL),$parametro1['SERIALNUMBER'])) 
    41                  { 
    42                         $this->msgerro = 'MSG011 - Ocorreu erro validando o certificado.'; 
    43                         return false;             
    44                  }                
     40                if($GLOBALS['CRLs'] != '') 
     41                 { 
     42                  if($this->Testa_se_Certificado_Revogado(trim($GLOBALS['CRLs'].$this->CRL),$parametro1['SERIALNUMBER'])) 
     43                   { 
     44                        $this->msgerro = 'MSG011 - Ocorreu erro validando o certificado.'; 
     45                        return false; 
     46                   } 
     47                 } 
    4548                $this->status = true; 
    4649        } 
Note: See TracChangeset for help on using the changeset viewer.