Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2024-09-30 04:29:45 -05:00
commit 418965da38

View File

@ -3847,7 +3847,8 @@ class X509
array(
'version' => 'v1',
'subject' => $this->dn,
'subjectPKInfo' => $publicKey
'subjectPKInfo' => $publicKey,
'attributes' => array()
),
'signatureAlgorithm' => array('algorithm' => $signatureAlgorithm),
'signature' => false // this is going to be overwritten later