Skip to content

Releases: m29h/gosoap

update go.mod to reflect new versioning scheme

22 Sep 00:24
Compare
Choose a tag to compare

internal refactor

22 Sep 00:11
Compare
Choose a tag to compare
  • modularize Header generation with HeaderBuilder interface
  • set SHA256 as default HMAC as SHA1 is obsolete
  • update documentation

Initial release

16 Sep 00:09
Compare
Choose a tag to compare

Initial Release of SOAP client supporting the following WS-Security x.509 features by default

  • Include a wsse:SecurityTokenReference with the signature public key in form of a wsu:BinarySecurityToken
  • Automatically add a wsu:Timestamp with validity 10 seconds
  • Automatically generate a wsu:Id and use this #ID as URI to reference the respective signed element(s)
  • Sign Timestamp + Body elements of the SOAP message