1
0
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:
terrafrost 2019-12-17 22:01:42 -06:00
parent 0c8b6961e3
commit 15c8cc6810

View File

@ -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'));