| Index: net/cert/internal/trust_store.h
|
| diff --git a/net/cert/internal/trust_store.h b/net/cert/internal/trust_store.h
|
| index 6985301f35cdebca3d039ed22df5ac69d1e03888..383e83a54d681b7cd300af3d63b7d4f6b58fce9f 100644
|
| --- a/net/cert/internal/trust_store.h
|
| +++ b/net/cert/internal/trust_store.h
|
| @@ -75,7 +75,7 @@ class NET_EXPORT TrustAnchor : public base::RefCountedThreadSafe<TrustAnchor> {
|
| // * Signature: No
|
| // * Validity (expiration): No
|
| // * Key usage: No
|
| - // * Extended key usage: No
|
| + // * Extended key usage: Yes (not part of RFC 5937)
|
| // * Basic constraints: Yes, but only the pathlen (CA=false is accepted)
|
| // * Name constraints: Yes
|
| // * Certificate policies: Not currently, TODO(crbug.com/634453)
|
|
|