SctListParser
Parses an SCT list as found in X.509 extensions and TLS extensions per RFC 6962.
Binary layout:
opaque SerializedSCT<1..2^16-1>; // 2-byte length prefix per SCT
struct {
SerializedSCT sct_list<1..2^16-1>; // 2-byte total length prefix
} SignedCertificateTimestampList;Content copied to clipboard
Functions
Link copied to clipboard
Parses a list of SignedCertificateTimestamps from the given bytes.