Home | History | Annotate | Download | only in x509

Lines Matching full:incompatibleusage

257 	if inval, ok := err.(CertificateInvalidError); !ok || inval.Reason != IncompatibleUsage {
258 t.Errorf("#%d: error was not IncompatibleUsage: %s", i, err)