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

Incorporate exported authenticator requests #481

Merged
merged 5 commits into from Feb 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-http2-secondary-certs.md
Expand Up @@ -522,7 +522,7 @@ error of type `PROTOCOL_ERROR`.
The referenced certificate chain needs to conform to the requirements expressed
in the `CERTIFICATE_REQUEST` to the best of the sender's ability, or the
recipient is likely to reject it as unsuitable despite properly validating the
authenticator. If the recipicent considers the certificate unsuitable, it MAY
authenticator. If the recipient considers the certificate unsuitable, it MAY
at its discretion either return an error at the HTTP semantic layer, or respond
with a stream error {{RFC7540}} on any stream where the certificate is used.
{{errors}} defines certificate-related error codes which might be applicable.
Expand Down