am 4762633c: log which key a package verified against in recovery
* commit '4762633cf846d17516878303502b056b52353a5d': log which key a package verified against in recovery
This commit is contained in:
commit
3ed8e18721
@ -173,7 +173,7 @@ int verify_file(const char* path, const RSAPublicKey *pKeys, unsigned int numKey
|
||||
// the signing tool appends after the signature itself.
|
||||
if (RSA_verify(pKeys+i, eocd + eocd_size - 6 - RSANUMBYTES,
|
||||
RSANUMBYTES, sha1)) {
|
||||
LOGI("whole-file signature verified\n");
|
||||
LOGI("whole-file signature verified against key %d\n", i);
|
||||
free(eocd);
|
||||
return VERIFY_SUCCESS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user