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

Add NXP JCOP v2.4.2 R3 Java card Support #253

Open
stefan-stanusi opened this issue Jul 5, 2021 · 4 comments
Open

Add NXP JCOP v2.4.2 R3 Java card Support #253

stefan-stanusi opened this issue Jul 5, 2021 · 4 comments

Comments

@stefan-stanusi
Copy link

ATR: 3bf01300008131fe45e8

Is it possible to add support for this type of card?

@stefan-stanusi stefan-stanusi changed the title Add JCOP J2E145 v2.4.2 R3 Java card Add NXP JCOP v2.4.2 R3 Java card Support Jul 5, 2021
@rmhrisk
Copy link
Contributor

rmhrisk commented Jul 5, 2021

Can you give us the ATR and the fully qualified path to the PKCS11 library?

@stefan-stanusi
Copy link
Author

I'm not sure it's a PKCS11 library. It's an dll with dependencies on 2 other dlls.

http://193.151.30.188/cnas/siui_3.7/specificatii

You can find them under
Biblioteci pentru interfaţarea cu terminalul CEAS (*dll)

Biblioteca eCard SDK [v1.2.0.1] (*zip)

@rmhrisk
Copy link
Contributor

rmhrisk commented Jul 7, 2021

As we don’t have the token, and don’t have a native speaker to read through the documents at the provided link I’m not sure when we will find the time to research this for you.

if it’s a PKCS11 library it will be possible to load it with Firefox if you want to figure it out:
https://playbooks.idmanagement.gov/piv/engineer/firefox/

@microshine
Copy link
Contributor

Try to add your card via Fortify config file ~/.fortify/config.json

Add cards field into your config.json

"cards": [
    {
      "name": "NXP JCOP v2.4.2 R3 Java card",
      "atr": "3bf01300008131fe45e8",
      "libraries": [
        "/path/to/your/pkcs11.dll",
      ]
    },
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants