tags 904025 moreinfo upstream
thanks

Roland Reichwein wrote...

> But as you can see (and verify via JSON parser, e.g., jshon), this is invalid 
> JSON.

More precisely: It's in a form of

    {
        "payload":"(...)",
        {
            "protected":"(...)",
            "signature":"(...)"
        }
    }

but should possibly rather by

    {
      "payload": "(...)",
      "protected": "(...)",
      "signature": "(...)"
    }

However, I failed to reproduce the issue, can you provide a simple
example? My approach was to patch tests/adv by adding 
"jq . < $TMP/cache/default.jws" after the tangd-update invocation, but
everything is fine then.

    Christoph

Attachment: signature.asc
Description: PGP signature

Reply via email to