package
0.0.0-20151030130753-3df3b0472ffd
Repository: https://github.com/dedis/certificate-transparency.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
Creates a new ScannerOptions struct with sensible defaults.
Creates a new Scanner instance using |client| to talk to the log, and taking configuration options from |opts|.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO(alcutter): this signature is syntactically correct, but invalid.

# Structs

MatchAll is a Matcher which will match every possible Certificate and Precertificate.
MatchNone is a Matcher which will never match any Certificate or Precertificate.
No description provided by the author
MatchSubjectRegex is a Matcher which will use |CertificateSubjectRegex| and |PrecertificateSubjectRegex| to determine whether Certificates and Precertificates are interesting.
Scanner is a tool to scan all the entries in a CT Log.
ScannerOptions holds configuration options for the Scanner.

# Interfaces

Clients wishing to implement their own Matchers should implement this interface:.