mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 17:57:12 +00:00
Merge branch '3.0'
This commit is contained in:
commit
8c8863eca5
@ -2194,12 +2194,12 @@ class X509
|
||||
chunk_split(base64_encode($key), 64) .
|
||||
"-----END PUBLIC KEY-----";
|
||||
|
||||
$this->publicKey = null;
|
||||
$this->publicKey = $this->getPublicKey();
|
||||
|
||||
$this->currentKeyIdentifier = null;
|
||||
$this->currentCert = $csr;
|
||||
|
||||
$this->publicKey = null;
|
||||
$this->publicKey = $this->getPublicKey();
|
||||
|
||||
return $csr;
|
||||
}
|
||||
|
||||
@ -2305,12 +2305,12 @@ class X509
|
||||
chunk_split(base64_encode($key), 64) .
|
||||
"-----END PUBLIC KEY-----";
|
||||
|
||||
$this->publicKey = null;
|
||||
$this->publicKey = $this->getPublicKey();
|
||||
|
||||
$this->currentKeyIdentifier = null;
|
||||
$this->currentCert = $spkac;
|
||||
|
||||
$this->publicKey = null;
|
||||
$this->publicKey = $this->getPublicKey();
|
||||
|
||||
return $spkac;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user