$ go test -update
...
Wrote testdata/Server-TLSv12-SNI
Wrote testdata/Server-TLSv12-SNI
Wrote testdata/Server-TLSv12-SNI
140735196164944:error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error:s3_pkt.c:1461:SSL alert number 80
--- FAIL: TestHandshakeServerSNIGetCertificateError (0.01s)
handshake_server_test.go:498: Error from Server.Write: Test error in GetCertificate
handshake_server_test.go:572: Handshake failed
...
FAIL
exit status 1
FAIL crypto/tls 1.978s
- Multiple GetCertificate tests shared the same name and were
overwriting each other, each test now has a unique name.
- expectAlert was not implemented in the data updater, the single
test that used it has been replaced with a ClientHello failure
test.
Fixesgolang#10470
Change-Id: I500738f6302ffa863d7ee45d85fa8773155e0614
Reviewed-on: https://go-review.googlesource.com/8959
Reviewed-by: Adam Langley <agl@golang.org>
Run-TryBot: Adam Langley <agl@golang.org>
- Multiple GetCertificate tests shared the same name and were
overwriting each other, each test now has a unique name.
- expectAlert was not implemented in the data updater, the single
test that used it has been replaced with a ClientHello failure
test.
Fixesgolang#10470
Change-Id: I500738f6302ffa863d7ee45d85fa8773155e0614
Reviewed-on: https://go-review.googlesource.com/8959
Reviewed-by: Adam Langley <agl@golang.org>
Run-TryBot: Adam Langley <agl@golang.org>
I've fixed this and will send a CL shortly.
/cc @agl
The text was updated successfully, but these errors were encountered: