crypto-tls-bogo-shim/vendor/manifest
Peter Wu cd01f9ce21 Update to latest boringssl tests
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.
2017-09-05 16:57:59 -04:00

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
}
]
}