Documentation
¶
Overview ¶
Package authrootstl contains functions for parsing Microsoft's authroot.stl file
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CTL ¶
type CTL struct {
SequenceNumber big.Int
EffectiveDate time.Time
CTLogsVersion []int32
CTLogs [][]byte
}
func ParseAuthrootstl ¶
func ParseAuthrootstl(der cryptobyte.String) (*CTL, error)
func ParseAuthrootstlCab ¶
func ParseAuthrootstlCab(cabReader io.ReadSeeker) (*CTL, error)
Click to show internal directories.
Click to hide internal directories.