openocd: avoid documentation rebuild to fix build issues
[buildroot-gz.git] / package / gnupg / Config.in
blob30f215fed88da37538858103999d96b9c9c8537f
1 config BR2_PACKAGE_GNUPG
2         bool "gnupg"
3         select BR2_PACKAGE_ZLIB
4         select BR2_PACKAGE_NCURSES
5         depends on !BR2_PACKAGE_GNUPG2
6         help
7           GnuPG is the GNU project's complete and free implementation
8           of the OpenPGP standard as defined by RFC4880. GnuPG allows
9           to encrypt and sign your data and communication, features a
10           versatile key management system as well as access modules
11           for all kinds of public key directories. GnuPG, also known
12           as GPG, is a command line tool with features for easy
13           integration with other applications.
15           http://gnupg.org/
17 if BR2_PACKAGE_GNUPG
19 config BR2_PACKAGE_GNUPG_AES
20         bool "AES support"
21         help
22           Support for the AES cipher
24 config BR2_PACKAGE_GNUPG_RSA
25         bool "RSA support"
26         help
27           Support for RSA public key algorithm
29 config BR2_PACKAGE_GNUPG_GPGV
30         bool "gpgv"
31         help
32           gpgv is an OpenPGP signature verification tool.
34           This program is actually a stripped-down version of gpg
35           which is only able to check signatures. It is somewhat
36           smaller than the fully-blown gpg and uses a different (and
37           simpler) way to check that the public keys used to make the
38           signature are valid. There are no configuration files and
39           only a few options are implemented.
41 config BR2_PACKAGE_GNUPG_GPGSPLIT
42         bool "gpgsplit"
43         help
44           gpgsplit splits an OpenPGP message into packets.
46 endif