https://github.com/martinthomson/http-replay
TLS early data and HTTP
https://github.com/martinthomson/http-replay
0rtt anti-replay http retry tls13
Last synced: 3 months ago
JSON representation
TLS early data and HTTP
- Host: GitHub
- URL: https://github.com/martinthomson/http-replay
- Owner: martinthomson
- License: other
- Created: 2017-06-13T06:29:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T05:19:07.000Z (over 8 years ago)
- Last Synced: 2025-03-24T14:46:16.524Z (about 1 year ago)
- Topics: 0rtt, anti-replay, http, retry, tls13
- Language: Makefile
- Size: 220 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
This work has been adopted by the [HTTP working group](http://httpwg.org) the latest
version of this work is maintained at [https://github.com/httpwg/http-extensions]().
# Using TLS Early Data in HTTP
This is the working area for the individual Internet-Draft, "Using TLS Early Data in HTTP".
* [Editor's Copy](https://martinthomson.github.io/http-replay/#go.draft-thomson-http-replay.html)
* [Working Group Draft](https://tools.ietf.org/html/draft-thomson-http-replay)
* [Compare Editor's Copy to Working Group Draft](https://martinthomson.github.io/http-replay/#go.draft-thomson-http-replay.diff)
## Building the Draft
Formatted text and HTML versions of the draft can be built using `make`.
```sh
$ make
```
This requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/master/doc/SETUP.md).
## Contributing
See the
[guidelines for contributions](https://github.com/martinthomson/http-replay/blob/master/CONTRIBUTING.md).