Searched refs:cert (Results 1 – 2 of 2) sorted by relevance
4 * [[qhsr:cert|Certification]]
429 * @param array|string $cert433 public function loadX509($cert, $mode = self::FORMAT_AUTO_DETECT) argument435 if (is_array($cert) && isset($cert['tbsCertificate'])) {438 $this->dn = $cert['tbsCertificate']['subject'];442 $this->currentCert = $cert;449 return $cert;453 $newcert = ASN1::extractBER($cert);454 if ($mode == self::FORMAT_PEM && $cert == $newcert) {457 $cert = $newcert;460 if ($cert === false) {[all …]