Lines Matching refs:crl_reason
964 const char *crl_reason;
969 crl_reason = "unspecified reason";
973 crl_reason = "private key compromised";
977 crl_reason = "CA compromised";
981 crl_reason = "affiliation has changed";
985 crl_reason = "certificate superseded";
989 crl_reason = "operation has ceased";
993 crl_reason = "certificate is on hold";
997 crl_reason = "will be removed from delta CRL";
1001 crl_reason = "privilege withdrawn";
1005 crl_reason = "AA compromised";
1009 failf(data, "Server certificate was revoked: %s", crl_reason);