summaryrefslogtreecommitdiff
path: root/guix/scripts/authenticate.scm
AgeCommit message (Expand)Author
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16)....Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports)....Ludovic Courtès
2015-05-10Remove assorted Guile 2.0.5 workarounds....Ludovic Courtès
2014-05-16authenticate: Add compatibility hack for Guile 2.0.5....Ludovic Courtès
2014-04-22authenticate: Allow signatures with binary data to be written to stdout....Ludovic Courtès
2014-03-22authenticate: Support reading the hash or key from stdin....Ludovic Courtès
2014-03-22authenticate: Move actual work to separate procedures....Ludovic Courtès
2014-03-19pk-crypto: Use RFC6979 when signing with an ECC or DSA key....Ludovic Courtès
2014-01-24pki: Factorize signature manipulation procedures....Ludovic Courtès
2013-12-30authenticate: Consistently use 'leave' for fatal error reporting....Ludovic Courtès
2013-12-29authenticate: Disallow imports signed with unauthorized keys....Ludovic Courtès
2013-12-29authenticate: Store the public key as part of the signature....Ludovic Courtès
2013-12-29pk-crypto: Rename 'gcry-sexp' to 'canonical-sexp'....Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export....Ludovic Courtès