Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Add support for IDPrime 940C and IDPrime 3940B FIDO #578

Open
FlorianKnibbe opened this issue Jun 6, 2024 · 0 comments
Open

Add support for IDPrime 940C and IDPrime 3940B FIDO #578

FlorianKnibbe opened this issue Jun 6, 2024 · 0 comments

Comments

@FlorianKnibbe
Copy link

FlorianKnibbe commented Jun 6, 2024

Hi,

Can you add in card.json after ID Prime 940 bloc...

{
      "atr": "3B7F96000080318065B0855956FB120FFE829000",
      "name": "ID Prime 940",
      "driver": "39b3d7a3662c4b48bb120d008dd18648"
 },

...this lines to support IDPrime 940C and ID Prime 3940B FIDO

	 {
      "atr": "3B7F96000080318065B085050039120FFE829000",
      "name": "ID Prime 940C",
      "driver": "39b3d7a3662c4b48bb120d008dd18648"
    },
	{
      "atr": "3BFF9600008131FE4380318065B0855956FB120FFC82900002",
      "name": "ID Prime 3940B FIDO",
      "driver": "39b3d7a3662c4b48bb120d008dd18648"
    },
    
Can you add x64 driver for SafeNet Authentication client too plz ?
    {
      "id": "39b3d7a3662c4b48bb120d008dd18648",
      "name": "SafeNet Authentication Client",
      "config": {
        "template": {
          "copy": {
            "private": {
              "token": true,
              "sensitive": true,
              "extractable": false
            }
          }
        }
      },
      "file": {
        "windows": {
          "x86": "%WINDIR/System32/eTPKCS11.dll",
          "x64": "%WINDIR/SysWOW64/eTPKCS11.dll"
        },
        "osx": "/usr/local/lib/libeTPkcs11.dylib",
        "linux": "/usr/lib/libeTPkcs11.so"
      }
    },
Is-it possible to add alternative driver location for Safenet Authentication client ?

I've the updated driver for Safenet v 10.8 R8 in :

"x64": "%PROGRAMFILES/SafeNet/Authentication/SAC/x64/IDPrimePKCS1164.dll"

not in :

%WINDIR/SysWOW64/eTPKCS11.dll"

For me this location is not updated since 2021

Thanks a lot for your amazing work !
Best regards
Florian
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant