aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>
2017-05-032018-12-29 12:56:51 -0500
commita8b567f9c0599478379fbc0e2c5fa2f1d23ba3aa (patch)
tree2bc3be5593425a5e9304a9ffa589c70d806d1cbb /gnu/packages/bootstrap.scm
parent4629d26755aa06344fb8f515fb0202776e70c429 (diff)
downloadguix-a8b567f9c0599478379fbc0e2c5fa2f1d23ba3aa.tar.gz
guix-a8b567f9c0599478379fbc0e2c5fa2f1d23ba3aa.zip
gnu: schismtracker: Update to 20181223.
* gnu/packages/music.scm (schismtracker): Update to 20181223.
Diffstat (limited to 'gnu/packages/bootstrap.scm')
0 files changed, 0 insertions, 0 deletions
nature-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