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

Unified Diff: net/base/connection_type_histograms.h

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: use system srp and mpi libs, not local copies Created 9 years, 8 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
Index: net/base/connection_type_histograms.h
diff --git a/net/base/connection_type_histograms.h b/net/base/connection_type_histograms.h
index e3e4a8428a5135d3e8f068156103215963fe7bc0..a7ce8d0ad96fc8d3d633d0baa786ca053e4b7582 100644
--- a/net/base/connection_type_histograms.h
+++ b/net/base/connection_type_histograms.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -35,6 +35,8 @@ enum ConnectionType {
CONNECTION_SSL_TLS1 = 11, // An SSL connection that uses TLS 1.0
CONNECTION_SSL_TLS1_1 = 12, // An SSL connection that uses TLS 1.1
CONNECTION_SSL_TLS1_2 = 13, // An SSL connection that uses TLS 1.2
+
+ CONNECTION_TLS_PASSWORD_AUTH = 14, // A TLS connection that uses password auth
NUM_OF_CONNECTION_TYPES
};
« no previous file with comments | « net/base/auth.cc ('k') | net/base/cookie_monster.cc » ('j') | net/third_party/nss/ssl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698