summaryrefslogtreecommitdiffstats
path: root/rules/host-p11-kit.in
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2018-10-02 16:07:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-10 16:49:51 +0200
commit6860b189b4abd4633e2e4d55d6a6b59ef0b717ad (patch)
tree9866c4411533d962c398f587e1bfb107aba62595 /rules/host-p11-kit.in
parent8ae9d418e6690366d32dc968c363cc56cb8381b5 (diff)
downloadptxdist-6860b189b4abd4633e2e4d55d6a6b59ef0b717ad.tar.gz
ptxdist-6860b189b4abd4633e2e4d55d6a6b59ef0b717ad.tar.xz
host-p11-kit: add new package for host tool usage
Provides a way to load and enumerate PKCS#11 modules. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-p11-kit.in')
-rw-r--r--rules/host-p11-kit.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/host-p11-kit.in b/rules/host-p11-kit.in
new file mode 100644
index 000000000..9b4c03c75
--- /dev/null
+++ b/rules/host-p11-kit.in
@@ -0,0 +1,14 @@
+## SECTION=hosttools_noprompt
+
+config HOST_P11_KIT
+ tristate
+ select HOST_LIBFFI
+ select HOST_LIBTASN1
+ default ALLYES
+ help
+ Provides a way to load and enumerate PKCS#11 modules. Provides a
+ standard configuration setup for installing PKCS#11 modules in such a
+ way that they're discoverable.
+ Also solves problems with coordinating the use of PKCS#11 by different
+ components or libraries living in the same process.
+ https://p11-glue.github.io/p11-glue/p11-kit.html