mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Well and some stuff to access the SC will be helpful. Note, that the
code requires the latest OpenSC CVS code.
This commit is contained in:
parent
d8538d80dd
commit
2b5dca457c
3 changed files with 116 additions and 16 deletions
|
@ -86,6 +86,12 @@ int card_enum_keypairs (CARD card, int idx,
|
|||
unsigned char **keyid, size_t *nkeyid);
|
||||
int card_read_cert (CARD card, const char *certidstr,
|
||||
unsigned char **cert, size_t *ncert);
|
||||
int card_create_signature (CARD card,
|
||||
const char *keyidstr, int hashalgo,
|
||||
int (pincb)(void*, const char *, char **),
|
||||
void *pincb_arg,
|
||||
const void *indata, size_t indatalen,
|
||||
void **outdata, size_t *outdatalen );
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue