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

Unified Diff: net/base/ssl_cert_request_info.h

Issue 131086: Implement the backend of SSL client authentication for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 6 months 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 | « no previous file | net/base/ssl_client_socket_win.cc » ('j') | net/base/ssl_client_socket_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/ssl_cert_request_info.h
===================================================================
--- net/base/ssl_cert_request_info.h (revision 18735)
+++ net/base/ssl_cert_request_info.h (working copy)
@@ -25,6 +25,13 @@
// A list of client certificates that match the server's criteria in the
// SSL CertificateRequest message. In TLS 1.0, the CertificateRequest
// message is defined as:
+ // enum {
+ // rsa_sign(1), dss_sign(2), rsa_fixed_dh(3), dss_fixed_dh(4),
+ // (255)
+ // } ClientCertificateType;
+ //
+ // opaque DistinguishedName<1..2^16-1>;
+ //
// struct {
// ClientCertificateType certificate_types<1..2^8-1>;
// DistinguishedName certificate_authorities<3..2^16-1>;
« no previous file with comments | « no previous file | net/base/ssl_client_socket_win.cc » ('j') | net/base/ssl_client_socket_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698