Details
Description
The XML-SIG template in mnet_sign_message currently has the line:
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/>
(line 211 of mnet/lib.php)
However, the signature produced is an RSA signature, and not a DSA signature, and so that line should be:
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
Issue Links
| This issue will help resolve: | ||||
| MDL-21260 | General open bugs |
|
|
|
Makes sense to me.
Assigning to Peter for review and adding Nigel here as it looks like this is the same in mahara.