summaryrefslogtreecommitdiffstats
path: root/rules/host-p11-kit.in
blob: c819ad67438036643e16d042835c2eb3573e9ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=hosttools_noprompt

config HOST_P11_KIT
	tristate
	select HOST_LIBFFI
	select HOST_LIBTASN1
	default y if 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