Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put CRYPTO_ERROR in the registry #4885

Merged
merged 4 commits into from
May 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rfc9000.md
Original file line number Diff line number Diff line change
Expand Up @@ -7577,7 +7577,7 @@ The initial contents of this registry are shown in {{iana-error-table}}.
| 0x0e | KEY_UPDATE_ERROR | Invalid packet protection update | {{error-codes}} |
| 0x0f | AEAD_LIMIT_REACHED | Excessive use of packet protection keys | {{error-codes}} |
| 0x10 | NO_VIABLE_PATH | No viable network path exists | {{error-codes}} |
| 0x0100-0x01ff | CRYPTO_ERROR | TLS alert code | {{error-codes}} |
| 0x0100 -0x01ff | CRYPTO_ERROR | TLS alert code | {{error-codes}} |
martinthomson marked this conversation as resolved.
Show resolved Hide resolved
{: #iana-error-table title="Initial QUIC Transport Error Codes Entries"}


Expand Down