Index: net/test/spawned_test_server/base_test_server.h |
diff --git a/net/test/spawned_test_server/base_test_server.h b/net/test/spawned_test_server/base_test_server.h |
index f146d5c48a8410b43f923713348b53bcc1fd0071..49095b2c6cf374cf30037a3f657b435b1c19577d 100644 |
--- a/net/test/spawned_test_server/base_test_server.h |
+++ b/net/test/spawned_test_server/base_test_server.h |
@@ -61,6 +61,10 @@ class BaseTestServer { |
// TestRootStore) is expected to have a self-signed version of the |
// intermediate. |
CERT_CHAIN_WRONG_ROOT, |
+ |
+ // Causes the testserver to use a hostname that is a domain |
+ // instead of an IP. |
+ CERT_COMMON_NAME_IS_DOMAIN, |
Ryan Sleevi
2015/04/04 00:35:24
So unlike 57-63, this isn't an error case.
How ab
estark
2015/04/06 16:41:13
Done.
|
}; |
// OCSPStatus enumerates the types of OCSP response that the testserver |