Add opencdk package
[openwrt.git] / openwrt / package / opencdk / Config.in
1 config BR2_PACKAGE_OPENCDK
2 default n
3 depends BR2_PACKAGE_LIBOPENCDK
4
5 config BR2_PACKAGE_LIBOPENCDK
6 tristate "libopencdk - The Open Crypto Development Kit library"
7 # default m if CONFIG_DEVEL
8 default n
9 select BR2_PACKAGE_OPENCDK
10 select BR2_PACKAGE_LIBGCRYPT
11 help
12 This library provides basic parts of the OpenPGP message format.
13 For reference, please read the rfc2440.txt in the doc/ directory.
14 Due to some possible security problems, the library also implements
15 parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
16 messages with earlier PGP version < 7, you should use the compat mode.
17
18 ftp://ftp.gnutls.org/pub/gnutls/opencdk/
19
This page took 0.049002 seconds and 5 git commands to generate.