Skip to content

Commit

Permalink
Add AllLogListSignatureURL (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLaroche authored Dec 18, 2024
1 parent da6331d commit 087b77f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion loglist3/loglist3.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 087b77f

Please sign in to comment.