[git] gnupg-doc - branch, master, updated. 6e73ccd2155c60dee73b166c741ad8fd6f98a7b0

by Werner Koch cvs at cvs.gnupg.org
Fri Oct 31 21:27:22 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  6e73ccd2155c60dee73b166c741ad8fd6f98a7b0 (commit)
      from  9ce1cdeadd95a74ffdfaee17c05099ce685bb879 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6e73ccd2155c60dee73b166c741ad8fd6f98a7b0
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Oct 31 21:27:29 2014 +0100

    faq: Started a page with an overview of 2.1.
    
    --

diff --git a/web/faq/whats-new-in-2.1.org b/web/faq/whats-new-in-2.1.org
new file mode 100644
index 0000000..4fc28bb
--- /dev/null
+++ b/web/faq/whats-new-in-2.1.org
@@ -0,0 +1,95 @@
+#+TITLE: GnuPG - What’s new in 2.1
+#+STARTUP: showall indent
+#+SETUPFILE: "share/setup.inc"
+
+* What’s new in GnuPG 2.1
+
+GnuPG version 2.1 comes with a bag of new features which changes some
+things old-timers are used to.  This page explains the more important
+ones.  It expects that the user is somewhat familiar with GnuPG
+version 2.0 and is aware that GnuPG consists of /gpg/, /gpgsm/, and
+/gpg-agent/ as its main components.
+
+- The file /secring.gpg/ is not anymore used to store the secret keys.
+  Merging of secret keys is now supported.
+
+- All support for /PGP-2 keys/ has been removed for security reasons.
+
+- Support for /Elliptic Curve Cryptography/ (ECC) is now available
+
+- The standard key generation interface is much leaner now to help the
+  new user creating a suitable key.
+
+- Commands to create and sign keys from the command line without any
+  extra prompts are now available.
+
+- The Pinentry dialog may now show two fields to enter a new
+  passphrase and a confirmation of it.
+
+- There is no more need to manually start the gpg-agent.  It is now
+  started by any part of GnuPG as needed.
+
+- Problems with importing keys with the same long key id have been
+  addressed.
+
+- The /dirmngr/ is now part of GnuPG proper and also takes care of
+  accessing keyserver.
+
+- Keyserver pools are now handled in a smarter way.
+
+- A new format for locally storing the public keys is now used.  This
+  considerable speeds up operations on large keyrings.
+
+- /Revocation certificates/ are now created by default.
+
+- Card support has been updated, new readers and token types are
+  supported.
+
+- The format of the key listing has been changed to better identify
+  the properties of a key.
+
+- The gpg-agent may now be used on Windows as /pageant/ replacement
+  for /putty/ in the same way it is used for years on Unix as
+  /ssh-agent/ replacement.
+
+- Creation of X.509 certificates has been improved.  It is now also
+  possible to export them directly in PKCS#8 and PEM format for use on
+  TLS servers.
+
+- The scripts to create a Windows installer is now part of GnuPG.
+
+** Removal of the secret keyring.
+
+Explain...
+
+** Removal of PGP-2 support
+
+** Support for ECC
+
+** Leaner key generation interface
+
+** Quick generate and sign commands
+
+** Improved Pinentry support
+
+** Auto-start of the gpg-agent
+
+** Duplicate long key id fixes
+
+** Enhanced Dirmngr
+
+** Better keyserver pool support
+
+** Faster keyring format
+
+** Auto-generated revocation certificates
+
+** Imporved card support
+
+** New format for key listings
+
+** Support for Putty
+
+** Improved X.509 certificate creation
+
+** Included code for a Windows installer

-----------------------------------------------------------------------

Summary of changes:
 web/faq/whats-new-in-2.1.org |   95 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 95 insertions(+)
 create mode 100644 web/faq/whats-new-in-2.1.org


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org
[git] gnupg-doc - branch master updated by Werner Koch:
6e73ccd faq: Started a page with an overview of 2.1.




More information about the Gnupg-commits mailing list