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

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: remove "httpsv" scheme, minor NSS/OpenSSL changes 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
« no previous file with comments | « net/base/auth.cc ('k') | net/base/cookie_monster.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..42cc04a1791ec2bde894dac83879a5d4adc26df7 100644
--- a/net/base/connection_type_histograms.h
+++ b/net/base/connection_type_histograms.h
@@ -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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698