1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-27 04:46:26 +01:00

Tests/X509: typo

This commit is contained in:
terrafrost 2015-06-28 11:40:34 -05:00
parent 46a3c0fbbb
commit 2277c0fbac

View File

@ -136,7 +136,7 @@ aBtsWpliLSex/HHhtRW9AkBGcq67zKmEpJ9kXcYLEjJii3flFS+Ct/rNm+Hhm1l7
$cert = $x509->saveX509($result);
$cert = $x509->loadX509($cert);
$this->assetArrayHasKey('parameters', $cert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']);
$this->assertArrayHasKey('parameters', $cert['tbsCertificate']['subjectPublicKeyInfo']['algorithm']);
}
private function encodeOID($oid)