summaryrefslogtreecommitdiffstats
path: root/rules/libp11.in
blob: 147f50a5e2f883cfaf86572f8ee655bb5848da3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=security

menuconfig LIBP11
	tristate
	prompt "libp11                        "
	select OPENSSL
	help
	  libp11 is a library implementing a thin layer on top of PKCS#11 API to
	  make using PKCS#11 implementations easier.
	  It also includes a pkcs#11 engine implementation for openssl.

if LIBP11

config LIBP11_PROXY_MODULE
	bool
	default y
	depends on P11_KIT
	prompt "Default to p11-kit proxy module"

endif