Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSubdomain ¶
Checks if a domain is a subdomain of any root domain in the global map
func JsonOutput ¶ added in v1.0.8
func JsonOutput(cert *x509.Certificate)
func PopulateStaticLogs ¶ added in v1.4.0
func PopulateStaticLogs(logListURL string) ([]types.StaticCtLog, error)
PopulateStaticLogs parses the log list and returns static/tiled CT logs
Types ¶
type StaticLogEntry ¶ added in v1.4.0
type StaticLogList ¶ added in v1.4.0
type StaticLogList struct {
Operators []StaticOperator `json:"operators"`
}
Static CT Log types for parsing the log list JSON
type StaticOperator ¶ added in v1.4.0
type StaticOperator struct {
Name string `json:"name"`
Logs []StaticLogEntry `json:"logs"`
TiledLogs []StaticLogEntry `json:"tiled_logs"`
}
Click to show internal directories.
Click to hide internal directories.