1
2
3
4
|
PKCS#11 Extension for Tcl.
Can be used to load a PKCS#11 module (e.g., ActivClient, ActivCard,
CoolKey, CACKey) and perform cryptographic operations.
|
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
|
PKCS#11 Extension for Tcl.
Can be used to load a PKCS#11 module (e.g., ActivClient, ActivCard,
CoolKey, CACKey) and perform cryptographic operations.
This package requires the "pki" extension, which is pure Tcl and can be
found in Tcllib.
Installation:
./configure
make
cp tclpkcs11.so pkgIndex.tcl /dest
|