mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Introduced the keygrip
This commit is contained in:
parent
5a4cbaf443
commit
f60dc501d2
3 changed files with 63 additions and 0 deletions
|
@ -101,6 +101,9 @@ void gpgsm_status (CTRL ctrl, int no, const char *text);
|
|||
char *gpgsm_get_fingerprint (KsbaCert cert, int algo, char *array, int *r_len);
|
||||
char *gpgsm_get_fingerprint_string (KsbaCert cert, int algo);
|
||||
char *gpgsm_get_fingerprint_hexstring (KsbaCert cert, int algo);
|
||||
char *gpgsm_get_keygrip (KsbaCert cert, char *array);
|
||||
char *gpgsm_get_keygrip_hexstring (KsbaCert cert);
|
||||
|
||||
|
||||
/*-- certdump.c --*/
|
||||
void gpgsm_dump_cert (const char *text, KsbaCert cert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue