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 631e73e16f Make bogo advertise and test only for draft 22
Current bogo tests for draft18, patch that to use draft22. Patch from
https://boringssl-review.googlesource.com/c/boringssl/+/23704/2

Upstream commit e1068b76bd1d7f6ea06c90faa523ad8d562ec11b ("Test RSA
premaster unpad better.") added another version-specific test, disable
that since no protection is implemented.
2017-12-16 10:14:05 -04:00
vendor Make bogo advertise and test only for draft 22 2017-12-16 10:14:05 -04:00
.gitignore First shim that does... nothing 2017-01-09 16:47:43 -05:00
config.json Make bogo advertise and test only for draft 22 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.