roelderickx / connective-plugin-linux

A replacement for the Connective Plugin which is used on several websites to log in or sign documents using a card reader and an electronic identity card.
GNU General Public License v3.0
36 stars 2 forks source link

Add support for belpic v1.8 identity cards #8

Closed roelderickx closed 9 months ago

roelderickx commented 2 years ago

The new belgian identity cards (belpic v1.8) only support the ECDSA signing algorithm, while previous versions only support the RSA signing algorithm. It is not clear how the Connective application deals with this. To be investigated and implemented.

roelderickx commented 9 months ago

Was pull request #17 the only change necessary to make it work @vhdirk ?

vhdirk commented 9 months ago

Yup. Or at least for what I needed it. I just added the ATR and bingo :)

roelderickx commented 9 months ago

Excellent :slightly_smiling_face: Many thanks!