summaryrefslogtreecommitdiff
path: root/tests/git-authenticate.scm
AgeCommit message (Expand)AuthorFilesLines
2026-04-10guix: openpgp: Refactor openpgp-fingerprint->bytevector.Nicolas Graves1-5/+4
2023-09-26tests: Assume ‘git’ is always available.Ludovic Courtès1-1/+0
2022-02-14git-authenticate: Ensure the target is a descendant of the introductory commit.Ludovic Courtès1-0/+44
2022-02-14git-authenticate: Test introductory commit signature verification.Ludovic Courtès1-1/+105
2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key.Attila Lendvai1-12/+11
2020-06-28tests: Allow 'tests/git-authenticate.scm' to run when git/gpg is missing.Ludovic Courtès1-1/+1
2020-06-20tests: Skip tests that requires gpg when gpg is unavailable.Ludovic Courtès1-1/+1
2020-06-16tests: Move OpenPGP helpers to (guix tests gnupg).Ludovic Courtès1-25/+0
2020-06-12git-authenticate: Disallow SHA1 (and MD5) signatures.Ludovic Courtès1-0/+29
2020-06-07git-authenticate: Prevent removal of '.guix-authorizations'.Ludovic Courtès1-0/+41
2020-06-05git-authenticate: Add tests.Ludovic Courtès1-0/+286