Documentation ¶
Index ¶
- func NewEvCountryMissing() lint.LintInterface
- func NewEvNoBiz() lint.LintInterface
- func NewEvNotWildCard() lint.LintInterface
- func NewEvOrgIdExtMissing() lint.LintInterface
- func NewEvOrgMissing() lint.LintInterface
- func NewEvSNMissing() lint.LintInterface
- func NewEvSanIpAddressPresent() lint.LintInterface
- func NewEvValidTooLong() lint.LintInterface
- func NewTorValidityTooLarge() lint.LintInterface
- type EvNotWildCard
- type EvSanIpAddressPresent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEvCountryMissing ¶
func NewEvCountryMissing() lint.LintInterface
func NewEvNoBiz ¶
func NewEvNoBiz() lint.LintInterface
func NewEvNotWildCard ¶ added in v3.3.1
func NewEvNotWildCard() lint.LintInterface
func NewEvOrgIdExtMissing ¶
func NewEvOrgIdExtMissing() lint.LintInterface
func NewEvOrgMissing ¶
func NewEvOrgMissing() lint.LintInterface
func NewEvSNMissing ¶
func NewEvSNMissing() lint.LintInterface
func NewEvSanIpAddressPresent ¶ added in v3.3.1
func NewEvSanIpAddressPresent() lint.LintInterface
func NewEvValidTooLong ¶
func NewEvValidTooLong() lint.LintInterface
func NewTorValidityTooLarge ¶
func NewTorValidityTooLarge() lint.LintInterface
Types ¶
type EvNotWildCard ¶ added in v3.3.1
type EvNotWildCard struct{}
func (*EvNotWildCard) CheckApplies ¶ added in v3.3.1
func (l *EvNotWildCard) CheckApplies(c *x509.Certificate) bool
func (*EvNotWildCard) Execute ¶ added in v3.3.1
func (l *EvNotWildCard) Execute(c *x509.Certificate) *lint.LintResult
type EvSanIpAddressPresent ¶ added in v3.3.1
type EvSanIpAddressPresent struct{}
func (*EvSanIpAddressPresent) CheckApplies ¶ added in v3.3.1
func (l *EvSanIpAddressPresent) CheckApplies(c *x509.Certificate) bool
func (*EvSanIpAddressPresent) Execute ¶ added in v3.3.1
func (l *EvSanIpAddressPresent) Execute(c *x509.Certificate) *lint.LintResult
Source Files ¶
- lint_ev_business_category_missing.go
- lint_ev_country_name_missing.go
- lint_ev_not_wildcard.go
- lint_ev_organization_id_missing.go
- lint_ev_organization_name_missing.go
- lint_ev_san_ip_address_present.go
- lint_ev_serial_number_missing.go
- lint_ev_valid_time_too_long.go
- lint_onion_subject_validity_time_too_large.go
Click to show internal directories.
Click to hide internal directories.