Skip to content

Ruby bindings for xmlsec using SWIG. Currently only supports some basic signature verification.

Notifications You must be signed in to change notification settings

newrelic-csec/xmlsec-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmlsec-ruby

Currently working on getting a basic signature verification (for SAML purposes) working, in the least hacky way possible.

Testing

Tests are dependent on rspec and rake-compiler. Run them with:

rake spec

The tests build the C extension, to clean the output from the build process:

rake clean

Test certificates and signed documents are taken from the xmlseclibs test suite.

Version History

Version 0.0.6 Less hacky way of grabbing ID attributes.

Version 0.0.5 Took out init/deinit of crypto libraries - this should already done when we require openssl, and we don't want to wantonly destroy all that state.

About

Ruby bindings for xmlsec using SWIG. Currently only supports some basic signature verification.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Ruby 2.3%