Skip to content

Releases: russellhaering/gosaml2

v0.9.1

08 Mar 06:32
Compare
Choose a tag to compare

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

01 Mar 21:52
Compare
Choose a tag to compare

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

21 Sep 22:00
00b95be
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where the wrong error would be returned when parsing an encrypted assertion failed (#94)

v0.3.1

08 May 01:10
Compare
Choose a tag to compare
  • Fix a typo and extraneous println in tests for Go <= 1.6

v0.3.0

08 May 00:19
Compare
Choose a tag to compare
  • Expose a new DecodeUnverifiedBaseResponse function useful for examining a Response's Destination or Issuer prior to validation

v0.2.0

05 May 00:01
Compare
Choose a tag to compare
  • Expose AuthnContext from Responses (credit: @pt-arvind)

v0.1.0 (initial tag)

30 Apr 20:26
23b0b0c
Compare
Choose a tag to compare

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.