Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Finnish-FINeID.md #21

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Finnish-FINeID.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The FINeID certificates are issued by the Digital and Population Data Services A

There are [several generations](https://digisaatio.fi/wiki/Henkil%C3%B6kortti#Versiot) of FINeID cards. OpenSC should work fine with the eID application following the version 1.x specification that is using a PKCS#15 file structure. The version 2 of the FIN specification address the ISO/IEC 7816-15 file structure and somewhat different command parameters to the version 1 specification. The current version of the cards is not supported by OpenSC.

The support for the FINeID is implemented in [`card-setcos.c`](https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-setcos.c) driver. Refer there for the ATRs of supported cards.
The support for the FINeID [legacy](https://dvv.fi/documents/16079645/17324992/Technology+note+-+ATR+bytes.pdf) cards is implemented in [`card-setcos.c`](https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-setcos.c) driver. Refer there for the ATRs of supported cards. Newer FINeID cards are currently unsupported by OpenSC.

The eID card has [two PIN codes](https://dvv.fi/en/citizen-certificate-managing-pin-codes), the basic PIN (PIN1) and the signature PIN (PIN2).

Expand Down