1 config BR2_PACKAGE_GNUPG
3 select BR2_PACKAGE_ZLIB
4 select BR2_PACKAGE_NCURSES
5 depends on !BR2_PACKAGE_GNUPG2
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.
19 config BR2_PACKAGE_GNUPG_AES
22 Support for the AES cipher
24 config BR2_PACKAGE_GNUPG_RSA
27 Support for RSA public key algorithm
29 config BR2_PACKAGE_GNUPG_GPGV
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
44 gpgsplit splits an OpenPGP message into packets.