Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Updating an older EID app
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dieter Cams  
View profile  
 More options May 4 2012, 8:58 am
From: Dieter Cams <dieter.c...@gmail.com>
Date: Fri, 4 May 2012 05:58:30 -0700 (PDT)
Local: Fri, May 4 2012 8:58 am
Subject: Updating an older EID app
Hi all,

I have a question about the new EID SDK.

At the moment I am trying to update an app, which is using the EID 3.5
version.

But in code they have imported the
using be.belgium.eid;

Now my questions are

-How can be triggered if an id card is inserted?
-How can you be sure the inserted card is an id card?

Kind regards

Dieter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederik Vernelen  
View profile  
 More options May 4 2012, 11:10 am
From: Frederik Vernelen <frederik.verne...@gmail.com>
Date: Fri, 4 May 2012 17:10:39 +0200
Local: Fri, May 4 2012 11:10 am
Subject: Re: [eid-mw-dev] Updating an older EID app

Hello Dieter,

In order to check for card insertion events, you can use the
C_WaitForSlotEvent() function. (see pkcs11 spec at
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v211/pkcs-11v2-11r1.pdf)

In order to check if the inserted card is a genuine eID card, you'll have
to request the data files and verify the signatures, as well as checking
the validity of the certificates.
The Integrety class of our CS examples could give you an idea about this.

Wkr,
 Frederik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dieter Cams  
View profile  
 More options May 9 2012, 4:14 am
From: Dieter Cams <dieter.c...@gmail.com>
Date: Wed, 9 May 2012 01:14:51 -0700 (PDT)
Local: Wed, May 9 2012 4:14 am
Subject: Re: Updating an older EID app
I think it is by far harder to implement the new EID than the old one.

Our experiences is also that the new EID-software is slower than the
old one.

Is it possible to still use the EID3.5 without getting the message
that there is a newer version?

Dieter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederik Vernelen  
View profile  
 More options May 9 2012, 4:39 am
From: Frederik Vernelen <frederik.verne...@gmail.com>
Date: Wed, 9 May 2012 10:39:22 +0200
Local: Wed, May 9 2012 4:39 am
Subject: Re: [eid-mw-dev] Re: Updating an older EID app

Hello Dieter,

You can suppress this message by creating and setting following registry
key to zero: HKEY_CURRENT_USER\Software\BEID\messages\show_sdk35_warning

In regard to the speed: are you refering to a C# project that does all the
validity checking?

Wkr,
 Frederik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederik Vernelen  
View profile  
 More options May 9 2012, 9:32 am
From: Frederik Vernelen <frederik.verne...@gmail.com>
Date: Wed, 9 May 2012 15:32:36 +0200
Local: Wed, May 9 2012 9:32 am
Subject: Re: [eid-mw-dev] Re: Updating an older EID app

Hello Dieter,

Good to hear so.
In the SDK 4.0, a message to ask permission to read the card will be shown
each time a session to a card is opened (and data is requested to be read).
So if you do all your reads (from one card) within the same session, the
message should be show only once (per card).

For each newly inserted card, permission to ask the card will always be
asked again.

Wkr,
 Frederik


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »