I'd like to add support for the Romanian electronic identity card (CEI), issued by Romania's Ministry of Interior. No public APDU spec exists for this card, so I'm implementing it as a tier 2 (PKCS#11) card using the official government middleware, IDPlugManager (IDEMIA), freely available at https://hub.mai.gov.ro/aplicatie-cei.
I have a draft implementation ready: ATR entry, PKCS#11 module paths for Windows/Linux/macOS, and the SUPPORTED_PKCS11_MODULES entry, following the pattern used for the existing PKCS#11-based cards. Will open a PR soon once testing is finished.
I'd like to add support for the Romanian electronic identity card (CEI), issued by Romania's Ministry of Interior. No public APDU spec exists for this card, so I'm implementing it as a tier 2 (PKCS#11) card using the official government middleware, IDPlugManager (IDEMIA), freely available at https://hub.mai.gov.ro/aplicatie-cei.
I have a draft implementation ready: ATR entry, PKCS#11 module paths for Windows/Linux/macOS, and the SUPPORTED_PKCS11_MODULES entry, following the pattern used for the existing PKCS#11-based cards. Will open a PR soon once testing is finished.