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

Tweaks for client certs #632

Merged
merged 1 commit into from
Nov 5, 2014
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions draft-ietf-httpbis-http2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ HTTP2-Settings = token68
</section>
</section>

<section title="Error Handling">
<section anchor="ErrorHandler" title="Error Handling">
<t>
HTTP/2 framing permits two classes of error:
<list style="symbols">
Expand Down Expand Up @@ -3665,16 +3665,16 @@ HTTP2-Settings = token68
underlying cipher suite can encipher.
</t>
<t>
A client MAY use renegotiation to provide confidentiality protection for client
An endpoint MAY use renegotiation to provide confidentiality protection for client
credentials offered in the handshake, but any renegotiation MUST occur prior to sending
the connection preface. A server SHOULD request a client certificate if it sees a
renegotiation request immediately after establishing a connection.
</t>
<t>
This effectively prevents the use of renegotiation in response to a request for a
specific protected resource. A future specification might provide a way to support this
use case. Alternatively, a server might use a <xref target="ConnectionErrorHandler">
connection error</xref> of type <x:ref>HTTP_1_1_REQUIRED</x:ref> to request the client
use case. Alternatively, a server might use an <xref target="ErrorHandler">
error</xref> of type <x:ref>HTTP_1_1_REQUIRED</x:ref> to request the client
use a protocol which supports renegotiation.
</t>
</section>
Expand Down