summaryrefslogtreecommitdiff
path: root/src/libostree/README-gpg
Commit message (Collapse)AuthorAgeFilesLines
* pull: Verify commits with gpg signatures from detached metadataJeremy Whiting2013-09-291-0/+2
This uses gpgv for verification against DATADIR/ostree/pubring.gpg by default. The keyring can be overridden by specifying OSTREE_GPG_HOME. Add a unit test for commit signing with gpg key and verifying on pull; to implement this we ship a test GPG key generated with no password for Ostree Tester <test@test.com>. Change all of the existing tests to disable GPG verification.