The p11-kit package Provides a way to load and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://p11-glue.freedesktop.org/releases/p11-kit-0.20.6.tar.gz
Download MD5 sum: 2f65624f321c0821b216aaf0ddefa89d
Download size: 964 KB
Estimated disk space required: 70 MB (additional 6 MB for tests)
Estimated build time: 0.4 SBU
Certificate Authority Certificates, libtasn1-4.1, and libffi-3.1
NSS-3.17, GTK-Doc-1.20 and libxslt-1.1.28
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/p11-kit
Install p11-kit by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
To test the results, issue: make check. The test-token test is known to fail.
Now, as the root
user:
make install
--with-hash-impl=freebl
: Use this
switch if you want to use Freebl library from NSS for SHA1 and MD5 hashing.
--enable-doc
: Use this switch if you
have installed GTK-Doc-1.20 and libxslt-1.1.28
and wish to rebuild the documentation and generate manual pages.
Last updated on 2014-09-16 10:29:57 -0700