Skip to content

Commit

Permalink
Use OpenSC PKCS11 driver for IDEMIA cards
Browse files Browse the repository at this point in the history
IB-5744

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Apr 24, 2019
1 parent cada54d commit 4f7f776
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/QPKCS11.cpp
Expand Up @@ -377,7 +377,6 @@ bool QPKCS11::reload()
{ "/Library/OpenSC/lib/opensc-pkcs11.so", "3B7B940000806212515646696E454944" },
{ "/Library/Frameworks/eToken.framework/Versions/Current/libeToken.dylib", "3BD5180081313A7D8073C8211030" },
{ "/Library/Frameworks/eToken.framework/Versions/Current/libeToken.dylib", "3BD518008131FE7D8073C82110F4" },
{ qApp->applicationDirPath() + "/libOcsCryptoki.dylib", "3BDB960080B1FE451F830012233F536549440F9000F1" }
#elif defined(Q_OS_WIN)
{ "opensc-pkcs11.dll", QByteArray() },
{ "OTLvP11.dll", "3BDD18008131FE45904C41545649412D65494490008C" },
Expand All @@ -390,7 +389,6 @@ bool QPKCS11::reload()
{ "/usr/lib/ccs/libccpkip11.so", "3B7D94000080318065B08311C0A983009000" },
{ "libcryptoki.so", "3B7F9600008031B865B0850300EF1200F6829000" },
{ "/usr/lib/libeTPkcs11.so", "3BD518008131FE7D8073C82110F4" },
{ "/usr/local/AWP/lib/libOcsCryptoki.so", "3BDB960080B1FE451F830012233F536549440F9000F1" }
#endif
};
for(const QString &reader: QPCSC::instance().readers())
Expand Down

0 comments on commit 4f7f776

Please sign in to comment.