Age | Commit message (Expand) | Author |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-02-28 | move to 6.3-beta | Theo de Raadt |
2018-01-16 | g/c unused defines that were only used by nacl's SHA-512 implementation | Christian Weisgerber |
2017-08-20 | also crank for 6.2 | Theo de Raadt |
2017-07-11 | adjust size to be one less than power of 2, so that doubling will never | Ted Unangst |
2017-07-11 | fix style compliance, in the keyname compliance function no less | Ted Unangst |
2017-05-28 | when copying curvy files from ssh, an extra one snuck in. | Ted Unangst |
2017-04-18 | use freezero() instead of explicit_bzero + free | Theo de Raadt |
2017-03-09 | show how to verify the next release after 6.1 | Sebastian Benoit |
2016-10-06 | - better check for seckeyname/pubkeyname "equality", remove the path | Marc Espie |
2016-10-05 | when generating keys, make sure the names specified adhere to all | Ted Unangst |
2016-10-05 | more properly check the secret key extension. from espie | Ted Unangst |
2016-10-05 | document the previously hidden keyname detection. urged by espie. | Ted Unangst |
2016-10-05 | combining an assignment and *two* tests in one conditional is a bit much. | Ted Unangst |
2016-10-04 | typo | Marc Espie |
2016-09-27 | can make function static now that it's living in a separate file. | Ted Unangst |
2016-09-27 | the keytype checking is logically part of verify, and it's small, so | Ted Unangst |
2016-09-27 | no need to copy keypath if we already have one | Ted Unangst |
2016-09-26 | have to advance pointer past the / to get basename. | Ted Unangst |
2016-09-26 | there's a hidden feature to infer the public key from the signature | Ted Unangst |
2016-09-19 | use a shell glob wildcard, that's clearer than an out of scope variable | Ted Unangst |
2016-09-10 | spaces found during re-read | Theo de Raadt |
2016-09-08 | simplify the extra buffer size copy | Marc Espie |
2016-09-04 | well, adding the filename doesn't help... mostly used with pipes anyhow | Marc Espie |
2016-09-03 | add the keyname to meta-info that passes thru | Marc Espie |
2016-09-03 | switch back to SHA512/256 now that we have the official nist flavor | Ted Unangst |
2016-09-03 | naddy@ pointed out that SHA512/256 is slightly different | Marc Espie |
2016-09-03 | fix parameters checking | Marc Espie |
2016-09-03 | MAJOR tweak: switch to SHA512/256 | Marc Espie |
2016-09-03 | nitpicks. all header info is relative. make gzheader freeable. | Marc Espie |
2016-09-02 | style polishing | Ted Unangst |
2016-09-02 | replace exit() with err() and errx() so user knows what happened | Ted Unangst |
2016-09-02 | use err() instead of errx when an errno is set | Ted Unangst |
2016-09-02 | the old check for when verify needed to create files (affecting pledge) | Ted Unangst |
2016-09-02 | combine the pledge switch with the execution switch. no changes yet, | Ted Unangst |
2016-09-02 | -e and -z cannot be combined | Ted Unangst |
2016-09-02 | space out the example | Ted Unangst |
2016-09-02 | finish the sentence; | Jason McIntyre |
2016-09-02 | more jmc tweaks | Marc Espie |
2016-09-02 | document the new stuff, usage nits. | Marc Espie |
2016-09-02 | duplicate var | Marc Espie |
2016-09-02 | add a new option (-z) for signing gzip archives. | Marc Espie |
2016-09-02 | move more code into createsig. callers just pass seckey filename. | Ted Unangst |
2016-09-02 | split the sign() function into two, with a pure memory core made | Ted Unangst |
2016-09-01 | don't initialize variables with functions | Ted Unangst |
2016-09-01 | add a -t keytype option for untrusted comment automatic key extraction | Marc Espie |
2016-06-08 | use getprogname | Ted Unangst |
2016-05-11 | signify should refer to the future key | Theo de Raadt |
2016-01-06 | document the signify command for the next release, so that users can | Sebastian Benoit |
2016-01-05 | Bump example pubkey filenames for 5.9 | Florian Obser |