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

golang bindings for xmlsec

Results 15 go-xmlsec issues
Sort by recently updated
recently updated
newest added

hello, i'm working on building an iDP and i use this library to generate signature. My SP for testing is a Giltab instance using the omniauth plugin. This plugin expect...

http://www.w3.org/2008/xmlsec/Drafts/xmlenc-core-11/test-cases/

I want to use this library in windows, however when I simply do go get and try to use the library in my code then I get this error. Could...

We are building the go binary using MakeFile which runs the below command present in the .Dockerfile I want to build on GOARCH=arm64 ``` RUN GOARCH=arm64 GOOS=linux go build -mod...

Hello, FreeBSD, like macOS, use `pthread_self()` for `getThreadID()` function. `https://man.freebsd.org/cgi/man.cgi?query=pthread_self`. Can you add compatibility with freebsd?