Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: net/ssl/ssl_cert_request_info.h

Issue 994743003: Support for client certs in ssl_server_socket. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Passing this CL to RyanChung for further work. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_server_socket_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_cert_request_info.h
diff --git a/net/ssl/ssl_cert_request_info.h b/net/ssl/ssl_cert_request_info.h
index 13f91d6913bb283b71f17f026b5d875896813732..8b9e542221d28f51dd392fd6c032a625ce434bd8 100644
--- a/net/ssl/ssl_cert_request_info.h
+++ b/net/ssl/ssl_cert_request_info.h
@@ -32,7 +32,7 @@ class X509Certificate;
//
// struct {
// ClientCertificateType certificate_types<1..2^8-1>;
-// DistinguishedName certificate_authorities<3..2^16-1>;
+// DistinguishedName certificate_authorities<0..2^16-1>;
// } CertificateRequest;
class NET_EXPORT SSLCertRequestInfo
: public base::RefCountedThreadSafe<SSLCertRequestInfo> {
« no previous file with comments | « net/socket/ssl_server_socket_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698