summaryrefslogtreecommitdiffstats
path: root/rules/libksba.in
blob: e0f248a8a3a05cf095e913413b6fc1103db97770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries

config LIBKSBA
	tristate
	prompt "libksba"
	select LIBGPG_ERROR
	help
	  Libksba provides an easy API to create and parse X.509
	  and CMS related objects

	  libksba is a library to make the tasks of working with
	  X.509 certificates, CMS data and related objects more
	  easy. It provides a highlevel interface to the
	  implemented protocols and presents the data in a
	  consistent way.