mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
openssl: Remove arbitrary keyid length check
This commit is contained in:
parent
b148517c6b
commit
b9e45b5b4a
@ -395,7 +395,7 @@ static private_key_t *openssl_private_key_connect(key_type_t type,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!keyid.len || keyid.len > 40)
|
if (!keyid.len)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user