aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/misc.hh
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-16 17:20:45 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-16 17:20:45 +0900
commit2e8a8b3ddb4ca31b918d63ff2957c6da1424a2a9 (patch)
tree2a370a41308162b1b6733416e70f428d48633027 /nix/libstore/misc.hh
parent3a8e19a61d785ba651c63a3a5991a6e6dcfba9cb (diff)
downloadguix-2e8a8b3ddb4ca31b918d63ff2957c6da1424a2a9.tar.gz
guix-2e8a8b3ddb4ca31b918d63ff2957c6da1424a2a9.zip
gnu: emacs-debbugs: Update to 0.42.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.42. Change-Id: I3b3d23a68cd8e8749b8e4275b11a8f8ae909a3bf
Diffstat (limited to 'nix/libstore/misc.hh')
0 files changed, 0 insertions, 0 deletions
move. (verify-openpgp-signature): Use 'openpgp-signature-issuer-key-id'. (get-signature): Initialize 'issuer' and 'issuer-fingerprint'. * tests/openpgp.scm ("get-openpgp-detached-signature/ascii"): Adjust accordingly. Ludovic Courtès 2020-05-04openpgp: Decode the issuer-fingerprint signature subpacket....* guix/openpgp.scm (SUBPACKET-ISSUER-FINGERPRINT): New variable. (openpgp-signature-issuer-fingerprint): New procedure. (key-id-matches-fingerprint?): New procedure. (get-signature): Look for the 'issuer and 'issuer-fingerprint subpackets. Ensure the issuer key ID matches the fingerprint when both are available. (parse-subpackets): Handle SUBPACKET-ISSUER-FINGERPRINT. * tests/openpgp.scm (%rsa-key-fingerprint) (%dsa-key-fingerprint, %ed25519-key-fingerprint): New variables. * tests/openpgp.scm ("get-openpgp-detached-signature/ascii"): Check the result of 'openpgp-signature-issuer-fingerprint'. Ludovic Courtès 2020-05-04Add (guix openpgp)....* guix/openpgp.scm, tests/openpgp.scm, tests/civodul.key, tests/dsa.key, tests/ed25519.key, tests/rsa.key, tests/ed25519.sec: New files. * Makefile.am (MODULES): Add guix/openpgp.scm. (SCM_TESTS): Add tests/openpgp.scm. (EXTRA_DIST): Add tests/*.key and tests/ed25519.sec. Ludovic Courtès