mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-13 09:37:37 +01:00
update unit test to account for newly added null byte
This commit is contained in:
parent
0c8b6961e3
commit
15c8cc6810
@ -258,8 +258,8 @@ Z9w7lshQhqowtrbLDFw4rXAxZuE=
|
|||||||
// unstructuredName attribute with a value of "Curdle Chairs"
|
// unstructuredName attribute with a value of "Curdle Chairs"
|
||||||
// that the following key does not have
|
// that the following key does not have
|
||||||
$expected = '-----BEGIN PRIVATE KEY-----
|
$expected = '-----BEGIN PRIVATE KEY-----
|
||||||
MFICAQEwBwYDK2VwBQAEIgQg1O5y2/kTWErVttjx92n4rTr+fCjL8dT74Jeoj0R1
|
MFMCAQEwBwYDK2VwBQAEIgQg1O5y2/kTWErVttjx92n4rTr+fCjL8dT74Jeoj0R1
|
||||||
WEKBIBm/RAlphM3+hUG6wWfcO5bIUIaqMLa2ywxcOK1wMWbh
|
WEKBIQAZv0QJaYTN/oVBusFn3DuWyFCGqjC2tssMXDitcDFm4Q==
|
||||||
-----END PRIVATE KEY-----';
|
-----END PRIVATE KEY-----';
|
||||||
$this->assertSame($expected, $key->toString('PKCS8'));
|
$this->assertSame($expected, $key->toString('PKCS8'));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user