aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-10-19 13:22:18 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-10-19 13:22:18 +0000
commit56864e3d82812e09271dc9edfadb9342baa1b126 (patch)
tree2209a253e4ebb4f36c1e5d24983567ef2a7f9626 /gnu/packages.scm
parentcff7415805a547c05a090f96938ca27aa65ab95f (diff)
downloadguix-56864e3d82812e09271dc9edfadb9342baa1b126.tar.gz
guix-56864e3d82812e09271dc9edfadb9342baa1b126.zip
gnu: Add python-colorama-for-awscli.
* gnu/packages/python-xyz.scm (python-colorama-for-awscli): New variable.
Diffstat (limited to 'gnu/packages.scm')
0 files changed, 0 insertions, 0 deletions
459c7859c286ab54fa3a9901c8a17591b04c516'>openpgp: 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