diff options
Diffstat (limited to 'net/base/cert_status_flags.h')
-rw-r--r-- | net/base/cert_status_flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/cert_status_flags.h b/net/base/cert_status_flags.h index 79ac1b0..7adddc5 100644 --- a/net/base/cert_status_flags.h +++ b/net/base/cert_status_flags.h @@ -32,6 +32,7 @@ static const CertStatus CERT_STATUS_INVALID = 1 << 7; static const CertStatus CERT_STATUS_WEAK_SIGNATURE_ALGORITHM = 1 << 8; static const CertStatus CERT_STATUS_NOT_IN_DNS = 1 << 9; static const CertStatus CERT_STATUS_NON_UNIQUE_NAME = 1 << 10; +static const CertStatus CERT_STATUS_WEAK_KEY = 1 << 11; // Bits 16 to 31 are for non-error statuses. static const CertStatus CERT_STATUS_IS_EV = 1 << 16; |