RobotsAndPencils / go-saml

A just good enough SAML client library written in Go.
MIT License
132 stars 82 forks source link

compute xmlsec in native go code #2

Open philhug opened 9 years ago

philhug commented 9 years ago

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.

mbrevoort commented 9 years ago

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

fatlotus commented 8 years ago

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

heerakli commented 7 years ago

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