Home
last modified time | relevance | path

Searched refs:tbsCertList (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1345 case isset($this->currentCert['tbsCertList']):
1350 case !defined('FILE_X509_IGNORE_TYPE') && $this->currentCert['tbsCertList']['issuer'] === $ca['tbsCertificate']['subject']:
1351 case defined('FILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertList']['issuer']) === $this->getDN(self::DN_STRING, $ca['tbsCertificate']['subject']):
1821 $dn = isset($this->currentCert['tbsCertList']) ? $this->currentCert['tbsCertList']['issuer'] : $this->dn;
1966 case isset($this->currentCert['tbsCertList']):
1967 return $this->getDN($format, $this->currentCert['tbsCertList']['issuer']);
2010 case isset($this->currentCert['tbsCertList']):
2011 return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType);
2405 if (is_array($crl) && isset($crl['tbsCertList'])) {
[all...]