From 087b77fd8d63f55c75f3f744edbd38ad5d0c4d3d Mon Sep 17 00:00:00 2001 From: Alexandre Laroche Date: Wed, 18 Dec 2024 06:47:37 -0500 Subject: [PATCH] Add AllLogListSignatureURL (#1634) --- loglist3/loglist3.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/loglist3/loglist3.go b/loglist3/loglist3.go index c81726515c..38eb4d2b8f 100644 --- a/loglist3/loglist3.go +++ b/loglist3/loglist3.go @@ -39,8 +39,10 @@ const ( LogListURL = "https://www.gstatic.com/ct/log_list/v3/log_list.json" // LogListSignatureURL has the URL for the signature over Google Chrome's log list. LogListSignatureURL = "https://www.gstatic.com/ct/log_list/v3/log_list.sig" - // AllLogListURL has the URL for the list of all known logs (which isn't signed). + // AllLogListURL has the URL for the list of all known logs. AllLogListURL = "https://www.gstatic.com/ct/log_list/v3/all_logs_list.json" + // AllLogListSignatureURL has the URL for the signature over the list of all known logs. + AllLogListSignatureURL = "https://www.gstatic.com/ct/log_list/v3/all_logs_list.sig" ) // Manually mapped from https://www.gstatic.com/ct/log_list/v3/log_list_schema.json