guix-commits
[Top][All Lists]
Advanced

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

branch master updated (c563f88 -> 4a84ded)


From: guix-commits
Subject: branch master updated (c563f88 -> 4a84ded)
Date: Mon, 4 May 2020 03:59:30 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from c563f88  gnu: emacs-relint: Update to 1.16.
     new c91e27c  Add '.guix-authorizations'.
     new 43408e3  Add (guix openpgp).
     new 4459c78  openpgp: Decode the issuer-fingerprint signature subpacket.
     new 7b2b3a1  openpgp: Store the issuer key id and fingerprint in 
<openpgp-signature>.
     new efe1f01  openpgp: Add 'lookup-key-by-fingerprint'.
     new b45fa0a  openpgp: 'verify-openpgp-signature' looks up by fingerprint 
when possible.
     new bd81265  openpgp: 'lookup-key-by-{id,fingerprint}' return the key 
first.
     new b835e15  openpgp: Add 'string->openpgp-packet'.
     new 051a45e  git-authenticate: Use (guix openpgp).
     new bee5b7a  .guix-authorizations: Augment.
     new 92db103  git-authenticate: Load the list of authorized keys from the 
tree.
     new 041dc3a  git-authenticate: Load the keyring from the repository.
     new 05d973e  openpgp: Raise error conditions instead of calling 'error'.
     new 8413332  doc: Document committer authorization.
     new 4a84ded  doc: Recommend against SHA1 OpenPGP signatures.

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .guix-authorizations           |  154 +++++
 Makefile.am                    |    7 +
 build-aux/git-authenticate.scm |  196 +++---
 doc/contributing.texi          |   24 +-
 guix/openpgp.scm               | 1107 +++++++++++++++++++++++++++++++++
 tests/civodul.key              | 1345 ++++++++++++++++++++++++++++++++++++++++
 tests/dsa.key                  |   25 +
 tests/ed25519.key              |   10 +
 tests/ed25519.sec              |   10 +
 tests/openpgp.scm              |  253 ++++++++
 tests/rsa.key                  |   18 +
 11 files changed, 3076 insertions(+), 73 deletions(-)
 create mode 100644 .guix-authorizations
 create mode 100644 guix/openpgp.scm
 create mode 100644 tests/civodul.key
 create mode 100644 tests/dsa.key
 create mode 100644 tests/ed25519.key
 create mode 100644 tests/ed25519.sec
 create mode 100644 tests/openpgp.scm
 create mode 100644 tests/rsa.key



reply via email to

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