Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
DX509.php3788 private function revokedCertificate(array &$rclist, $serial, $create = false) function in phpseclib3\\File\\X509
3820 if ($this->revokedCertificate($rclist, $serial) === false) { // If not yet revoked
3821 if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) {
3844 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3863 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3908 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3933 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3955 if (($i = $this->revokedCertificate($rclist, $serial)) !== false) {
3977 if (($i = $this->revokedCertificate($rclist, $serial, true)) !== false) {