diff options
author | Werner Koch <wk@gnupg.org> | 2006-10-23 16:02:13 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-10-23 16:02:13 +0200 |
commit | 7b8ea82ab64aa0c298c48ef3edf680102c2b1788 (patch) | |
tree | 3dfca78f29a4bdbd5ae307ca989544b951fe091d /scd/app-p15.c | |
parent | Allow importing of web.de generated p12 files (diff) | |
download | gnupg2-7b8ea82ab64aa0c298c48ef3edf680102c2b1788.tar.xz gnupg2-7b8ea82ab64aa0c298c48ef3edf680102c2b1788.zip |
.
Diffstat (limited to 'scd/app-p15.c')
-rw-r--r-- | scd/app-p15.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app-p15.c b/scd/app-p15.c index 8e786dd97..f6b3eff4d 100644 --- a/scd/app-p15.c +++ b/scd/app-p15.c @@ -2712,7 +2712,7 @@ do_getattr (app_t app, ctrl_t ctrl, const char *name) general rule for it so we need to decide case by case. */ if (app->app_local->card_type == CARD_TYPE_BELPIC) { - /* The eID card has a card number printed on the fron matter + /* The eID card has a card number printed on the front matter which seems to be a good indication. */ unsigned char *buffer; const unsigned char *p; @@ -2938,7 +2938,7 @@ do_sign (app_t app, const char *keyidstr, int hashalgo, /* Due to the fact that the non-repudiation signature on a BELPIC - card requires a ver verify immediately before the DSO we set the + card requires a verify immediately before the DSO we set the MSE before we do the verification. Other cards might allow to do this also but I don't want to break anything, thus we do it only for the BELPIC card here. */ |