| 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);
|
|
|