Skip to content

Commit 54786ac

Browse files
Updated Pkcs11RsaKeyService.cs
Added Futurex PKCS bitwarden#11 library to libPath list
1 parent dcd4477 commit 54786ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/KeyConnector/Services/Pkcs11/Pkcs11RsaKeyService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private IPkcs11Library LoadLibrary()
143143
{
144144
"yubihsm" => "/usr/lib/x86_64-linux-gnu/pkcs11/yubihsm_pkcs11.so",
145145
"opensc" => "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so",
146+
"futurex" => "/usr/lib/x86_64-linux-gnu/fxpkcs11/libfxpkcs11.so",
146147
_ => throw new Exception("Please provide a library path or known provider.")
147148
};
148149
}

0 commit comments

Comments
 (0)