Releases: russellhaering/gosaml2
Releases · russellhaering/gosaml2
v0.9.1
This release bumps the version of goxmldsig
to pull in a security enhancement as well as support for more flexible signing methods to enable use of HSMs for signing.
See russellhaering/goxmldsig#89 for details.
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Fixes a bug which would could allow an attacker to remotely OOM a process using gosaml2 to validate SAML Responses.
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.3.1
- Fix a typo and extraneous println in tests for Go <= 1.6
v0.3.0
- Expose a new
DecodeUnverifiedBaseResponse
function useful for examining a Response's Destination or Issuer prior to validation
v0.2.0
- Expose
AuthnContext
from Responses (credit: @pt-arvind)
v0.1.0 (initial tag)
This is the first tagged release of gosaml2 and represents a point-in-time snapshot of the current API.
From this point forward this project will tag semantically versioned releases. Master will track the latest stable release and development will take place in a new develop
branch.