guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.5-373-g32a1eb8


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-373-g32a1eb8
Date: Wed, 19 Mar 2014 20:45:11 +0000

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 "guix source archive".

The branch, master has been updated
       via  32a1eb802519179eab8ff687e73f26edab28922f (commit)
       via  0f4139e97eaaf590c81f71fb42dff3d47ce60de3 (commit)
      from  d7a9ed37c3103ae895dec673de68149b292ea364 (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 32a1eb802519179eab8ff687e73f26edab28922f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 19 21:40:10 2014 +0100

    pk-crypto: Use RFC6979 when signing with an ECC or DSA key.
    
    * guix/pk-crypto.scm (bytevector->hash-data): Add #:key-type parameter.
      Use the 'pkcs1' flag when KEY-TYPE is 'rsa', and 'rfc6979' when
      KEY-TYPE is 'ecc' or 'dsa'.
      (key-type): New procedure.
    * guix/scripts/authenticate.scm (read-hash-data): Add 'key-type'
      parameter.  Pass it to 'bytevector->hash-data'.  Adjust caller
      accordingly.
    * tests/pk-crypto.scm (%ecc-key-pair): New variable.
      ("key-type"): New test.
      ("sign + verify"): Pass #:key-type to 'bytevector->hash-data'.
      ("sign + verify, Ed25519"): New test.

commit 0f4139e97eaaf590c81f71fb42dff3d47ce60de3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 19 19:12:04 2014 +0100

    gnu: imagemagick: Upgrade to 6.8.8-8.
    
    * gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.

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

Summary of changes:
 gnu/packages/imagemagick.scm  |    6 +++---
 guix/pk-crypto.scm            |   27 ++++++++++++++++++++++-----
 guix/scripts/authenticate.scm |    9 +++++----
 tests/pk-crypto.scm           |   40 ++++++++++++++++++++++++++++++++++++++--
 4 files changed, 68 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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