BetterTLS Test Suite

Generated using the Netflix bettertls project.

Pathbuilding

To regenerate pathbuilding test data:

  1. Install Go
  2. Generate the JSON testdata export for the path building suite:
GOBIN=$PWD go install github.com/Netflix/bettertls/test-suites/cmd/bettertls@latest
./bettertls export-tests --suite pathbuilding --out ./pathbuilding.tests.json