Skip to content

v0.37.5

Compare
Choose a tag to compare
@marten-seemann marten-seemann released this 17 Aug 08:31
· 314 commits to master since this release

This patch release contains the backport of 3 fixes:

  • fix handshake failure if tls.Config.SessionTicketDisabled = false, but tls.Config.GetConfigForClient returns a config that disables session tickets: #4030
  • use the correct hash function for TLS_AES_256_GCM_SHA384: #4031
  • automatically set the tls.Config.ServerName: #4032

Full Changelog: v0.37.4...v0.37.5