commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-43-g29ff193


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.9-43-g29ff193
Date: Sat, 3 Jun 2017 10:54:07 -0400 (EDT)

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 "Hurd".

The branch, master has been updated
       via  29ff193d27436e52d8112903c882ebe52f071d88 (commit)
       via  ce6764db1e045421fc9a199a334f63318d9f79d2 (commit)
      from  cb991b0fd709a635b21c6ea2314acb5345b1b72c (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 29ff193d27436e52d8112903c882ebe52f071d88
Author: Justus Winter <address@hidden>
Date:   Fri Jun 2 00:47:07 2017 +0200

    trans: New random translator.
    
    Previously, the Hurd included a translator providing /dev/random and
    /dev/urandom based on a source copy of the random number generator
    found in classic GnuPG.
    
    The new random translator is using the SHAKE128 algorithm from the
    SHA-3 family as the underlying cryptographic primitive.  Being a
    sponge construction, it allows the extraction of arbitrary amounts of
    pseudorandom data.  It is continuously fed entropy by hashing system
    state that is hard to predict.
    
    * Makefile (prog-subdirs): Remove 'random'.
    * NEWS: Update.
    * random/Makefile: Delete file.
    * random/TODO: Likewise.
    * random/gnupg-bithelp.h: Likewise.
    * random/gnupg-glue.h: Likewise.
    * random/gnupg-random.c: Likewise.
    * random/gnupg-random.h: Likewise.
    * random/gnupg-rmd.h: Likewise.
    * random/gnupg-rmd160.c: Likewise.
    * random/random.h: Likewise.
    * sutils/MAKEDEV.sh (random): Create node.
    (urandom): The new translator is both secure and non-blocking.  Create
    a link from urandom to random for compatibility with Linux.
    * trans/Makefile (targets): Add 'random'.
    * trans/random.c: Move the skeleton of the old random translator here,
    but replace the PRNG with SHAKE128.  Remove all dubious attempts of
    accounting for entropy.  Do not block ever.

commit ce6764db1e045421fc9a199a334f63318d9f79d2
Author: Justus Winter <address@hidden>
Date:   Sat Jun 3 01:28:37 2017 +0200

    procfs: Remove superfluous calls.
    
    * procfs/rootdir.c (rootdir_gc_vmstat): Remove superfluous 'host_info'
    calls.

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

Summary of changes:
 Makefile                   |   1 -
 NEWS                       |   4 +
 procfs/rootdir.c           |   8 -
 random/Makefile            |  30 --
 random/TODO                |  11 -
 random/gnupg-bithelp.h     |  41 ---
 random/gnupg-glue.h        |  40 ---
 random/gnupg-random.c      | 809 ---------------------------------------------
 random/gnupg-random.h      |  47 ---
 random/gnupg-rmd.h         |  38 ---
 random/gnupg-rmd160.c      | 655 ------------------------------------
 random/random.h            |  32 --
 sutils/MAKEDEV.sh          |   8 +-
 trans/Makefile             |   9 +-
 {random => trans}/random.c | 500 ++++++++++++++++------------
 15 files changed, 303 insertions(+), 1930 deletions(-)
 delete mode 100644 random/Makefile
 delete mode 100644 random/TODO
 delete mode 100644 random/gnupg-bithelp.h
 delete mode 100644 random/gnupg-glue.h
 delete mode 100644 random/gnupg-random.c
 delete mode 100644 random/gnupg-random.h
 delete mode 100644 random/gnupg-rmd.h
 delete mode 100644 random/gnupg-rmd160.c
 delete mode 100644 random/random.h
 rename {random => trans}/random.c (64%)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]