summaryrefslogtreecommitdiffstats
path: root/net/cert/signed_certificate_timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/cert/signed_certificate_timestamp.h')
-rw-r--r--net/cert/signed_certificate_timestamp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/cert/signed_certificate_timestamp.h b/net/cert/signed_certificate_timestamp.h
index c3d0009..f065a94 100644
--- a/net/cert/signed_certificate_timestamp.h
+++ b/net/cert/signed_certificate_timestamp.h
@@ -108,6 +108,11 @@ struct NET_EXPORT SignedCertificateTimestamp
// The origin should not participate in equality checks
// as the same SCT can be provided from multiple sources.
Origin origin;
+ // The log description is not one of the SCT fields, but a user-readable
+ // name defined alongside the log key. It should not participate
+ // in equality checks as the log's description could change while
+ // the SCT would be the same.
+ std::string log_description;
private:
friend class base::RefCountedThreadSafe<SignedCertificateTimestamp>;