mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 04:05:15 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
0121b45011
@ -3045,6 +3045,9 @@ class X509
|
|||||||
case 'rsaEncryption':
|
case 'rsaEncryption':
|
||||||
$csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey']
|
$csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey']
|
||||||
= base64_encode("\0" . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'])));
|
= base64_encode("\0" . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'])));
|
||||||
|
$csr['certificationRequestInfo']['subjectPKInfo']['algorithm']['parameters'] = null;
|
||||||
|
$csr['signatureAlgorithm']['parameters'] = null;
|
||||||
|
$csr['certificationRequestInfo']['signature']['parameters'] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user