summaryrefslogtreecommitdiffstats
path: root/package/opencdk/Config.in
blob: 6a4cc7027de555a79c6de4bdd0ddcce402abbd16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_OPENCDK
	bool
	default n
	depends BR2_PACKAGE_LIBOPENCDK

config BR2_PACKAGE_LIBOPENCDK
	tristate "libopencdk - The Open Crypto Development Kit library"
#	default m if CONFIG_DEVEL
	default n
	select BR2_PACKAGE_OPENCDK
	select BR2_PACKAGE_LIBGCRYPT
	help
	 This library provides basic parts of the OpenPGP message format.
	 For reference, please read the rfc2440.txt in the doc/ directory.
	 Due to some possible security problems, the library also implements
	 parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
	 messages with earlier PGP version < 7, you should use the compat mode.
	 
	 ftp://ftp.gnutls.org/pub/gnutls/opencdk/