increase debug level from 1 to 2
This commit is contained in:
@@ -170,7 +170,7 @@ static status_t verify_emsa_pkcs1_signature(const private_rsa_public_key_t *this
|
|||||||
/* check magic bytes */
|
/* check magic bytes */
|
||||||
if (*(em.ptr) != 0x00 || *(em.ptr+1) != 0x01)
|
if (*(em.ptr) != 0x00 || *(em.ptr+1) != 0x01)
|
||||||
{
|
{
|
||||||
DBG1("incorrect padding - probably wrong RSA key");
|
DBG2("incorrect padding - probably wrong RSA key");
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
em.ptr += 2;
|
em.ptr += 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user