#
07d2c115 |
| 28-May-2017 |
tedu <tedu@openbsd.org> |
when copying curvy files from ssh, an extra one snuck in. signify doesn't do any kex stuff and doesn't need scalarmult.
|
#
3ccd7401 |
| 02-Sep-2016 |
espie <espie@openbsd.org> |
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
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@
show more ...
|
#
f3180929 |
| 22-Jul-2014 |
deraadt <deraadt@openbsd.org> |
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.
|
#
7e0ec83b |
| 13-Jan-2014 |
tedu <tedu@openbsd.org> |
dang it!
|
#
f2adbe28 |
| 13-Jan-2014 |
tedu <tedu@openbsd.org> |
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 deraa
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
show more ...
|
#
f16ca6f0 |
| 10-Jan-2014 |
tedu <tedu@openbsd.org> |
base64.c workaround keeps sneaking back in
|
#
bc29ce43 |
| 10-Jan-2014 |
deraadt <deraadt@openbsd.org> |
change the listing of the options, because there is way too much befuddlement. sorry jmc ok tedu
|
#
f9137edf |
| 09-Jan-2014 |
tedu <tedu@openbsd.org> |
oops
|
#
1453d2a0 |
| 09-Jan-2014 |
tedu <tedu@openbsd.org> |
copy secret key comment into signature. requested by deraadt
|
#
665ab7d9 |
| 08-Jan-2014 |
tedu <tedu@openbsd.org> |
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
|
#
bdb222f4 |
| 08-Jan-2014 |
tedu <tedu@openbsd.org> |
reduce size by using equivalent code from libc instead of nacl ok deraadt
|
#
4215a5de |
| 31-Dec-2013 |
tedu <tedu@openbsd.org> |
add signify, a tool to sign and verify signatures. man page and error message help from espie other feedback from deraadt djm mikeb
|