270 |
const char *keyid; |
const char *keyid; |
271 |
char timebuf[128]; |
char timebuf[128]; |
272 |
int id; |
int id; |
273 |
|
|
274 |
|
// XXX: we have a problem with v3 keys here |
275 |
if (!sig->fpr) |
if (!sig->fpr) |
276 |
return FALSE; |
return FALSE; |
277 |
if (!get_locale_timedate (sig->timestamp, timebuf, DIM (timebuf)-1)) |
if (!get_locale_timedate (sig->timestamp, timebuf, DIM (timebuf)-1)) |
296 |
return -1; |
return -1; |
297 |
} |
} |
298 |
|
|
299 |
|
|
300 |
/* Check if the given pattern are either a valid |
/* Check if the given pattern are either a valid |
301 |
email address, a {long, short} keyid or a fingerprint. |
email address, a {long, short} keyid or a fingerprint. |
302 |
Return 0 on success. */ |
Return 0 on success. */ |