A shim to test Go crypto/tls with the BoringSSL test suite. Which is based on crypto/tls. So meta.
727f2215ab
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. |
||
---|---|---|
vendor | ||
.gitignore | ||
config.json | ||
LICENSE | ||
Makefile | ||
README.md | ||
tls_shim.go |
crypto-tls-bogo-shim
A shim to test Go crypto/tls with the BoringSSL test suite. Which is based on crypto/tls. So meta.