[git] gnupg-doc - branch, master, updated. 813ad5c401e1d2effca419f9687545920bc1ff5c

by Werner Koch cvs at cvs.gnupg.org
Tue Mar 24 11:38:31 CET 2015


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  813ad5c401e1d2effca419f9687545920bc1ff5c (commit)
      from  570e1bc920b08f25fec300d1eaee5de11a6e21d1 (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 813ad5c401e1d2effca419f9687545920bc1ff5c
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Mar 24 11:37:07 2015 +0100

    Update an URL, add release info for pinentry.

diff --git a/misc/id/eddsa-for-openpgp/back.mkd b/misc/id/eddsa-for-openpgp/back.mkd
index 420f564..988b8f6 100644
--- a/misc/id/eddsa-for-openpgp/back.mkd
+++ b/misc/id/eddsa-for-openpgp/back.mkd
@@ -49,8 +49,7 @@ Which is fed into the EdDSA signature function and yields this signature:
 
   s: d09c4fa11527f038e0f57f2201d82f2ea2c9033265fa6ceb489e854bae61b404
 
-Note the MPI encoding rules require that the value of S needs to be
-prefixed with a 0x00 octet.  The entire signature packet is thus:
+The entire signature packet is thus:
 
        88 5e 04 00 16 08 00 06  05 02 55 f9 5f 95 00 0a
        09 10 8c fd e1 21 97 96  5a 9a f6 22 01 00 56 f9
@@ -58,3 +57,22 @@ prefixed with a 0x00 octet.  The entire signature packet is thus:
        7e d8 2b f4 dd e5 60 6e  0d 75 6a ed 33 66 01 00
        d0 9c 4f a1 15 27 f0 38  e0 f5 7f 22 01 d8 2f 2e
        a2 c9 03 32 65 fa 6c eb  48 9e 85 4b ae 61 b4 04
+
+# Point compression flag bytes
+
+This specification introduces the new flag byte 0x40 to indicate the
+point compression format.  The value has been chosen so that the high
+bit is not cleared and thus to avoid accidental sign extension.  Two
+other values might also be interesting for other ECC specifications:
+
+      Flag  Description
+      ----  -----------
+      0x04  Standard flag for uncompression format
+      0x40  Native point format of the curve follows
+      0x41  Only X coordinate follows.
+      0x42  Only Y coordinate follows.
+
+# Changes since -02
+
+  - Fixed decription in the test vectors regarding an extra 0x00 byte.
+  - Small gramar fixes.
diff --git a/web/related_software/swlist.org b/web/related_software/swlist.org
index 1961714..65a9c9d 100644
--- a/web/related_software/swlist.org
+++ b/web/related_software/swlist.org
@@ -34,12 +34,12 @@ Cryptophane is an easy-to-use application for MS Windows. It allows
 users to encrypt, sign, decrypt, and perform key maintenance without
 having to deal with GnuPG's command-line interface.
 
-** [[http://egd.sourceforge.org][EGD]] [Unix] MISC
+** [[http://egd.sourceforge.net][EGD]] [Unix] MISC
    :PROPERTIES:
    :CUSTOM_ID: egd
    :END:
 
-Unices without a /dev/random should [[../../download/index.org::egd][download]] and install
+Unices without a =/dev/random= should download and install
 this Entropy Gathering Daemon.
 
 ** [[http://enigform.mozdev.org][enigform]] [Unix,Windows,OSX] MISC
diff --git a/web/swdb.mac b/web/swdb.mac
index c295ccb..dd08436 100644
--- a/web/swdb.mac
+++ b/web/swdb.mac
@@ -53,9 +53,9 @@
 #
 # PINENTRY
 #
-#+macro: pinentry_ver  0.9.0
-#+macro: pinentry_size 453k
-#+macro: pinentry_sha1 f8e5c774c35fbb91d84e82559baf76f6b4513236
+#+macro: pinentry_ver  0.9.1
+#+macro: pinentry_size 471k
+#+macro: pinentry_sha1 01e62c45435496ff0e011255fb0ac1879a3bc177
 
 
 #

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

Summary of changes:
 misc/id/eddsa-for-openpgp/back.mkd | 22 ++++++++++++++++++++--
 web/related_software/swlist.org    |  4 ++--
 web/swdb.mac                       |  6 +++---
 3 files changed, 25 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list