utls icon indicating copy to clipboard operation
utls copied to clipboard

Consider forking/merging strategy for BoringSSL test runner

Open blakebyrnes opened this issue 5 years ago • 2 comments

BoringSSL has a fork of golang's tls implementation as well that it uses as a runner for it's test suite. There are a number of potential holes in uTls that could be plugged with implementations already written in this wrapper (certificate compression, channel ids, upcoming quic, etc). I'm still trying to understand exactly how this could work (still poking through utls to understand it), but it seems like a promising option to keep in sync as tls signatures change.

blakebyrnes avatar Apr 09 '20 16:04 blakebyrnes

https://github.com/google/boringssl/tree/f9cc26f9c1c07668e29be71e08324f68d50d0942/ssl/test/runner

blakebyrnes avatar Apr 09 '20 16:04 blakebyrnes

BoringSSL test runner does seem like a useful addition to uTLS.

sergeyfrolov avatar Apr 20 '20 15:04 sergeyfrolov