Home | History | Annotate | Download | only in x509

Lines Matching refs:x509

5 package x509
52 return "x509: certificate is not authorized to sign other certificates"
54 return "x509: certificate has expired or is not yet valid"
56 return "x509: a root or intermediate certificate is not authorized to sign in this domain"
58 return "x509: too many intermediates for path length constraint"
60 return "x509: certificate specifies an incompatible key usage"
62 return "x509: issuer name does not match subject from issuing certificate"
64 return "x509: unknown error"
81 return "x509: cannot validate certificate for " + h.Host + " because it doesn't contain any IP SANs"
98 return "x509: certificate is not valid for any names, but wanted to match " + h.Host
100 return "x509: certificate is valid for " + valid + ", not " + h.Host
115 s := "x509: certificate signed by unknown authority"
136 msg := "x509: failed to load system roots and no roots provided"
145 var errNotParsed = errors.New("x509: missing ASN.1 contents; use ParseCertificate")