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 4e7062fa71 Enable client tests
Tested with the initial tls-tris client support branch which includes
basic RSASSA-PSS support. Coverage changed from ... to ...:

    0/3509/3692/3692/4136
    0/2784/3195/3195/4136
2017-12-16 10:14:05 -04: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 Enable client tests 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
tls_shim.go Enable client tests 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.