crypto/x509.CertificateInvalidError.Detail (field)
7 uses
	crypto/x509 (current package)
		verify.go#L67: 	Detail string
		verify.go#L75: 		return "x509: certificate has expired or is not yet valid: " + e.Detail
		verify.go#L77: 		return "x509: a root or intermediate certificate is not authorized to sign for this name: " + e.Detail
		verify.go#L79: 		return "x509: a root or intermediate certificate is not authorized for an extended key usage: " + e.Detail
		verify.go#L89: 		return "x509: issuer has name constraints but leaf contains unknown or unconstrained name: " + e.Detail
		verify.go#L586: 			Detail: fmt.Sprintf("current time %s is before %s", now.Format(time.RFC3339), c.NotBefore.Format(time.RFC3339)),
		verify.go#L592: 			Detail: fmt.Sprintf("current time %s is after %s", now.Format(time.RFC3339), c.NotAfter.Format(time.RFC3339)),
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |