1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Make use of the card's extended capabilities.

This commit is contained in:
Werner Koch 2009-07-22 17:21:47 +00:00
parent ef2995f5d0
commit b37b85e722
4 changed files with 89 additions and 13 deletions

View file

@ -57,6 +57,10 @@ struct agent_card_info_s
int algo; /* Algorithm identifier. */
unsigned int nbits; /* Supported keysize. */
} key_attr[3];
struct {
unsigned int ki:1; /* Key import available. */
unsigned int aac:1; /* Algorithm attributes are changeable. */
} extcap;
};
struct agent_card_genkey_s {