print verbose information about found key
This commit is contained in:
@@ -547,6 +547,9 @@ static bool import_key(SCARDHANDLE *card, enum enum_key_format key_format,
|
|||||||
ret = false;
|
ret = false;
|
||||||
goto import_out;
|
goto import_out;
|
||||||
}
|
}
|
||||||
|
if(verbose) {
|
||||||
|
fprintf(stderr, "Found RSA-%d key.\n", size * 8);
|
||||||
|
}
|
||||||
{
|
{
|
||||||
APDU apdu;
|
APDU apdu;
|
||||||
unsigned char in_data[1024];
|
unsigned char in_data[1024];
|
||||||
|
|||||||
Reference in New Issue
Block a user