summaryrefslogtreecommitdiff
path: root/tests/test-signed-pull.sh
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* pull: Add support for sign-verify=<list>Colin Walters2020-05-221-1/+26
* remote-add: Add --sign-verify=KEYTYPE=[inline|file]:PUBKEYREFColin Walters2020-05-091-2/+25
* Use `sign-ed25519` for the feature nameColin Walters2020-04-161-1/+1
* Change signature opts to include type, cleanup error handlingColin Walters2020-04-151-8/+8
* Only enable "dummy" signature type with opt-in env variableColin Walters2020-04-141-0/+2
* pull: Update key loading function to match error styleColin Walters2020-04-051-0/+1
* tests/sign: check pull failure with invalid remote optionsDenis Pynkin2020-03-251-1/+26
* tests/sign: added check with file and single key on pullDenis Pynkin2020-03-251-1/+8
* tests/sign: allow to start pull test without libsodiumDenis Pynkin2020-03-251-7/+14
* tests/sign: add verification key for pulling with dummyDenis Pynkin2020-03-251-1/+2
* tests/sign: disable GPG for alternatively signed pullDenis Pynkin2020-03-251-1/+1
* tests/sign: use library functions for ed25519 keysDenis Pynkin2020-03-251-14/+5
* lib/sign: add support of file with valid keys for remoteDenis Pynkin2020-03-251-1/+17
* tests/sign: add initial test for pullingDenis Pynkin2020-03-251-0/+92