This is an old version of SAC for Alladin eToken 32K/64K (CardOS) and eToken 72K (Java). It should work side-by-side with other SAC versions.
This module is not loaded to p11-kit by default – if you use tools that accept pkcs11:
URIs, you'll need to add it to ~/.config/pkcs11/ancient-etoken.conf
(pkcs11.conf(5)) like this:
module: /usr/lib/sac-10.0/libeToken.so
However, if you have multiple SAC versions installed, it might be not the best idea to load all of them into the same process directly. If things start crashing, try loading the module out-of-process like this instead:
remote: |p11-kit remote /usr/lib/sac-10.0/libeToken.so
Pinned Comments
grawity commented on 2021-11-24 06:30 (UTC) (edited on 2024-07-28 11:47 (UTC) by grawity)
This is an old version of SAC for Alladin eToken 32K/64K (CardOS) and eToken 72K (Java). It should work side-by-side with other SAC versions.
This module is not loaded to p11-kit by default – if you use tools that accept
pkcs11:
URIs, you'll need to add it to~/.config/pkcs11/ancient-etoken.conf
(pkcs11.conf(5)) like this:However, if you have multiple SAC versions installed, it might be not the best idea to load all of them into the same process directly. If things start crashing, try loading the module out-of-process like this instead: