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:
parent
ef2995f5d0
commit
b37b85e722
4 changed files with 89 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue