Ian Hummel wrote:
This outputs:
DEBUG net.parityinc.jumpstart.sts.CryptoUtils - keyInfo is:
[EMAIL PROTECTED]
DEBUG net.parityinc.jumpstart.sts.CryptoUtils - Public key is: Sun RSA
public key, 1024 bits
modulus:
111569399812228317974104160667778574453427703386659798836457259422563834830313
I think it is definitely coming down to a namespace issue... The code
below writes a single element into my signature, writes the sig to
disk, loads it again and tries to verify it. Then it outputs the pre-
digested element, and the parsed-from-disk element and they seem
different...
D
Berin Lautenbach wrote:
Should do something on this. I haven't even looked at it yet - are the
changes big?
Not too bad, probably a few days work. Use your C14N 1.0 implementation
as a base and then make the changes. The trickiest part is the fixup of
xml:base, but there is a test suite avai