| 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 24a119b64479d805882b095242c00931f73af1df..60a9c3b63e2307886520a3a9734bc575207d0a23 100644
|
| --- a/net/test/spawned_test_server/base_test_server.h
|
| +++ b/net/test/spawned_test_server/base_test_server.h
|
| @@ -58,6 +58,10 @@ class BaseTestServer {
|
| // CERT_AUTO causes the testserver to generate a test certificate issued
|
| // by "Testing CA" (see net/data/ssl/certificates/ocsp-test-root.pem).
|
| CERT_AUTO,
|
| + // Generate an intermediate cert issued by "Testing CA", and generate a
|
| + // test certificate issued by that intermediate with an AIA record for
|
| + // retrieving the intermediate.
|
| + CERT_AUTO_AIA_INTERMEDIATE,
|
|
|
| CERT_MISMATCHED_NAME,
|
| CERT_EXPIRED,
|
|
|