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
|
||||
*/
|
||||
trust_ca = trust_ca->next;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user