mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-29 04:23:34 +00:00
CS adjustment
This commit is contained in:
parent
c1f284d6b8
commit
19fe966933
@ -63,7 +63,7 @@ class CRLTest extends PhpseclibTestCase
|
|||||||
$this->assertTrue($x509->validateSignature());
|
$this->assertTrue($x509->validateSignature());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testPSSSigWithPKCS1Cert()
|
public function testPSSSigWithPKCS1Cert(): void
|
||||||
{
|
{
|
||||||
$x509 = new X509();
|
$x509 = new X509();
|
||||||
$x509->loadCA('-----BEGIN CERTIFICATE-----
|
$x509->loadCA('-----BEGIN CERTIFICATE-----
|
||||||
|
Loading…
Reference in New Issue
Block a user