Skip to content

Commit

Permalink
Merge branch '1.0' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Sep 30, 2024
2 parents be7ecd3 + c6ff35a commit 418965d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpseclib/File/X509.php
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,8 @@ function signCSR($signatureAlgorithm = 'sha1WithRSAEncryption')
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
Expand Down

0 comments on commit 418965d

Please sign in to comment.