2005-06-15 03:42:48 +03:00
|
|
|
config BR2_PACKAGE_OPENCDK
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-06-15 03:42:48 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_LIBOPENCDK
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBOPENCDK
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "libopencdk........................ The Open Crypto Development Kit library"
|
|
|
|
tristate
|
2005-06-15 03:42:48 +03:00
|
|
|
# default m if CONFIG_DEVEL
|
|
|
|
default n
|
|
|
|
select BR2_PACKAGE_OPENCDK
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
|
help
|
2005-11-05 04:16:36 +02:00
|
|
|
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/
|
|
|
|
|