Fix comment.

Clients need not accept CertificateRequest. We don't, have no intention
to, and post-handshake auth now requires an extension.

Change-Id: I2160c89e4a6988a7d743052b588d8aa2598ffabf
Reviewed-on: https://boringssl-review.googlesource.com/21305
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
Reviewed-by: Steven Valdez <svaldez@google.com>
This commit is contained in:
David Benjamin 2017-10-06 17:48:58 -04:00 committed by CQ bot account: commit-bot@chromium.org
parent c64d123933
commit a84b6f26a9

View File

@ -206,8 +206,7 @@ size_t ssl_max_handshake_message_len(const SSL *ssl) {
return 1;
}
// Clients must accept NewSessionTicket and CertificateRequest, so allow the
// default size.
// Clients must accept NewSessionTicket, so allow the default size.
return kMaxMessageLen;
}