about summary refs log tree commit diff
path: root/src/libstore/crypto.hh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-2/+2
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-2/+2
2016-03-29 Add "nix verify-paths" commandEelco Dolstra1-0/+2
Unlike "nix-store --verify-path", this command verifies signatures in addition to store path contents, is multi-threaded (especially useful when verifying binary caches), and has a progress indicator. Example use: $ nix verify-paths --store https://cache.nixos.org -r $(type -p thunderbird) ... [17/132 checked] checking ‘/nix/store/rawakphadqrqxr6zri2rmnxh03gqkrl3-autogen-5.18.6’
2016-03-15 Fix Darwin buildEelco Dolstra1-1/+1
http://hydra.nixos.org/build/33279996
2016-03-04 BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra1-0/+12
The public key can be derived from the secret key, so there's no need for the user to supply it separately.
2016-02-16 Add C++ functions for .narinfo processing / signingEelco Dolstra1-0/+40
This is currently only used by the Hydra queue runner rework, but like eff5021eaa6dc69f65ea1a8abe8f3ab11ef5eb0a it presumably will be useful for the C++ rewrite of nix-push and download-from-binary-cache. (@shlevy)