mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
trust: use proper CRL id-ce-cRLReasons extension keyword 'unspecified'
This commit is contained in:
parent
7aaa6a263b
commit
2918f0e24e
@ -47,8 +47,8 @@ function crl_status_code()
|
||||
{
|
||||
/* Array index 0 is a description, index 1 is the key used by phpseclib */
|
||||
return array(
|
||||
CERT_CRL_STATUS_NOSTATUS => ["No Status (default)", "unused"],
|
||||
CERT_CRL_STATUS_UNSPECIFIED => ["Unspecified", "unused"],
|
||||
CERT_CRL_STATUS_NOSTATUS => ["No Status (default)", "unspecified"],
|
||||
CERT_CRL_STATUS_UNSPECIFIED => ["Unspecified", "unspecified"],
|
||||
CERT_CRL_STATUS_KEYCOMPROMISE => ["Key Compromise", "keyCompromise"],
|
||||
CERT_CRL_STATUS_CACOMPROMISE => ["CA Compromise", "cACompromise"],
|
||||
CERT_CRL_STATUS_AFFILIATIONCHANGED => ["Affiliation Changed", "affiliationChanged"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user