android: Allow enumeration of untrusted certificates

This commit is contained in:
Tobias Brunner
2014-11-06 16:28:40 +01:00
parent 34ca3795c8
commit 0ef74bec98
@@ -92,7 +92,7 @@ METHOD(credential_set_t, create_cert_enumerator, enumerator_t*,
{
enumerator_t *enumerator;
if (!trusted || (cert != CERT_ANY && cert != CERT_X509))
if (cert != CERT_ANY && cert != CERT_X509)
{
return NULL;
}