robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
387 stars 181 forks source link

XMLSecurityDSign : The elements XML must appear in this order <KeyInfo><KeyValue><RSAKeyValue> #212

Open luponx opened 4 years ago

luponx commented 4 years ago

A recent modification adds the "KeyValue-RSAKeyValue-Modulus-Exponent" elements, however it shows them after the tag "X509Certificate".

These elements must be in the following order: "KeyInfo-KeyValue-RSAKeyValue-Modulus- Exponent-X509Data-X509Certificate"

How can i make the changes? Where? best regards