plugin name is x509
This commit is contained in:
@@ -906,7 +906,7 @@ static bool parse_certificate(private_x509_cert_t *this)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (critical && lib->settings->get_bool(lib->settings,
|
if (critical && lib->settings->get_bool(lib->settings,
|
||||||
"libstrongswan.plugins.x509_cert.enforce_critical", FALSE))
|
"libstrongswan.plugins.x509.enforce_critical", FALSE))
|
||||||
{
|
{
|
||||||
DBG1("critical %s extension not supported",
|
DBG1("critical %s extension not supported",
|
||||||
(extn_oid == OID_UNKNOWN) ? "unknown" :
|
(extn_oid == OID_UNKNOWN) ? "unknown" :
|
||||||
|
|||||||
Reference in New Issue
Block a user