Actually skip certificate if we do not understand hash type
This commit is contained in:
parent
dc4baf11ab
commit
3a074a7996
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue