[git] GnuPG - branch, master, updated. gnupg-2.1.11-8-g75311cf

by Neal H. Walfield cvs at cvs.gnupg.org
Tue Feb 2 11:53:30 CET 2016


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 GNU Privacy Guard".

The branch, master has been updated
       via  75311cfe18071b94c66121a9785b133b6df345a3 (commit)
      from  3d952a2fe5da9d84c20d3debdcc1e425b08781c6 (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 75311cfe18071b94c66121a9785b133b6df345a3
Author: Neal H. Walfield <neal at g10code.com>
Date:   Tue Feb 2 11:50:08 2016 +0100

    doc: Note that rngd can also be used to quickly generate insecure keys.
    
    * doc/gpg-agent.texi (Agent Options): Add comment to the description
    of --debug-quick-random that rngd can also be used to quickly generate
    key.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>

diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi
index f4da9cf..5a387d4 100644
--- a/doc/gpg-agent.texi
+++ b/doc/gpg-agent.texi
@@ -243,9 +243,15 @@ debugger.
 This option inhibits the use of the very secure random quality level
 (Libgcrypt’s @code{GCRY_VERY_STRONG_RANDOM}) and degrades all request
 down to standard random quality.  It is only used for testing and
-shall not be used for any production quality keys.  This option is
+should not be used for any production quality keys.  This option is
 only effective when given on the command line.
 
+On GNU/Linux, another way to quickly generate insecure keys is to use
+ at command{rngd} to fill the kernel's entropy pool with lower quality
+random data.  @command{rngd} is typically provided by the
+ at command{rng-tools} package.  It can be run as follows: @samp{sudo
+rngd -f -r /dev/urandom}.
+
 @item --debug-pinentry
 @opindex debug-pinentry
 This option enables extra debug information pertaining to the

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

Summary of changes:
 doc/gpg-agent.texi | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list