zzzsz

Results 2 issues of zzzsz

Example: func init() { lint.RegisterLint(&lint.Lint{ Name: "e_sub_ca_aia_marked_critical", Description: "Subordinate CA Certificate: authorityInformationAccess MUST NOT be marked critical", Citation: "BRs: 7.1.2.2", Source: lint.CABFBaselineRequirements, EffectiveDate: util.ZeroDate, Lint: NewSubCaAIAMarkedCritical, }) }

I noticed that Zlint judges the range of IA5String as follows, I'd like to know where I can find the definition of the IA5String range. All I saw in RFC5280...