| Index: net/cert/cert_status_flags.h
|
| diff --git a/net/cert/cert_status_flags.h b/net/cert/cert_status_flags.h
|
| index 711474ff2b034c3cb084ecbaf65aec60519f5b8f..51e2041af110e750e3b3210da1922a7a66a2e8c3 100644
|
| --- a/net/cert/cert_status_flags.h
|
| +++ b/net/cert/cert_status_flags.h
|
| @@ -35,6 +35,7 @@ static const CertStatus CERT_STATUS_WEAK_KEY = 1 << 11;
|
| static const CertStatus CERT_STATUS_WEAK_DH_KEY = 1 << 12;
|
| static const CertStatus CERT_STATUS_PINNED_KEY_MISSING = 1 << 13;
|
| static const CertStatus CERT_STATUS_NAME_CONSTRAINT_VIOLATION = 1 << 14;
|
| +static const CertStatus CERT_STATUS_TOO_LONG_VALIDITY = 1 << 15;
|
|
|
| // Bits 16 to 31 are for non-error statuses.
|
| static const CertStatus CERT_STATUS_IS_EV = 1 << 16;
|
|
|