cd01f9ce21
Go 1.8 includes "crypto/tls: disable CBC cipher suites with SHA-256 by default." which breaks the "TLS12-AES128-SHA256-server" test (among others). Since this was fixed upstream (by removing the CBC tests), just update the vendored copy using: gvt update github.com/google/boringssl/ssl/test Removed tests from config.json that are no longer present while at it.
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
{
|
|
"version": 0,
|
|
"dependencies": [
|
|
{
|
|
"importpath": "github.com/google/boringssl/ssl/test",
|
|
"repository": "https://github.com/google/boringssl",
|
|
"vcs": "git",
|
|
"revision": "74795b32c60104939f4c410a47e22b3027e98d06",
|
|
"branch": "master",
|
|
"path": "/ssl/test",
|
|
"notests": true,
|
|
"allfiles": true
|
|
}
|
|
]
|
|
} |