File: README.md

package info (click to toggle)
rust-rustls-webpki 0.103.4-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid
  • size: 10,632 kB
  • sloc: python: 2,278; sh: 61; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# BetterTLS Test Suite

Generated using the Netflix [bettertls] project.

[bettertls]: https://github.com/Netflix/bettertls

## Test Data

To regenerate vendored test data:

1. Install Go
2. Generate the JSON testdata export:

```bash
GOBIN=$PWD go install github.com/Netflix/bettertls/test-suites/cmd/bettertls@latest
./bettertls export-tests --out ./bettertls.tests.json
```

3. Bzip2 compress it:

```bash
bzip2 ./bettertls.tests.json
```