Go to file
Werner Koch 23712e69d3 Remove keyserver helper code.
* configure.ac: Remove keyserver helper related stuff.
* Makefile.am (SUBDIRS): Remove keyserver.
* keyserver/Makefile.am: Remove.
--

The dirmngr is used instead of the keyserver helpers.  Thus there is
more need to distribute the old code.  We keep it in the repo for
references, though.
2014-06-05 13:44:40 +02:00
agent agent: Fix import of non-protected gpg keys. 2014-05-08 10:28:24 +02:00
am http: Revamp TLS API. 2014-05-02 11:19:25 +02:00
artwork artwork: Add 128x128 variant of the logo. 2014-06-03 18:58:35 +02:00
build-aux speedo: Add support for gpgex. 2014-01-10 19:01:41 +01:00
common gpg: Fix bug parsing a zero length user id. 2014-06-02 11:47:25 +02:00
dirmngr dirmngr: Print certificates on failed TLS verification. 2014-05-19 09:48:42 +02:00
doc gpg: Auto-migrate existing secring.gpg. 2014-06-05 11:19:59 +02:00
g10 gpg: Require confirmation for --gen-key with experimental curves. 2014-06-05 12:03:27 +02:00
g13 Make use of the *_NAME etc macros. 2013-11-18 14:09:47 +01:00
gl gl: Avoid warning about shadowing an arg. 2014-03-07 14:00:14 +01:00
kbx gpgsm: Add a way to save a found state. 2014-06-02 15:55:00 +02:00
keyserver Remove keyserver helper code. 2014-06-05 13:44:40 +02:00
m4 List readline support in configure summary 2014-03-11 16:30:36 +01:00
po Make use of the *_NAME etc macros. 2013-11-18 14:09:47 +01:00
scd Make more use of *_NAME macros. 2014-05-08 10:28:23 +02:00
sm gpgsm: Fix commit be07ed65. 2014-06-04 08:50:10 +02:00
tests gpg: Finish experimental support for Ed25519. 2014-05-07 13:27:43 +02:00
tools Make more use of *_NAME macros. 2014-05-08 10:28:23 +02:00
.gitignore Merge branch 'master' into key-storage-work 2013-03-20 10:00:12 +01:00
ABOUT-NLS Preparing a test release 2008-02-15 09:58:01 +00:00
AUTHORS Register DCO for Kyle Butt. 2013-10-01 14:40:46 +02:00
COPYING Changed to GPLv3. 2007-07-04 19:49:40 +00:00
COPYING.LIB Changed to GPLv3. 2007-07-04 19:49:40 +00:00
ChangeLog Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
INSTALL Upgraded gettext. 2007-05-07 19:49:12 +00:00
Makefile.am Remove keyserver helper code. 2014-06-05 13:44:40 +02:00
NEWS Add new option --with-secret. 2014-06-03 21:35:59 +02:00
README gpg: Auto-migrate existing secring.gpg. 2014-06-05 11:19:59 +02:00
README.GIT Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
README.maint Switch to the new automagic beta numbering scheme. 2012-05-11 10:20:29 +02:00
THANKS doc: Formatting fixes. 2013-04-19 12:01:22 +02:00
TODO Impleemned gpgsm's IMPORT --re-import feature. 2009-07-07 16:52:12 +00:00
acinclude.m4 gpg: Add configure options to disable algorithms 2014-01-31 22:47:11 +01:00
autogen.rc Turn autogen.sh into a generic script. 2014-01-10 12:53:40 +01:00
autogen.sh autogen.sh: Add rule for 64 bit windows. 2014-01-10 15:16:45 +01:00
configure.ac Remove keyserver helper code. 2014-06-05 13:44:40 +02:00

README

                       The GNU Privacy Guard 2
                      =========================
                             Version 2.1

   THIS IS A DEVELOPMENT VERSION AND NOT INTENDED FOR REGULAR USE.

      Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
                2006, 2007, 2008, 2009, 2010, 2011, 2012,
                2013 Free Software Foundation, Inc.


INTRODUCTION
============

GnuPG is GNU's tool for secure communication and data storage.  It can
be used to encrypt data and to create digital signatures.  It includes
an advanced key management facility and is compliant with the proposed
OpenPGP Internet standard as described in RFC4880 and the S/MIME
standard as described by several RFCs.

GnuPG is distributed under the terms of the GNU General Public
License.  See the file COPYING for details.  GnuPG works best on
GNU/Linux or *BSD systems.  Most other Unices are also supported but
are not as well tested as the Free Unices.

GnuPG 2.0 is the stable version of GnuPG integrating support for
OpenPGP and S/MIME.  It does not conflict with an installed 1.4
OpenPGP-only version.


BUILD INSTRUCTIONS
==================

GnuPG 2.1 depends on the following packages:

  npth         (ftp://ftp.gnupg.org/gcrypt/npth/)
  libgpg-error (ftp://ftp.gnupg.org/gcrypt/libgpg-error/)
  libgcrypt    (ftp://ftp.gnupg.org/gcrypt/libgcrypt/)
  libksba      (ftp://ftp.gnupg.org/gcrypt/libksba/)
  libassuan    (ftp://ftp.gnupg.org/gcrypt/libassuan/)

You should get the latest versions of course, the GnuPG configure
script complains if a version is not sufficient.

You also need the Pinentry package for most functions of GnuPG;
however it is not a build requirement.  Pinentry is available at
ftp://ftp.gnupg.org/gcrypt/pinentry/ .

After building and installing the above packages in the order as given
above, you may continue with GnuPG installation (you may also just try
to build GnuPG to see whether your already installed versions are
sufficient).

As with all packages, you just have to do

 ./configure
 make
 make install

(Before doing install you might need to become root.)

If everything succeeds, you have a working GnuPG with support for
S/MIME and smartcards.  Note that there is no binary gpg but a gpg2 so
that this package won't conflict with a GnuPG 1.4 installation.  gpg2
behaves just like gpg.

In case of problem please ask on gnupg-users@gnupg.org mailing list
for advise.

Note that the PKITS tests are always skipped unless you copy the PKITS
test data file into the tests/pkits directory.  There is no need to
run these test and some of them may even fail because the test scripts
are not yet complete.

You may run

  gpgconf --list-dirs

to view the default directories used by GnuPG.


MIGRATION FROM 1.4 or 2.0 to 2.1
================================

The major change in 2.1 is gpg-agent taking care of the OpenPGP secret
keys (those managed by GPG).  The former file "secring.gpg" will not
be used anymore.  Newly generated keys are stored in the agent's key
store directory "~/.gnupg/private-keys-v1.d/".  The first time gpg
needs a secret key it checks whether a "secring.gpg" exists and
copies them to the new store.  The old secring.gpg is kept for use by
older versions of gpg.

Note that gpg-agent now uses a fixed socket by default.  All tools
will start the gpg-agent as needed.  In general there is no more need
to set the GPG_AGENT_INFO environment variable.  The SSH_AUTH_SOCK
environment variable should be set to a fixed value.

GPG's smartcard commands --card-edit and --card-status as well as some
of the card related sub-commands of --edit-key are not yet fully
supported.  However, signing and decryption with a smartcard does
work.

The Dirmngr is now part of GnuPG proper and also used to access
OpenPGP keyservers.  The directroy layout of Dirmngr changed to make
use of the GnuPG directories.  Dirmngr is started by gpg or gpgsm as
needed needed. There is no more need to install a separate dirmngr
package.



DOCUMENTATION
=============

The complete documentation is in the texinfo manual named
`gnupg.info'.  Run "info gnupg" to read it.  If you want a a printable
copy of the manual, change to the "doc" directory and enter "make pdf"
For a HTML version enter "make html" and point your browser to
gnupg.html/index.html.  Standard man pages for all components are
provided as well.  An online version of the manual is available at
http://www.gnupg.org/documentation/manuals/gnupg/ .  A version of the
manual pertaining to the current development snapshot is at
http://www.gnupg.org/documentation/manuals/gnupg-devel/ .


GNUPG 1.4 AND GNUPG 2.0
=======================

GnuPG 2.0 is a newer version of GnuPG with additional support for
S/MIME.  It has a different design philosophy that splits
functionality up into several modules.  Both versions may be installed
simultaneously without any conflict (gpg is called gpg2 in GnuPG 2).
In fact, the gpg version from GnuPG 1.4 is able to make use of the
gpg-agent as included in GnuPG 2 and allows for seamless passphrase
caching.  The advantage of GnuPG 1.4 is its smaller size and no
dependency on other modules at run and build time.


HOW TO GET MORE INFORMATION
===========================

The primary WWW page is "http://www.gnupg.org"
The primary FTP site is "ftp://ftp.gnupg.org/gcrypt/"

See http://www.gnupg.org/download/mirrors.html for a list of mirrors
and use them if possible.  You may also find GnuPG mirrored on some of
the regular GNU mirrors.

We have some mailing lists dedicated to GnuPG:

   gnupg-announce@gnupg.org   For important announcements like new
                              versions and such stuff.  This is a
                              moderated list and has very low traffic.
                              Do not post to this list.

   gnupg-users@gnupg.org      For general user discussion and
                              help (English).

   gnupg-de@gnupg.org         German speaking counterpart of
                              gnupg-users.

   gnupg-ru@gnupg.org         Russian speaking counterpart of
                              gnupg-users.

   gnupg-devel@gnupg.org      GnuPG developers main forum.

You subscribe to one of the list by sending mail with a subject of
"subscribe" to x-request@gnupg.org, where x is the name of the mailing
list (gnupg-announce, gnupg-users, etc.).  An archive of the mailing
lists are available at http://www.gnupg.org/documentation/mailing-lists.html

Please direct bug reports to http://bugs.gnupg.org or post them direct
to the mailing list <gnupg-devel@gnupg.org>.

Please direct questions about GnuPG to the users mailing list or one
of the pgp newsgroups; please do not direct questions to one of the
authors directly as we are busy working on improvements and bug fixes.
The English and German mailing lists are watched by the authors and we
try to answer questions when time allows us to do so.

Commercial grade support for GnuPG is available; for a listing of
offers see http://www.gnupg.org/service.html .  The driving force
behind the development of GnuPG is the company of its principal
author, Werner Koch.  Maintenance and improvement of GnuPG and related
software takes up most of their resources.  To allow him to continue
his work he asks to either purchase a support contract, engage them
for custom enhancements, or to donate money.  See http://g10code.com .


  This file is Free Software; as a special exception the authors gives
  unlimited permission to copy and/or distribute it, with or without
  modifications, as long as this notice is preserved. For conditions
  of the whole package, please see the file COPYING.  This file is
  distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY, to the extent permitted by law; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.