summaryrefslogtreecommitdiff
path: root/guix/scripts/authenticate.scm
Commit message (Expand)AuthorAge
* authenticate: Encode strings as ISO-8859-1.Ludovic Courtès2020-09-15
* authenticate: Cache the ACL and key pairs.Ludovic Courtès2020-09-14
* daemon: Spawn 'guix authenticate' once for all.Ludovic Courtès2020-09-14
* daemon: Simplify interface with 'guix authenticate'.Ludovic Courtès2020-09-11
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* utils: Move base16 procedures to (guix base16).Ludovic Courtès2017-03-16
* Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès2016-10-19
* Remove assorted Guile 2.0.5 workarounds.Ludovic Courtès2015-05-10
* authenticate: Add compatibility hack for Guile 2.0.5.Ludovic Courtès2014-05-16
* authenticate: Allow signatures with binary data to be written to stdout.Ludovic Courtès2014-04-22
* authenticate: Support reading the hash or key from stdin.Ludovic Courtès2014-03-22
* authenticate: Move actual work to separate procedures.Ludovic Courtès2014-03-22
* pk-crypto: Use RFC6979 when signing with an ECC or DSA key.Ludovic Courtès2014-03-19
* pki: Factorize signature manipulation procedures.Ludovic Courtès2014-01-24
* authenticate: Consistently use 'leave' for fatal error reporting.Ludovic Courtès2013-12-30
* authenticate: Disallow imports signed with unauthorized keys.Ludovic Courtès2013-12-29
* authenticate: Store the public key as part of the signature.Ludovic Courtès2013-12-29
* pk-crypto: Rename 'gcry-sexp' to 'canonical-sexp'.Ludovic Courtès2013-12-29
* daemon: Implement signed archive import/export.Ludovic Courtès2013-12-20