Actually skip certificate if we do not understand hash type

This commit is contained in:
Paul Bakker 2013-08-20 12:45:03 +02:00
parent dc4baf11ab
commit 3a074a7996

View File

@ -3461,6 +3461,7 @@ static int x509parse_verify_top(
/*
* Cannot check 'unknown' hash
*/
trust_ca = trust_ca->next;
continue;
}