Releases: quic-go/qtls-go1-20
v0.4.0
v0.3.4
This patch release contains a backport of the recent standard library fix https://go-review.googlesource.com/c/go/+/522595.
v0.3.3
What's Changed
- fix: remove test binary by @Stebalien in #2
New Contributors
- @Stebalien made their first contribution in #2
Full Changelog: v0.3.2...v0.3.3
v0.3.2
This patch releases reuses the tls.CertificateVerificationError
instead of redefining it in this package.
v0.3.1
This patch release contains a backport of the fix that triggered the Go 1.20.7 patch release (golang/go@2350afd).
Full Changelog: v0.3.0...v0.3.1
v0.2.3
This patch release contains a backport of the fix that triggered the Go 1.20.7 patch release (golang/go@2350afd).
Full Changelog: v0.2.2...v0.2.3
v0.2.2
This patch release contains the fix for golang/go#59332 (backported, or rather, forward-ported).
Full Changelog: v0.2.0...v0.2.2
v0.2.0
This release removes the option to configure the tls.Config.CipherSuites
.
v0.1.1
This release includes the changes made to crypto/tls due to golang/go#58001 and released with Go 1.20.1.
v0.1.0
make it possible to call ConnectionState during the handshake