]>
git.scottworley.com Git - overonion/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Scott Worley [Sun, 22 Oct 2017 07:01:03 +0000 (00:01 -0700)]
set -e doesn't catch failures inside <()
Scott Worley [Sun, 22 Oct 2017 04:58:07 +0000 (21:58 -0700)]
Finish encryption before starting decryption
Scott Worley [Sun, 22 Oct 2017 04:25:09 +0000 (21:25 -0700)]
Fold reverse into overonion
overonion now does what "double-overonion" used to do.
Full keys are now one self-contained file.
Scott Worley [Sun, 22 Oct 2017 04:01:53 +0000 (21:01 -0700)]
Add an operation field to each line.
The only operation at first is "openssl-enc"
Scott Worley [Sun, 22 Oct 2017 04:01:23 +0000 (21:01 -0700)]
Error messages on stderr
Scott Worley [Sun, 22 Oct 2017 00:27:26 +0000 (17:27 -0700)]
Automate overonion test
Scott Worley [Sun, 22 Oct 2017 00:19:31 +0000 (17:19 -0700)]
--make_INSECURE_key to allow fast tests
Scott Worley [Sun, 22 Oct 2017 00:14:18 +0000 (17:14 -0700)]
Skip the sleep; rely on /dev/random to block.
Scott Worley [Fri, 20 Oct 2017 08:30:02 +0000 (01:30 -0700)]
Merge reverse + overonion shell implementation
Scott Worley [Fri, 12 May 2017 05:21:52 +0000 (22:21 -0700)]
Mmap in 512MB chunks
This allows processing large files on 32-bit machines that don't have
the address space to map entire files.
Scott Worley [Mon, 8 May 2017 03:27:05 +0000 (20:27 -0700)]
Accept a test data file as a command line argument
Scott Worley [Sun, 7 May 2017 18:33:28 +0000 (11:33 -0700)]
Use make_temporary_file in tests
Scott Worley [Sun, 7 May 2017 18:27:58 +0000 (11:27 -0700)]
Pull out make_temporary_file
Scott Worley [Sun, 7 May 2017 18:17:22 +0000 (11:17 -0700)]
Accept streams as input. Use a temp file
Scott Worley [Sat, 6 May 2017 17:13:43 +0000 (10:13 -0700)]
Switch to stdio for output. It's simpler
Scott Worley [Sat, 6 May 2017 16:56:46 +0000 (09:56 -0700)]
Sort includes
Scott Worley [Sat, 6 May 2017 16:49:27 +0000 (09:49 -0700)]
Whitespace: Single-line error checks
Scott Worley [Sat, 6 May 2017 16:44:34 +0000 (09:44 -0700)]
Test reverse
Scott Worley [Sat, 6 May 2017 06:58:24 +0000 (23:58 -0700)]
Take the output_fd as an argument
Scott Worley [Sat, 6 May 2017 18:42:47 +0000 (11:42 -0700)]
Make a function call interface
Scott Worley [Sat, 6 May 2017 06:39:02 +0000 (23:39 -0700)]
.gitignore
Scott Worley [Sat, 6 May 2017 06:23:28 +0000 (23:23 -0700)]
A Makefile
Scott Worley [Mon, 1 May 2017 08:20:54 +0000 (01:20 -0700)]
Reverse a file
Scott Worley [Fri, 20 Oct 2017 07:50:06 +0000 (00:50 -0700)]
Double overonion
Scott Worley [Fri, 20 Oct 2017 04:50:46 +0000 (21:50 -0700)]
Overonion version 0.1