A shim to test Go crypto/tls with the BoringSSL test suite. Which is based on crypto/tls. So meta.
Go to file
Peter Wu 727f2215ab Disable PSS test for TLS 1.2, disable unknown extension client test
PSS test is disabled because its implementation is not accepted yet
(https://go-review.googlesource.com/c/go/+/79738). Do not check for
UnknownUnencryptedExtension-Client-TLS13, the client currently does not
check for extensions that it did not advertise.
2017-12-16 10:14:05 -04:00
vendor Update bogo to latest version for draft22 tests 2017-12-16 10:14:05 -04:00
.gitignore First shim that does... nothing 2017-01-09 16:47:43 -05:00
config.json Disable PSS test for TLS 1.2, disable unknown extension client test 2017-12-16 10:14:05 -04:00
LICENSE (c) 2016 Cloudflare 2017-01-09 19:12:09 -05:00
Makefile Unbundle tls-tris to run from the Tris CI 2017-01-18 17:56:30 +00:00
README.md Initial commit 2016-11-06 23:35:51 -08:00
tls_shim.go Add keylog file support for debugging 2017-12-16 10:14:05 -04:00

crypto-tls-bogo-shim

A shim to test Go crypto/tls with the BoringSSL test suite. Which is based on crypto/tls. So meta.