Home | History | Annotate | Download | only in x509

Lines Matching full:x509

5 package x509
47 return "x509: certificate is not authorized to sign other certificates"
49 return "x509: certificate has expired or is not yet valid"
51 return "x509: a root or intermediate certificate is not authorized to sign in this domain"
53 return "x509: too many intermediates for path length constraint"
55 return "x509: certificate specifies an incompatible key usage"
57 return "x509: unknown error"
74 return "x509: cannot validate certificate for " + h.Host + " because it doesn't contain any IP SANs"
89 return "x509: certificate is valid for " + valid + ", not " + h.Host
104 s := "x509: certificate signed by unknown authority"
122 return "x509: failed to load system roots and no roots provided"