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

Describe peer authentication #140

Merged
merged 3 commits into from Jan 31, 2017
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
7 changes: 4 additions & 3 deletions draft-ietf-quic-tls.md
Expand Up @@ -467,7 +467,8 @@ Get Handshake
## Peer Authentication

The requirements for authentication depend on the application protocol that is
in use. TLS provides for server authentication and (optionally) client authentication.
in use. TLS provides server authentication and permits the server to request
client authentication.

A client MUST authenticate the identity of the server. This typically involves
verification that the identity of the server is included in a certificate and
Expand All @@ -476,8 +477,8 @@ that the certificate is issued by a trusted entity (see for example

A server MAY request that the client authenticate during the handshake. A server
MAY refuse a connection if the client is unable to authenticate when requested.
The conditions for client authenticate vary based on application protocol and
deployment.
The requirements for client authentication vary based on application protocol
and deployment.

A server MUST NOT use post-handshake client authentication (see Section 4.6.2 of
{{!I-D.ietf-tls-tls13}}).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mmm.... Why not? That could occur on stream 1 at any time, and should be fine, no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have the glue for it yet. Once we have the glue parts, we can remove this paragraph.

Expand Down