OpenBSD CVS

CVS log for src/usr.bin/signify/Makefile


[BACK] Up to [local] / src / usr.bin / signify

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Sun May 28 21:59:56 2017 UTC (6 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

when copying curvy files from ssh, an extra one snuck in.
signify doesn't do any kex stuff and doesn't need scalarmult.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 2 16:10:56 2016 UTC (7 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

add a new option (-z) for signing gzip archives.
- simple barebones gzip header parsing
- signature is outside of the archive
- checksums for blocks of 64K
- verify stuff then pass it to the pipeline
lots of inputs by tedu@ and deraadt@
okay tedu@

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 22 00:41:19 2014 UTC (9 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.9: +1 -4 lines
Diff to previous 1.9 (colored)

Pull in all the parts.  Let's face the facts --  .PATH from other
parts of the tree is PAINFUL for basically everyone upstream, not
just for us in our own tree.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 13 01:41:00 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

dang it!

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 13 01:40:43 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

new day, new options. -m message and -x signature.
this should be less confusing and more consistent in various modes.
also support stdin/stdout where feasible. touch up usage to be helpful.
ok deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 10 04:28:57 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

base64.c workaround keeps sneaking back in

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 10 04:23:37 2014 UTC (10 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

change the listing of the options, because there is way too much
befuddlement.
sorry jmc
ok tedu

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 9 19:05:43 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

oops

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 9 18:59:35 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

copy secret key comment into signature. requested by deraadt

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 8 05:00:01 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

allow building a VERIFYONLY version that's considerably smaller.
most of the savings comes from eliminating the large constant table
in ge25519.c. ok deraadt

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 8 03:59:46 2014 UTC (10 years, 4 months ago) by tedu
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

reduce size by using equivalent code from libc instead of nacl
ok deraadt

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 31 03:03:32 2013 UTC (10 years, 4 months ago) by tedu
Branch: MAIN

add signify, a tool to sign and verify signatures.
man page and error message help from espie
other feedback from deraadt djm mikeb

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.