diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-04-30 15:43:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-04 09:56:13 +0200 |
commit | bd8126558dc7a022d7853d803d7134ffa1b7bc52 (patch) | |
tree | 4eefdfc92ddf9ff6db9f8b122dfe09e50dc06d80 /tests/workers.scm | |
parent | b45fa0a123bec8d023e5520dfb381bfc73313929 (diff) | |
download | guix-bd8126558dc7a022d7853d803d7134ffa1b7bc52.tar.gz guix-bd8126558dc7a022d7853d803d7134ffa1b7bc52.zip |
openpgp: 'lookup-key-by-{id,fingerprint}' return the key first.
Previously, 'lookup-key-by-{id,fingerprint}' would always return the
list of packets where the primary key is first. Thus, the caller would
need to use 'find' to actually find the requested key.
* guix/openpgp.scm (keyring-insert): Always add KEY to PACKETS.
(lookup-key-by-id, lookup-key-by-fingerprint): Change to return the key
as the first value.
(verify-openpgp-signature): Remove now unneeded call to 'find'.
* tests/openpgp.scm ("get-openpgp-keyring"): Adjust accordingly.
Diffstat (limited to 'tests/workers.scm')
0 files changed, 0 insertions, 0 deletions