mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-03-19 16:52:23 +00:00
X509: make the attributes section of new CSRs be blank
This commit is contained in:
parent
9f1602e64c
commit
c6ff35a494
@ -3914,7 +3914,8 @@ class File_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
|
||||
|
Loading…
x
Reference in New Issue
Block a user