tree: f07741d9fbafeb175ce62a614fc5f18e7d14860a [path history] [tgz]
  1. .htaccess
  2. 127.0.0.1.sxg.pem.cbor
  3. generate-test-certs.sh
  4. generate-test-sxgs.sh
  5. inner-url.html
  6. README.md
  7. sxg-cert-not-found.sxg
  8. sxg-invalid-validity-url.sxg
  9. sxg-larger-than-10k.html
  10. sxg-larger-than-10k.sxg
  11. sxg-location.html
  12. sxg-location.sxg
  13. sxg-subresource-origin-trial-page.html
  14. sxg-subresource-origin-trial-page.php
  15. sxg-subresource-origin-trial-page.sxg
  16. sxg-subresource-script-inner.js
  17. sxg-subresource-script.sxg
  18. sxg-usecounter.html
  19. sxg-usecounter.sxg
  20. sxg-util.js
chromium/src/third_party/blink/web_tests/http/tests/loading/sxg/resources/README.md

To regenerate the key/certificate pair for the signed-exchanges in this directory, run generate-test-certs.sh.

The signed exchange files in this directory are generated using generate-test-sxgs.sh. it requires command-line tools in the webpackage repository. To install them, run:

go get -u github.com/WICG/webpackage/go/signedexchange/cmd/...
export PATH=$PATH:$(go env GOPATH)/bin

The revision of the tools used to generate the test files is cf19833.