Adam
Adam
I took a crack at this and made some progress, but I've got a few question on how the internals are organized that I'm blocked on. Inside `signatureData.getReferencedXML` I have...
@adamdecaf any advice on how to move forward here. I'm happy to do most of the work, I just need a pointer in the right direction.
Yes, I'm pretty sure that's the way to go, but where I got stuck. I'll get a PR opened tomorrow (the code is on a computer I don't have easy...
@adamdecaf #41 has been entered with my code that mostly solves the issue (minus sorting of attributes). I was unable to find any place in the code that did that...
@adamdecaf have you had a chance to look at this?
@adamdecaf assuming you're back at work, any chance I could get an update on this. We're not far from needing to do something, and I'm hoping to not need to...
I'm currently at AWS re:Invent, but will take a look at that next week when I get back and have access to all of my test code. Thanks for digging...
@adamdecaf sadly despite playing around with it for a bit, I've failed to even make it run. It seems like it uses a C library (what I was trying to...
CGo is a non-starter for us for this project (at least as part of the main executable - we may end up needing to break out into a second executable...
I figured I should let you know where we ended up with this. We found that github.com/ebitengine/purego can be used to interface with libxml2 without needing CGO and this will...