const crypto/x509.CANotAuthorizedForThisName

6 uses

	crypto/x509 (current package)
		verify.go#L37: 	CANotAuthorizedForThisName
		verify.go#L80: 	case CANotAuthorizedForThisName:
		verify.go#L587: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L591: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is excluded by constraint %q", nameType, name, constraint)}
		verify.go#L608: 			return CertificateInvalidError{c, CANotAuthorizedForThisName, err.Error()}
		verify.go#L617: 		return CertificateInvalidError{c, CANotAuthorizedForThisName, fmt.Sprintf("%s %q is not permitted by any constraint", nameType, name)}