Documentation ¶
Overview ¶
Package ctlog contains data structures and methods to do with CT Log metadata that is needed by Monologue.
TODO(katjoyce): Try to come up with a better package name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { Name string URL string PublicKey crypto.PublicKey LogID logid.LogID MMD time.Duration // TemporalInterval represents the interval in which a certificate's // NotAfter field must fall to be accepted by the Log (as specified by the // Log Operators). // TemporalInterval.Start and TemporalInterval.End are both to second // precision. Any smaller units may be ignored/discarded. TemporalInterval *interval.Interval }
Log contains metadata about a CT Log that is needed by Monologue.
Click to show internal directories.
Click to hide internal directories.