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