forked from MikeBishop/draft-ietf-tls-svcb-ech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db9534b
commit 5026f87
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# License | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/{GITHUB_USER}/{GITHUB_REPO}/blob/{GITHUB_BRANCH}/CONTRIBUTING.md). | ||
[guidelines for contributions](https://github.com/MikeBishop/draft-ietf-tls-svcb-ech/blob/main/CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Bootstrapping TLS Encrypted ClientHello with DNS Service Bindings | ||
|
||
This is the working area for the IETF [TLS Working Group](https://datatracker.ietf.org/wg/tls/documents/) Internet-Draft, "Bootstrapping TLS Encrypted ClientHello with DNS Service Bindings". | ||
|
||
* [Editor's Copy](https://MikeBishop.github.io/draft-ietf-tls-svcb-ech/#go.draft-ietf-tls-svcb-ech.html) | ||
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-tls-svcb-ech) | ||
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-tls-svcb-ech) | ||
* [Compare Editor's Copy to Working Group Draft](https://MikeBishop.github.io/draft-ietf-tls-svcb-ech/#go.draft-ietf-tls-svcb-ech.diff) | ||
|
||
|
||
## Contributing | ||
|
||
See the | ||
[guidelines for contributions](https://github.com/MikeBishop/draft-ietf-tls-svcb-ech/blob/main/CONTRIBUTING.md). | ||
|
||
Contributions can be made by creating pull requests. | ||
The GitHub interface supports creating pull requests using the Edit (✏) button. | ||
|
||
|
||
## Command Line Usage | ||
|
||
Formatted text and HTML versions of the draft can be built using `make`. | ||
|
||
```sh | ||
$ make | ||
``` | ||
|
||
Command line usage requires that you have the necessary software installed. See | ||
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md). | ||
|