mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Add two missing entries to the OCSP CRLReason table
CLA: trivial Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21743)
This commit is contained in:
parent
0577dbad07
commit
1c8a7f5091
@ -79,7 +79,9 @@ const char *OCSP_crl_reason_str(long s)
|
||||
{OCSP_REVOKED_STATUS_SUPERSEDED, "superseded"},
|
||||
{OCSP_REVOKED_STATUS_CESSATIONOFOPERATION, "cessationOfOperation"},
|
||||
{OCSP_REVOKED_STATUS_CERTIFICATEHOLD, "certificateHold"},
|
||||
{OCSP_REVOKED_STATUS_REMOVEFROMCRL, "removeFromCRL"}
|
||||
{OCSP_REVOKED_STATUS_REMOVEFROMCRL, "removeFromCRL"},
|
||||
{OCSP_REVOKED_STATUS_PRIVILEGEWITHDRAWN, "privilegeWithdrawn"},
|
||||
{OCSP_REVOKED_STATUS_AACOMPROMISE, "aACompromise"}
|
||||
};
|
||||
return table2string(s, reason_tbl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user