retrieve the TLS alert from qtls when the handshake fails

This commit is contained in:
Marten Seemann
2019-03-01 10:47:52 +09:00
parent e2dd9eaf58
commit 59e9142426
4 changed files with 37 additions and 33 deletions

4
go.mod
View File

@@ -5,9 +5,9 @@ go 1.12
require (
github.com/cheekybits/genny v1.0.0
github.com/golang/mock v1.2.0
github.com/marten-seemann/qtls v0.1.0
github.com/marten-seemann/qtls v0.2.0
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
)