Documentation
¶
Index ¶
- func NewCabfOrgIdentifierPsdVatHasState() lint.LintInterface
- 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 NewExtraSubjectAttribs() lint.LintInterface
- func NewInvalidBusinessCategory() lint.LintInterface
- func NewInvalidOrgIDRegistrationScheme() lint.LintInterface
- func NewOrgIdInconsistentSubjAndExt() lint.LintInterface
- func NewTorValidityTooLarge() lint.LintInterface
- type CabfOrgIdentifierPsdVatHasState
- type EvNotWildCard
- type EvSanIpAddressPresent
- type OrganizationIdentifier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCabfOrgIdentifierPsdVatHasState ¶ added in v3.6.3
func NewCabfOrgIdentifierPsdVatHasState() lint.LintInterface
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 NewExtraSubjectAttribs ¶ added in v3.6.5
func NewExtraSubjectAttribs() lint.LintInterface
func NewInvalidBusinessCategory ¶ added in v3.6.3
func NewInvalidBusinessCategory() lint.LintInterface
func NewInvalidOrgIDRegistrationScheme ¶ added in v3.6.5
func NewInvalidOrgIDRegistrationScheme() lint.LintInterface
func NewOrgIdInconsistentSubjAndExt ¶ added in v3.6.3
func NewOrgIdInconsistentSubjAndExt() lint.LintInterface
func NewTorValidityTooLarge ¶
func NewTorValidityTooLarge() lint.LintInterface
Types ¶
type CabfOrgIdentifierPsdVatHasState ¶ added in v3.6.3
type CabfOrgIdentifierPsdVatHasState struct{}
func (*CabfOrgIdentifierPsdVatHasState) CheckApplies ¶ added in v3.6.3
func (l *CabfOrgIdentifierPsdVatHasState) CheckApplies(c *x509.Certificate) bool
func (*CabfOrgIdentifierPsdVatHasState) Execute ¶ added in v3.6.3
func (l *CabfOrgIdentifierPsdVatHasState) Execute(c *x509.Certificate) *lint.LintResult
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
type OrganizationIdentifier ¶ added in v3.6.3
type OrganizationIdentifier struct {
ParseAsPSD bool
Scheme string
Country string
State string
Reference string
}
According to EVGs 9.2.8
func (OrganizationIdentifier) Parse ¶ added in v3.6.4
func (o OrganizationIdentifier) Parse(orgId string) (OrganizationIdentifier, error)
Source Files
¶
- lint_cabf_org_identifier_psd_vat_has_state.go
- lint_ev_business_category_missing.go
- lint_ev_country_name_missing.go
- lint_ev_invalid_business_category.go
- lint_ev_not_wildcard.go
- lint_ev_organization_id_missing.go
- lint_ev_organization_name_missing.go
- lint_ev_orgid_inconsistent_subj_and_ext.go
- lint_ev_san_ip_address_present.go
- lint_ev_serial_number_missing.go
- lint_ev_valid_time_too_long.go
- lint_extra_subject_attribs.go
- lint_invalid_orgid_reg_scheme.go
- lint_onion_subject_validity_time_too_large.go
Click to show internal directories.
Click to hide internal directories.