1
0
Fork 0
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:
Werner Koch 2001-11-24 22:20:38 +00:00
parent 5a4cbaf443
commit f60dc501d2
3 changed files with 63 additions and 0 deletions

View file

@ -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);