go-saml icon indicating copy to clipboard operation
go-saml copied to clipboard

compute xmlsec in native go code

Open philhug opened this issue 10 years ago • 3 comments

currently the xmlsec1 binary is invoked for every signature create and verification. for production code this should be replaced by a native go library or a by using the C library.

philhug avatar Sep 04 '15 15:09 philhug

I agree a native go implementation of XML signing would be ideal. I would love if someone created such an implementation ;)

mbrevoort avatar Sep 10 '15 16:09 mbrevoort

(Edit: Apologies for reopening a zomebie thread!) What about https://github.com/ma314smith/signedxml — would that work for this use-case?

fatlotus avatar Apr 08 '16 00:04 fatlotus

I found this one, but didn't try yet https://github.com/crewjam/go-xmlsec

heerakli avatar Dec 22 '16 11:12 heerakli