mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Actually skip certificate if we do not understand hash type
This commit is contained in:
parent
dc4baf11ab
commit
3a074a7996
|
|
@ -3461,6 +3461,7 @@ static int x509parse_verify_top(
|
||||||
/*
|
/*
|
||||||
* Cannot check 'unknown' hash
|
* Cannot check 'unknown' hash
|
||||||
*/
|
*/
|
||||||
|
trust_ca = trust_ca->next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue