OpenBSD CVS

src/usr.bin/signify/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / signify

Current tag: OPENBSD_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   6 years  tedu   when copying curvy files from ssh, an extra one snuck in. signify doesn't do any...
[TXT] crypto_api.c  1.1   10 years  tedu   reduce size by using equivalent code from libc instead of nacl ok deraadt
[TXT] crypto_api.h  1.2   6 years  naddy   g/c unused defines that were only used by nacl's SHA-512 implementation ok tedu@...
[TXT] fe25519.c  1.1   9 years  deraadt   Pull in all the parts. Let's face the facts -- .PATH from other parts of the t...
[TXT] fe25519.h  1.1   9 years  deraadt   Pull in all the parts. Let's face the facts -- .PATH from other parts of the t...
[TXT] ge25519.h  1.2   9 years  miod   Declare ge25519_base as extern, to prevent it from becoming a common. Gets us ri...
[TXT] ge25519_base.data  1.1   9 years  deraadt   Pull in all the parts. Let's face the facts -- .PATH from other parts of the t...
[TXT] mod_ed25519.c  1.1   10 years  tedu   allow building a VERIFYONLY version that's considerably smaller. most of the sav...
[TXT] mod_ge25519.c  1.2   10 years  deraadt   a few more blocks can use VERIFYONLY
[TXT] sc25519.c  1.1   9 years  deraadt   Pull in all the parts. Let's face the facts -- .PATH from other parts of the t...
[TXT] sc25519.h  1.1   9 years  deraadt   Pull in all the parts. Let's face the facts -- .PATH from other parts of the t...
[TXT] signify.1  1.51   3 years  deraadt   crank to 6.8-beta
[TXT] signify.c  1.135   4 years  tb   In -C mode, the public key is optional since it can be deduced from the untruste...
[TXT] signify.h  1.2   5 years  tedu   allow -n to zero the gzip header timestamp. suggestion from Andre Stoebe. ok tb
[TXT] zsig.c  1.18   4 years  espie   have parseb64file be non-destructive, so we can write the comment in zsig withou...