Exemple #1
0
 /**
  * Frees resources.
  *
  * Calling this method is always a good idea, because all security relevant
  * attributes are filled with Nullbytes to leave nothing in the mem.
  *
  * @access public
  */
 function close()
 {
     Auth_RADIUS_MSCHAPv1::close();
     $this->peerChallenge = str_repeat("", strlen($this->peerChallenge));
 }
Exemple #2
0
 /**
  * Frees resources.
  *
  * Calling this method is always a good idea, because all security relevant
  * attributes are filled with Nullbytes to leave nothing in the mem.
  *
  * @access public
  */
 function close()
 {
     parent::close();
     $this->peerChallenge = str_repeat("", strlen($this->peerChallenge));
 }