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"/>
- will help resolve
-
MDL-21260 General open bugs
-
- Closed
-