diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-15 00:42:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-15 00:42:48 +0000 |
commit | 21e28616583d7cf921b5a39ed53058d7d4b30a2f (patch) | |
tree | 9578ad11c5296c7ce82f47dac7688c59142c51d3 /package/opencdk/Config.in | |
parent | de9325d98887778debb053e7a803716156e66fba (diff) | |
download | upstream-21e28616583d7cf921b5a39ed53058d7d4b30a2f.tar.gz upstream-21e28616583d7cf921b5a39ed53058d7d4b30a2f.tar.bz2 upstream-21e28616583d7cf921b5a39ed53058d7d4b30a2f.zip |
Add opencdk package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opencdk/Config.in')
-rw-r--r-- | package/opencdk/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package/opencdk/Config.in b/package/opencdk/Config.in new file mode 100644 index 0000000000..22d94f6b33 --- /dev/null +++ b/package/opencdk/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_OPENCDK + 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/ + |