aboutsummaryrefslogtreecommitdiffstats
path: root/scd/iso7816.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-09-05 14:36:36 +0000
committerWerner Koch <[email protected]>2005-09-05 14:36:36 +0000
commit1b2f7cbe3ba731c5d94990b3f019b8c0bf641372 (patch)
tree5e09a115940b2dcde6a1f340619551f7bf9c9938 /scd/iso7816.h
parentUse a default argument for --write-env-file. (diff)
downloadgnupg-1b2f7cbe3ba731c5d94990b3f019b8c0bf641372.tar.gz
gnupg-1b2f7cbe3ba731c5d94990b3f019b8c0bf641372.zip
Basically made Belgian EID cards work.
Signature creation has not yet been tested. Also other changes to better cope with T=0 cards.
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r--scd/iso7816.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h
index b9ba1800b..828fabb01 100644
--- a/scd/iso7816.h
+++ b/scd/iso7816.h
@@ -33,6 +33,9 @@ gpg_error_t iso7816_select_application (int slot,
const char *aid, size_t aidlen);
gpg_error_t iso7816_select_file (int slot, int tag, int is_dir,
unsigned char **result, size_t *resultlen);
+gpg_error_t iso7816_select_path (int slot,
+ const unsigned short *path, size_t pathlen,
+ unsigned char **result, size_t *resultlen);
gpg_error_t iso7816_list_directory (int slot, int list_dirs,
unsigned char **result, size_t *resultlen);
gpg_error_t iso7816_verify (int slot,