Merge branch '3.0'

This commit is contained in:
terrafrost 2021-02-10 08:27:26 -06:00
commit 8809c6a2b6

View File

@ -2107,6 +2107,17 @@ class X509
return $chain;
}
/**
* Returns the current cert
*
* @access public
* @return array|bool
*/
public function &getCurrentCert()
{
return $this->currentCert;
}
/**
* Set public key
*