The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gnupg / Config.in
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.
14
15           http://gnupg.org/
16
17 if BR2_PACKAGE_GNUPG
18
19 config BR2_PACKAGE_GNUPG_RSA
20         bool "RSA support"
21         help
22           Support for RSA public key algorithm
23
24 config BR2_PACKAGE_GNUPG_GPGV
25         bool "gpgv"
26         help
27           gpgv is an OpenPGP signature verification tool.
28
29           This program is actually a stripped-down version of gpg
30           which is only able to check signatures. It is somewhat
31           smaller than the fully-blown gpg and uses a different (and
32           simpler) way to check that the public keys used to make the
33           signature are valid. There are no configuration files and
34           only a few options are implemented.
35
36 config BR2_PACKAGE_GNUPG_GPGSPLIT
37         bool "gpgsplit"
38         help
39           gpgsplit splits an OpenPGP message into packets.
40
41 endif