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 57e3e08e16 Fold LargeRecord tests
See https://github.com/cloudflare/tls-tris/issues/46, current
implementations may send one byte too much since they do not include the
content type in the calculation.
2017-10-03 18:46:07 +01:00
vendor Update to latest boringssl tests 2017-09-05 16:57:59 -04:00
.gitignore First shim that does... nothing 2017-01-09 16:47:43 -05:00
config.json Fold LargeRecord tests 2017-10-03 18:46:07 +01: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 Enable client tests 2017-10-02 16:54:31 +01: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.