Results 35 comments of Andy Beverley

Yes - the problem is at this line: https://github.com/trusteddomainproject/OpenARC/blob/eb430dbdeee9f502295fe7a7d5041dfca3f00745/libopenarc/arc.c#L2915 It only runs `arc_canon_runheaders_seal()` when verifying, not signing. Making it run during signing too fixes the problem. I assume it's as...

> Arguably that's a configuration error, and if you're signing messages that might already have ARC chains you should be setting the mode to `ARC_MODE_VERIFY | ARC_MODE_SIGN`. I've actually got...

Based on the above discussion, I have changed this PR to always verify previous ARC sets, regardless of the mode.

I've created drop-in replacement Handlebars templates, to enable JQQB to be used with a CSP policy without the aforementioned exceptions. Full details are here: https://github.com/abeverley/querybuilder-csp @mistic100 - would you like...

> That being said this repository is dead. Thanks for letting us know. Just to clarify, does that mean that it has moved elsewhere or that you are no longer...

@mistic100 - just checking whether you'd like someone else to takeover this module if you are no longer maintaining it? Thanks, Andy

Thanks @flowerysong makes sense. I've opened #170.

Thanks for this contribution @DrRemorse. Just to note that the PR is against the master branch, whereas it should be against the develop branch instead. It looks like the develop...

Thanks @flowerysong I really appreciate the quick feedback. I've added a couple of additional commits - would you mind taking a look now please?

> I've integrated this and the other outstanding PRs that looked reasonable into the `main` branch at https://github.com/flowerysong/OpenARC. Brilliant. Just to mention (for people's general interest) that I personally have...