Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 25-Apr-2025 | 9.9 KiB | 177 | 150 | |
README.md | D | 25-Apr-2025 | 437 | 18 | 11 |
README.md
1# BetterTLS Test Suite 2 3Generated using the Netflix [bettertls] project. 4 5[bettertls]: https://github.com/Netflix/bettertls 6 7## Pathbuilding 8 9To regenerate pathbuilding test data: 10 111. Install Go 122. Generate the JSON testdata export for the path building suite: 13 14```bash 15GOBIN=$PWD go install github.com/Netflix/bettertls/test-suites/cmd/bettertls@latest 16./bettertls export-tests --suite pathbuilding --out ./pathbuilding.tests.json 17``` 18