rustls/bogo
Jacob Rothstein cba4d0c0f6 add a README for BoGo 2023-01-12 10:22:37 +01:00
..
keys Don't rely on recent openssl 2017-08-28 15:36:34 +01:00
.gitignore Take newer bogo for go1.14 2020-04-12 11:34:22 +01:00
README.md add a README for BoGo 2023-01-12 10:22:37 +01:00
check.py Update bogo config 2018-04-01 16:02:00 +01:00
config.json Test 0-RTT 2022-01-15 12:12:16 +00:00
fetch-and-build Revert "Try running suggested commands" 2021-09-19 18:38:29 +01:00
regen-certs Don't rely on recent openssl 2017-08-28 15:36:34 +01:00
runme Fix coverage measurements 2021-04-09 11:02:24 +01:00

README.md

BoGo

BoGo is the TLS test suite for boringssl, which we run against rustls as well.

System requirements

You will need golang installed

Running tests

$ cd bogo # from rustls repo root
$ ./runme

Running a single test

$ cd bogo # from rustls repo root
$ ./runme -test "Foo;Bar" # where Foo and Bar are test names like EarlyData-Server-BadFinished-TLS13