Home | History | Annotate | Download | only in x509

Lines Matching refs:missing

1535 		t.Error("unexpected success when parsing certificate with missing RSA NULL parameter")
1536 } else if !strings.Contains(err.Error(), "missing NULL") {
1537 t.Errorf("unrecognised error when parsing certificate with missing RSA NULL parameter: %s", err)
1892 t.Fatal("SAN extension is missing")