2 GnuPG - The GNU Privacy Guard
3 -------------------------------
6 Copyright 1998-2015 Free Software Foundation, Inc.
7 Copyright 1997-2015 Werner Koch
9 This file is free software; as a special exception the author
10 gives unlimited permission to copy and/or distribute it, with or
11 without modifications, as long as this notice is preserved.
13 This file is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY, to the extent permitted by law; without even
15 the implied warranty of MERCHANTABILITY or FITNESS FOR A
22 GnuPG is GNU's tool for secure communication and data storage.
23 It can be used to encrypt data and to create digital signatures.
24 It includes an advanced key management facility and is compliant
25 with the proposed OpenPGP Internet standard as described in RFC4880.
27 GnuPG works best on GNU/Linux or *BSD systems. Most other Unices
28 are also supported but are not as well tested as the Free Unices.
29 See http://www.gnupg.org/download/supported_systems.html for a
30 list of systems which are known to work.
32 GnuPG is distributed under the terms of the GNU General Public
33 License. See the files AUTHORS and COPYING for copyright and
36 Because GnuPG does not use any patented algorithms it used not to
37 be fully compatible with PGP 2. Now, that the patent on the IDEA
38 cipher algorithm has expired, we support that algorithm and thus
39 provide full compatibility with PGP 2. This allows the decryption
40 of data once encrypted using PGP 2.
42 The default public key algorithm is RSA, but DSA and Elgamal are
43 also supported. Symmetric algorithms available are AES (with 128,
44 192, and 256 bit keys), 3DES, Blowfish, CAST5 and Twofish. Digest
45 algorithms available are MD5, RIPEMD/160, SHA-1, SHA-256, SHA-384,
46 and SHA-512. Compression algorithms available are ZIP, ZLIB, and
47 BZIP2 (with libbz2 installed).
53 Please read the file INSTALL and the sections in this file
54 related to the installation. Here is a quick summary:
56 1) Check that you have unmodified sources. See below on how to do
57 this. Don't skip it - this is an important step!
59 2) Unpack the tarball. With GNU tar you can do it this way:
60 "tar xzvf gnupg-x.y.z.tar.gz". If you got a bzip2 compressed
61 tarball you need to use: "tar xjvf gnupg-x.y.z.tar.bz2".
71 7) You end up with a "gpg" binary in /usr/local/bin.
73 8) To avoid swapping out of sensitive data, you may need to
74 install "gpg" setuid root. If you don't do so, you may want to
75 add the option "no-secmem-warning" to ~/.gnupg/gpg.conf. Note
76 that on modern GNU/Linux systems swapping protection does not
77 anymore require GPG to be installed setuid root.
80 How to Verify the Source
81 ------------------------
83 In order to check that the version of GnuPG which you are going to
84 install is an original and unmodified one, you can do it in one of
87 a) If you already have a trusted Version of GnuPG installed, you
88 can simply check the supplied signature:
90 $ gpg --verify gnupg-x.y.z.tar.gz.sig
92 This checks that the detached signature gnupg-x.y.z.tar.gz.sig
93 is indeed a signature of gnupg-x.y.z.tar.gz. The key currently
94 used to create this signature is:
96 "pub 2048R/4F25E3B6 2011-01-12 [expires: 2019-12-31]
97 "uid Werner Koch (dist sig)
99 If you do not have this key, you can get it from the source in
100 the file doc/samplekeys.asc (use "gpg --import doc/samplekeys.asc"
101 to add it to the keyring) or from any keyserver. You have to
102 make sure that this is really the key and not a faked one. You
103 can do this by comparing the output of:
105 $ gpg --fingerprint 0x4F25E3B6
107 with the fingerprint published elsewhere.
109 Please note, that you have to use an old version of GnuPG to
110 do all this stuff. *Never* use the version which you are going
114 b) If you don't have any of the above programs, you have to verify
117 $ sha1sum gnupg-x.y.z.tar.gz
119 This should yield an output _similar_ to this:
121 fd9351b26b3189c1d577f0970f9dcadc1234abcd gnupg-x.y.z.tar.gz
123 Now check that this checksum is _exactly_ the same as the one
124 published via the announcement list and probably via Usenet.
130 The manual will be distributed separately under the name "gph".
131 An online version of the latest manual draft is available at the
134 http://www.gnupg.org/documentation/
136 A list of frequently asked questions is available in the GnuPG
137 distribution in the file doc/FAQ and online as:
139 http://www.gnupg.org/documentation/faqs.html
141 A couple of HOWTO documents are available online; for a listing see:
143 http://www.gnupg.org/documentation/howtos.html
145 A man page with a description of all commands and options gets installed
146 along with the program.
152 Here is a brief overview on how to use GnuPG - it is strongly suggested
153 that you read the manual and other information about the use of
154 cryptography. GnuPG is only a tool, secure usage requires that
155 YOU KNOW WHAT YOU ARE DOING.
157 The first time you run gpg, it will create a .gnupg directory in
158 your home directory and populate it with a default configuration
159 file. Once this is done, you may create a new key, or if you
160 already have keyrings from PGP, you can import them into GnuPG
163 gpg --import path/to/pgp/keyring/pubring.pkr
165 gpg --import path/to/pgp/keyring/secring.skr
167 The normal way to create a key is
171 This asks some questions and then starts key generation. To create
172 good random numbers for the key parameters, GnuPG needs to gather
173 enough noise (entropy) from your system. If you see no progress
174 during key generation you should start some other activities such
175 as moving the mouse or hitting the CTRL and SHIFT keys.
177 Generate a key ONLY on a machine where you have direct physical
178 access - don't do it over the network or on a machine also used
179 by others, especially if you have no access to the root account.
181 When you are asked for a passphrase use a good one which you can
182 easily remember. Don't make the passphrase too long because you
183 have to type it for every decryption or signing; but, - AND THIS
184 IS VERY IMPORTANT - use a good one that is not easily to guess
185 because the security of the whole system relies on your secret key
186 and the passphrase that protects it when someone gains access to
187 your secret keyring. One good way to select a passphrase is to
188 figure out a short nonsense sentence which makes some sense for
189 you and modify it by inserting extra spaces, non-letters and
190 changing the case of some characters - this is really easy to
191 remember especially if you associate some pictures with it.
193 Next, you should create a revocation certificate in case someone
194 gets knowledge of your secret key or you forgot your passphrase
196 gpg --gen-revoke your_user_id
198 Run this command and store the revocation certificate away. The output
199 is always ASCII armored, so that you can print it and (hopefully
200 never) re-create it if your electronic media fails.
202 Now you can use your key to create digital signatures
206 This creates a file "file.gpg" which is compressed and has a
211 Same as above, but creates a file "file.asc" which is ASCII armored
212 and and ready for sending by mail. It is better to use your
213 mailers features to create signatures (The mailer uses GnuPG to do
214 this) because the mailer has the ability to MIME encode such
215 signatures - but this is not a security issue.
219 Creates a signature of "file", but writes the output to the file
222 Everyone who knows your public key (you can and should publish
223 your key by putting it on a key server, a web page or in your .plan
224 file) is now able to check whether you really signed this text
228 GnuPG now checks whether the signature is valid and prints an
229 appropriate message. If the signature is good, you know at least
230 that the person (or machine) has access to the secret key which
231 corresponds to the published public key.
233 If you run gpg without an option it will verify the signature and
234 create a new file that is identical to the original. gpg can also
235 run as a filter, so that you can pipe data to verify trough it
237 cat signed-file | gpg | wc -l
239 which will check the signature of signed-file and then display the
240 number of lines in the original file.
242 To send a message encrypted to someone you can use
246 This encrypts "file" with the public key of the user "heine" and
247 writes it to "file.gpg"
249 echo "hello" | gpg -ea -r heine | mail heine
251 Ditto, but encrypts "hello\n" and mails it as ASCII armored message
252 to the user with the mail address heine.
254 gpg -se -r heine file
256 This encrypts "file" with the public key of "heine" and writes it
257 to "file.gpg" after signing it with your user id.
259 gpg -se -r heine -u Suttner file
261 Ditto, but sign the file with your alternative user id "Suttner"
264 GnuPG has some options to help you publish public keys. This is
265 called "exporting" a key, thus
267 gpg --export >all-my-keys
269 exports all the keys in the keyring and writes them (in a binary
270 format) to "all-my-keys". You may then mail "all-my-keys" as an
271 MIME attachment to someone else or put it on an FTP server. To
272 export only some user IDs, you give them as arguments on the command
275 To mail a public key or put it on a web page you have to create
276 the key in ASCII armored format
278 gpg --export --armor | mail panther@tiger.int
280 This will send all your public keys to your friend panther.
282 If you have received a key from someone else you can put it
283 into your public keyring. This is called "importing"
285 gpg --import [filenames]
287 New keys are appended to your keyring and already existing
288 keys are updated. Note that GnuPG does not import keys that
291 Because anyone can claim that a public key belongs to her
292 we must have some way to check that a public key really belongs
293 to the owner. This can be achieved by comparing the key during
294 a phone call. Sure, it is not very easy to compare a binary file
295 by reading the complete hex dump of the file - GnuPG (and nearly
296 every other program used for management of cryptographic keys)
297 provides other solutions.
299 gpg --fingerprint <username>
301 prints the so called "fingerprint" of the given username which
302 is a sequence of hex bytes (which you may have noticed in mail
303 sigs or on business cards) that uniquely identifies the public
304 key - different keys will always have different fingerprints.
305 It is easy to compare fingerprints by phone and I suggest
306 that you print your fingerprint on the back of your business
307 card. To see the fingerprints of the secondary keys, you can
308 give the command twice; but this is normally not needed.
310 If you don't know the owner of the public key you are in trouble.
311 Suppose however that friend of yours knows someone who knows someone
312 who has met the owner of the public key at some computer conference.
313 Suppose that all the people between you and the public key holder
314 may now act as introducers to you. Introducers signing keys thereby
315 certify that they know the owner of the keys they sign. If you then
316 trust all the introducers to have correctly signed other keys, you
317 can be be sure that the other key really belongs to the one who
320 There are 2 steps to validate a key:
322 1. First check that there is a complete chain
323 of signed keys from the public key you want to use
324 and your key and verify each signature.
325 2. Make sure that you have full trust in the certificates
326 of all the introduces between the public key holder and
329 Step 2 is the more complicated part because there is no easy way
330 for a computer to decide who is trustworthy and who is not. GnuPG
331 leaves this decision to you and will ask you for a trust value
332 (here also referenced as the owner-trust of a key) for every key
333 needed to check the chain of certificates. You may choose from:
335 a) "I don't know" - then it is not possible to use any
336 of the chains of certificates, in which this key is used
337 as an introducer, to validate the target key. Use this if
338 you don't know the introducer.
339 b) "I do not trust" - Use this if you know that the introducer
340 does not do a good job in certifying other keys. The effect
341 is the same as with a) but for a) you may later want to
342 change the value because you got new information about this
344 c) "I trust marginally" - Use this if you assume that the
345 introducer knows what he is doing. Together with some
346 other marginally trusted keys, GnuPG validates the target
348 d) "I fully trust" - Use this if you really know that this
349 introducer does a good job when certifying other keys.
350 If all the introducer are of this trust value, GnuPG
351 normally needs only one chain of signatures to validate
352 a target key okay. (But this may be adjusted with the help
355 This information is confidential because it gives your personal
356 opinion on the trustworthiness of someone else. Therefore this data
357 is not stored in the keyring but in the "trustdb"
358 (~/.gnupg/trustdb.gpg). Do not assign a high trust value just
359 because the introducer is a friend of yours - decide how well she
360 understands the implications of key signatures and you may want to
361 tell her more about public key cryptography so you can later change
362 the trust value you assigned.
364 Okay, here is how GnuPG helps you with key management. Most stuff
365 is done with the --edit-key command
367 gpg --edit-key <keyid or username>
369 GnuPG displays some information about the key and then prompts
370 for a command (enter "help" to see a list of commands and see
371 the man page for a more detailed explanation). To sign a key
372 you select the user ID you want to sign by entering the number
373 that is displayed in the leftmost column (or do nothing if the
374 key has only one user ID) and then enter the command "sign" and
375 follow all the prompts. When you are ready, give the command
376 "save" (or use "quit" to cancel your actions).
378 If you want to sign the key with another of your user IDs, you
379 must give an "-u" option on the command line together with the
382 Normally you want to sign only one user ID because GnuPG
383 uses only one and this keeps the public key certificate
384 small. Because such key signatures are very important you
385 should make sure that the signatories of your key sign a user ID
386 which is very likely to stay for a long time - choose one with an
387 email address you have full control of or do not enter an email
388 address at all. In future GnuPG will have a way to tell which
389 user ID is the one with an email address you prefer - because
390 you have no signatures on this email address it is easy to change
391 this address. Remember, your signatories sign your public key (the
392 primary one) together with one of your user IDs - so it is not possible
393 to change the user ID later without voiding all the signatures.
395 Tip: If you hear about a key signing party on a computer conference
396 join it because this is a very convenient way to get your key
397 certified (But remember that signatures have nothing to to with the
398 trust you assign to a key).
401 8 Ways to Specify a User ID
402 ---------=-----------------
404 There are several ways to specify a user ID, here are some examples.
406 * Only by the short keyid (prepend a zero if it begins with A..F):
413 * By a complete keyid:
422 "1234343434343434C434343434343434"
423 "123434343434343C3434343434343734349A3434"
424 "0E12343434343434343434EAB3484343434343434"
426 The first one is a short fingerprint for PGP 2.x style keys.
427 The others are long fingerprints for OpenPGP keys.
429 * By an exact string:
431 "=Heinrich Heine <heinrichh@uni-duesseldorf.de>"
433 * By an email address:
435 "<heinrichh@uni-duesseldorf.de>"
437 * Or by the usual substring:
442 The '*' indicates substring search explicitly.
448 If you use the option "--batch", GnuPG runs in non-interactive mode and
449 never prompts for input data. This does not even allow entering the
450 passphrase. Until we have a better solution (something like ssh-agent),
451 you can use the option "--passphrase-fd n", which works like PGP's
454 Batch mode also causes GnuPG to terminate as soon as a BAD signature is
461 GnuPG returns with an exit status of 1 if in batch mode and a bad signature
462 has been detected or 2 or higher for all other errors. You should parse
463 stderr or, better, the output of the fd specified with --status-fd to get
464 detailed information about the errors.
470 Here is a list of configure options which are sometime useful
473 --enable-static-rnd=<name>
474 Force the use of the random byte gathering
475 module <name>. Default is either to use /dev/random
476 or the auto mode. Value for name:
477 egd - Use the module which accesses the
478 Entropy Gathering Daemon. See the webpages
479 for more information about it.
480 unix - Use the standard Unix module which does not
481 have a very good performance.
482 linux - Use the module which accesses /dev/random.
483 This is the first choice and the default one
484 for GNU/Linux or *BSD.
485 auto - Compile linux, egd and unix in and
486 automagically select at runtime.
488 --with-egd-socket=<name>
489 This is only used when EGD is used as random
490 gatherer. GnuPG uses by default "~/.gnupg/entropy"
491 as the socket to connect EGD. Using this option the
492 socket name can be changed. You may use any filename
493 here with 2 exceptions: a filename starting with
494 "~/" uses the socket in the home directory of the user
495 and one starting with a "=" uses a socket in the
496 GnuPG home directory which is "~/.gnupg" by default.
499 Do not include support for the readline library
500 even if it is available. The default is to check
501 whether the readline library is a available and
502 use it to allow fancy command line editing.
505 Forces usage of the local zlib sources. Default is
506 to use the (shared) library of the system.
509 Look for the system zlib in DIR.
512 Look for the system libbz2 in DIR.
515 Disable the BZIP2 compression algorithm.
517 --with-included-gettext
518 Forces usage of the local gettext sources instead of
519 the one provided by your system.
522 Disable NLS support (See the file ABOUT-NLS)
525 Enable the integrated malloc checking code. Please
526 note that this feature does not work on all CPUs
527 (e.g. SunOS 5.7 on UltraSparc-2) and might give
531 If you have problems with dynamic loading, this
532 option disables all dynamic loading stuff. Note
533 that the use of dynamic linking is very limited.
536 Do not use assembler modules. It is not possible
537 to use this on some CPU types.
540 Disable all remote program execution. This
541 disables photo ID viewing as well as all keyserver
544 --disable-photo-viewers
545 Disable only photo ID viewing.
547 --disable-keyserver-helpers
548 Disable only keyserver helpers.
550 --disable-keyserver-path
551 Disables the user's ability to use the exec-path
552 feature to add additional search directories when
553 executing a keyserver helper.
555 --with-photo-viewer=FIXED_VIEWER
556 Force the photo viewer to be FIXED_VIEWER and
557 disable any ability for the user to change it in
561 Removes support for the RSA public key algorithm.
562 This can give a smaller gpg binary for places
563 where space is tight.
572 Removes support for the selected symmetric or hash
573 algorithm. This can give a smaller gpg binary for
574 places where space is tight.
576 **** Note that if there are existing keys that
577 have one of these algorithms as a preference,
578 messages may be received that use one of these
579 algorithms and you will not be able to decrypt the
582 The public key preference list can be updated to
583 match the list of available algorithms by using
584 "gpg --edit-key (thekey)", and running the
588 Build the smallest gpg binary possible (disables
589 all optional algorithms, disables keyserver
590 access, and disables photo IDs). Specifically,
591 this means --disable-rsa --disable-idea,
592 --disable-cast5, --disable-blowfish,
593 --disable-aes, --disable-twofish,
594 --disable-sha256, --disable-sha512,
595 --without-bzip2, --disable-exec,
596 --disable-card-support and
597 --disable-agent-support.
598 Configure command lines are read from left to
599 right, so if you want to have an "almost minimal"
600 configuration, you can do (for example)
601 "--enable-minimal --enable-rsa" to have RSA added
602 to the minimal build. Adding the option
603 --disable-nls may be useful too.
605 --enable-key-cache=SIZE
606 Set the internal key and UID cache size. This has
607 a significant impact on performance with large
608 keyrings. The default is 4096, but for use on
609 platforms where memory is an issue, it can be set
612 --disable-card-support
613 Do not include smartcard support. The default is
614 to include support if all required libraries are
617 --disable-agent-support
618 Do not include support for the gpg-agent. The
619 default is to include support.
621 --enable-selinux-support
622 This prevents access to certain files and won't
623 allow import or export of secret keys.
626 Pass option --noexecstack to as. Autodetect wether
627 the tool chain actually support this.
629 --disable-gnupg-iconv
630 If iconv is available it is used to convert
631 between utf-8 and the system character set. This
632 is in general the preferable solution. However
633 the code is new and under some cirumstances it may
634 give different output than with the limited old
635 support. This option allows to explicity disable
636 the use of iconv. Note, that iconv is also
637 disabled if gettext has been disabled.
640 Installation Problems
641 ---------------------
643 If you get unresolved externals "gettext" you should run configure
644 again with the option "--with-included-gettext"; this is version
645 0.12.1 which is available at ftp.gnu.org.
647 If you have other compile problems, try the configure options
648 "--with-included-zlib" or "--disable-nls" (See ABOUT-NLS) or
651 We can't check all assembler files, so if you have problems
652 assembling them (or the program crashes) use --disable-asm with
653 ./configure. If you opt to delete individual replacement files in
654 hopes of using the remaining ones, be aware that the configure
655 scripts may consider several subdirectories to get all available
656 assembler files; be sure to delete the correct ones. The assembler
657 replacements are in C and in mpi/generic; never delete
658 udiv-qrnnd.S in any CPU directory, because there may be no C
659 substitute. Don't forget to delete "config.cache" and run
660 "./config.status --recheck". We have also heard reports of
661 problems when using versions of gcc earlier than 2.96 along with a
662 non-GNU assembler (as). If this applies to your platform, you can
663 either upgrade gcc to a more recent version, or use the GNU
666 Some make tools are broken - the best solution is to use GNU's
667 make. Try gmake or grab the sources from a GNU archive and
670 On some OSF systems you may get unresolved externals. This is a
671 libtool problem and the workaround is to manually remove all the
672 "-lc -lz" but the last one from the linker line and execute them
675 On some architectures you see warnings like:
676 longlong.h:175: warning: function declaration isn't a prototype
678 http.c:647: warning: cast increases required alignment of target type
679 This doesn't matter and we know about it (actually it is due to
680 some warning options which we have enabled for gcc)
682 If you are cross-compiling and you get an error either building a
683 tool called "yat2m" or running that tool, the problem is most
684 likely a bad or missing native compiler. We require a standard
685 C-89 compiler to produce an executable to be run on the build
686 platform. You can explicitly set such a compiler with configure
687 arguments. On HP/UX you might want to try: "CC_FOR_BUILD=c89".
691 Specific problems on some machines
692 ----------------------------------
696 ./configure --with-libiconv-prefix=/sw
698 * IBM RS/6000 running AIX:
700 Due to a change in gcc (since version 2.8) the MPI stuff may
701 not build. In this case try to run configure using:
702 CFLAGS="-g -O2 -mcpu=powerpc" ./configure
704 * SVR4.2 (ESIX V4.2 cc)
706 Due to problems with the ESIX as, you probably want to do
707 CFLAGS="-O -K pentium" ./configure --disable-asm
711 ./configure ac_cv_sys_symbol_underscore=yes
717 Random devices are available in Linux, FreeBSD and OpenBSD.
718 Operating systems without a random devices must use another
721 This collector works by running a lot of commands that yield more
722 or less unpredictable output and feds this as entropy into the
723 random generator - It should work reliably but you should check
724 whether it produces good output for your version of Unix. There
725 are some debug options to help you (see cipher/rndunix.c).
728 Creating an RPM package
729 -----------------------
731 The file scripts/gnupg.spec is used to build a RPM package (both
733 1. copy the spec file into /usr/src/redhat/SPECS
734 2. copy the tar file into /usr/src/redhat/SOURCES
735 3. type: rpm -ba SPECS/gnupg.spec
737 Or use the -t (--tarbuild) option of rpm:
738 1. rpm -ta gnupg-x.x.x.tar.gz
740 The binary rpm file can now be found in /usr/src/redhat/RPMS, source
741 rpm in /usr/src/redhat/SRPMS
744 Building Universal Binaries on Apple OS X
745 -----------------------------------------
747 You can build a universal ("fat") binary that will work on both
748 PPC and Intel Macs with something like:
750 ./configure CFLAGS="-arch ppc -arch i386" --disable-endian-check \
751 --disable-dependency-tracking --disable-asm
753 If you are doing the build on a OS X 10.4 (Tiger) PPC machine you
754 may need to add "-isysroot /Developer/SDKs/MacOSX10.4u.sdk" to
755 those CFLAGS. This additional isysroot is not necessary on Intel
756 Tiger boxes, or any OS X 10.5 (Leopard) or later boxes.
758 Note that when building a universal binary, any third-party
759 libraries you may link with need to be universal as well. All
760 Apple-supplied libraries (even libraries not originally written by
761 Apple like curl, zip, and BZ2) are universal.
764 GnuPG 1.4 and GnuPG 2.x
765 -----------------------
767 GnuPG 2.x is a newer version of GnuPG with additional support for
768 S/MIME. It has a different design philosophy that splits
769 functionality up into several modules. Both versions may be
770 installed simultaneously without any conflict (gpg is usually
771 installed under the name gpg2 in GnuPG-2). In fact, the GPG
772 version from GnuPG 1.4 is able to make use of the gpg-agent as
773 included in GnuPG-2 and allows for seamless passphrase caching.
774 The advantage of GnuPG 1.4 is its somewhat smaller size and no
775 dependency on other modules at run and build time. The drawback
776 of 1.4 is its much older code base and that only minimal
777 maintainance is done. It is highly suggested to switch to 2.x
778 unless your system is not supported by 2.x.
781 How to Get More Information
782 ---------------------------
784 The primary WWW page is https://www.gnupg.org
785 or using TOR http://ic6au7wa3f6naxjq.onion
787 The primary FTP site is ftp://ftp.gnupg.org/gcrypt/
789 See https://www.gnupg.org/download/mirrors.html for a list of
790 mirrors and use them if possible. You may also find GnuPG
791 mirrored on some of the regular GNU mirrors.
793 We have some mailing lists dedicated to GnuPG:
795 gnupg-announce@gnupg.org For important announcements like
796 new versions and such stuff.
797 This is a moderated list and has
798 very low traffic. Do not post to
801 gnupg-users@gnupg.org For general user discussion and
804 gnupg-de@gnupg.org German speaking counterpart of
807 gnupg-ru@gnupg.org Russian speaking counterpart of
810 gnupg-devel@gnupg.org GnuPG developers main forum.
812 You subscribe to one of the list by sending mail with a subject
813 of "subscribe" to x-request@gnupg.org, where x is the name of the
814 mailing list (gnupg-announce, gnupg-users, etc.). An archive of
815 the mailing lists are available at
816 https://www.gnupg.org/documentation/mailing-lists.html
818 Please direct bug reports to http://bugs.gnupg.org or post
819 them direct to the mailing list <gnupg-devel@gnupg.org>.
821 Please direct questions about GnuPG to the users mailing list or
822 one of the pgp newsgroups; please do not direct questions to one
823 of the authors directly as we are busy working on improvements and
824 bug fixes. The English and German GnuPG mailing lists are watched
825 by the authors and we try to answer questions when time allows us
828 Commercial grade support for GnuPG is available; for a listing of
829 offers see https://www.gnupg.org/service.html . Maintaining and
830 improving GnuPG is costly. Since 2001, g10 Code GmbH, a German
831 company owned and headed by GnuPG's principal author Werner Koch,
832 is bearing the majority of these costs. To help them carry on
833 this work, they need your support. See https://gnupg.org/donate/