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

Unified Diff: net/test/test_server.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/test/openssl_helper.cc ('k') | net/test/test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/test_server.h
diff --git a/net/test/test_server.h b/net/test/test_server.h
index 03a4dfc16eddc7ed6e2351d1077e17ac90200477..41ee5e5babb04cadb437ec67f1e04150b30c408d 100644
--- a/net/test/test_server.h
+++ b/net/test/test_server.h
@@ -98,6 +98,12 @@ class TestServer {
// HTTPS server, or BULK_CIPHER_ANY to indicate that all implemented
// ciphers are acceptable.
int bulk_ciphers;
+
+ // True if TLS-SRP should be enabled.
+ bool use_tls_srp;
+
+ // True if only connections authenticated with TLS-SRP should be allowed.
+ bool only_tls_srp;
};
TestServer(Type type, const FilePath& document_root);
« no previous file with comments | « net/test/openssl_helper.cc ('k') | net/test/test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698