Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | authenticate: Support reading the hash or key from stdin. | Ludovic Courtès | 2014-03-22 |
| | | | | | | | | * guix/scripts/authenticate.scm (guix-authenticate): Add clauses for ("rsautl" "-sign" "-inkey" key) and ("rsautl" "-verify" "-inkey" _ "-pubin"). * tests/guix-authenticate.sh (hash): Add test using -sign and -verify in a pipeline. | ||
* | authenticate: Add test. | Ludovic Courtès | 2013-12-21 |
* tests/guix-authenticate.sh: New file. * Makefile.am (SH_TESTS): Add it. |